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"/> <element name="GetInsurabilityForPharmacistResponse" type="{urn:be:fgov:ehealth:insurability:protocol:v2}GetInsurabilityForPharmacistResponse" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected be.fgov.ehealth.insurability.protocol.v2.GetInsurabilityForPharmacistResponsegetInsurabilityForPharmacistResponseprotected StringprescriptionTypeprotected SecuredContentTypesecuredGetPrescriptionForExecutorResponse
-
Constructor Summary
Constructors Constructor Description GetPrescriptionForExecutorResponseType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description be.fgov.ehealth.insurability.protocol.v2.GetInsurabilityForPharmacistResponsegetGetInsurabilityForPharmacistResponse()Gets the value of the getInsurabilityForPharmacistResponse property.StringgetPrescriptionType()Gets the value of the prescriptionType property.SecuredContentTypegetSecuredGetPrescriptionForExecutorResponse()Gets the value of the securedGetPrescriptionForExecutorResponse property.voidsetGetInsurabilityForPharmacistResponse(be.fgov.ehealth.insurability.protocol.v2.GetInsurabilityForPharmacistResponse value)Sets the value of the getInsurabilityForPharmacistResponse 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
-
getInsurabilityForPharmacistResponse
protected be.fgov.ehealth.insurability.protocol.v2.GetInsurabilityForPharmacistResponse getInsurabilityForPharmacistResponse
-
-
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
-
setPrescriptionType
public void setPrescriptionType(String value)
Sets the value of the prescriptionType property.- Parameters:
value- allowed object isString
-
getGetInsurabilityForPharmacistResponse
public be.fgov.ehealth.insurability.protocol.v2.GetInsurabilityForPharmacistResponse getGetInsurabilityForPharmacistResponse()
Gets the value of the getInsurabilityForPharmacistResponse property.- Returns:
- possible object is
GetInsurabilityForPharmacistResponse
-
setGetInsurabilityForPharmacistResponse
public void setGetInsurabilityForPharmacistResponse(be.fgov.ehealth.insurability.protocol.v2.GetInsurabilityForPharmacistResponse value)
Sets the value of the getInsurabilityForPharmacistResponse property.- Parameters:
value- allowed object isGetInsurabilityForPharmacistResponse
-
-