Class GetPrescriptionForExecutorResponseType
- java.lang.Object
-
- be.fgov.ehealth.commons.protocol.v2.ResponseType
-
- be.fgov.ehealth.commons.protocol.v2.StatusResponseType
-
- be.fgov.ehealth.recipe.protocol.v4.GetPrescriptionForExecutorResponseType
-
- All Implemented Interfaces:
Serializable
public class GetPrescriptionForExecutorResponseType extends be.fgov.ehealth.commons.protocol.v2.StatusResponseTypeJava class for GetPrescriptionForExecutorResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetPrescriptionForExecutorResponseType"> <complexContent> <extension base="{urn:be:fgov:ehealth:commons:protocol:v2}StatusResponseType"> <sequence minOccurs="0"> <element name="SecuredGetPrescriptionForExecutorResponse" type="{urn:be:fgov:ehealth:recipe:core:v4}SecuredContentType"/> <element name="PrescriptionType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringprescriptionTypeprotected SecuredContentTypesecuredGetPrescriptionForExecutorResponse
-
Constructor Summary
Constructors Constructor Description GetPrescriptionForExecutorResponseType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPrescriptionType()Gets the value of the prescriptionType property.SecuredContentTypegetSecuredGetPrescriptionForExecutorResponse()Gets the value of the securedGetPrescriptionForExecutorResponse property.voidsetPrescriptionType(String value)Sets the value of the prescriptionType property.voidsetSecuredGetPrescriptionForExecutorResponse(SecuredContentType value)Sets the value of the securedGetPrescriptionForExecutorResponse property.-
Methods inherited from class be.fgov.ehealth.commons.protocol.v2.StatusResponseType
getStatus, setStatus
-
-
-
-
Field Detail
-
securedGetPrescriptionForExecutorResponse
protected SecuredContentType securedGetPrescriptionForExecutorResponse
-
prescriptionType
protected String prescriptionType
-
-
Method Detail
-
getSecuredGetPrescriptionForExecutorResponse
public SecuredContentType getSecuredGetPrescriptionForExecutorResponse()
Gets the value of the securedGetPrescriptionForExecutorResponse property.- Returns:
- possible object is
SecuredContentType
-
setSecuredGetPrescriptionForExecutorResponse
public void setSecuredGetPrescriptionForExecutorResponse(SecuredContentType value)
Sets the value of the securedGetPrescriptionForExecutorResponse property.- Parameters:
value- allowed object isSecuredContentType
-
getPrescriptionType
public String getPrescriptionType()
Gets the value of the prescriptionType property.- Returns:
- possible object is
String
-
-