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