Class UploadFileRequestType
- java.lang.Object
-
- be.fgov.ehealth.commons.protocol.v2.RequestType
-
- be.fgov.ehealth.recipe.protocol.v4.RequestType
-
- be.fgov.ehealth.recipe.protocol.v4.UploadFileRequestType
-
- All Implemented Interfaces:
Serializable
public class UploadFileRequestType extends RequestType
Java class for UploadFileRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UploadFileRequestType"> <complexContent> <extension base="{urn:be:fgov:ehealth:recipe:protocol:v4}RequestType"> <sequence> <element name="SecuredUploadFileRequest" type="{urn:be:fgov:ehealth:recipe:core:v4}SecuredContentType"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected SecuredContentTypesecuredUploadFileRequest-
Fields inherited from class be.fgov.ehealth.recipe.protocol.v4.RequestType
programId
-
-
Constructor Summary
Constructors Constructor Description UploadFileRequestType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SecuredContentTypegetSecuredUploadFileRequest()Gets the value of the securedUploadFileRequest property.voidsetSecuredUploadFileRequest(SecuredContentType value)Sets the value of the securedUploadFileRequest property.-
Methods inherited from class be.fgov.ehealth.recipe.protocol.v4.RequestType
getProgramId, setProgramId
-
-
-
-
Field Detail
-
securedUploadFileRequest
protected SecuredContentType securedUploadFileRequest
-
-
Method Detail
-
getSecuredUploadFileRequest
public SecuredContentType getSecuredUploadFileRequest()
Gets the value of the securedUploadFileRequest property.- Returns:
- possible object is
SecuredContentType
-
setSecuredUploadFileRequest
public void setSecuredUploadFileRequest(SecuredContentType value)
Sets the value of the securedUploadFileRequest property.- Parameters:
value- allowed object isSecuredContentType
-
-