Class PutVisionForPrescriberRequestType
- java.lang.Object
-
- be.fgov.ehealth.commons.protocol.v2.RequestType
-
- be.fgov.ehealth.recipe.protocol.v4.RequestType
-
- be.fgov.ehealth.recipe.protocol.v4.PutVisionForPrescriberRequestType
-
- All Implemented Interfaces:
Serializable
public class PutVisionForPrescriberRequestType extends RequestType
Java class for PutVisionForPrescriberRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PutVisionForPrescriberRequestType"> <complexContent> <extension base="{urn:be:fgov:ehealth:recipe:protocol:v4}RequestType"> <sequence> <element name="SecuredPutVisionForPrescriberRequest" type="{urn:be:fgov:ehealth:recipe:core:v4}SecuredContentType"/> <element name="AdministrativeInformation" type="{urn:be:fgov:ehealth:recipe:core:v4}PrescriberPutVisionInformationType"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected PrescriberPutVisionInformationTypeadministrativeInformationprotected SecuredContentTypesecuredPutVisionForPrescriberRequest-
Fields inherited from class be.fgov.ehealth.recipe.protocol.v4.RequestType
programId
-
-
Constructor Summary
Constructors Constructor Description PutVisionForPrescriberRequestType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrescriberPutVisionInformationTypegetAdministrativeInformation()Gets the value of the administrativeInformation property.SecuredContentTypegetSecuredPutVisionForPrescriberRequest()Gets the value of the securedPutVisionForPrescriberRequest property.voidsetAdministrativeInformation(PrescriberPutVisionInformationType value)Sets the value of the administrativeInformation property.voidsetSecuredPutVisionForPrescriberRequest(SecuredContentType value)Sets the value of the securedPutVisionForPrescriberRequest property.-
Methods inherited from class be.fgov.ehealth.recipe.protocol.v4.RequestType
getProgramId, setProgramId
-
-
-
-
Field Detail
-
securedPutVisionForPrescriberRequest
protected SecuredContentType securedPutVisionForPrescriberRequest
-
administrativeInformation
protected PrescriberPutVisionInformationType administrativeInformation
-
-
Method Detail
-
getSecuredPutVisionForPrescriberRequest
public SecuredContentType getSecuredPutVisionForPrescriberRequest()
Gets the value of the securedPutVisionForPrescriberRequest property.- Returns:
- possible object is
SecuredContentType
-
setSecuredPutVisionForPrescriberRequest
public void setSecuredPutVisionForPrescriberRequest(SecuredContentType value)
Sets the value of the securedPutVisionForPrescriberRequest property.- Parameters:
value- allowed object isSecuredContentType
-
getAdministrativeInformation
public PrescriberPutVisionInformationType getAdministrativeInformation()
Gets the value of the administrativeInformation property.- Returns:
- possible object is
PrescriberPutVisionInformationType
-
setAdministrativeInformation
public void setAdministrativeInformation(PrescriberPutVisionInformationType value)
Sets the value of the administrativeInformation property.- Parameters:
value- allowed object isPrescriberPutVisionInformationType
-
-