Class GetOpenPrescriptionListResponseType
- java.lang.Object
-
- be.fgov.ehealth.commons.protocol.v2.ResponseType
-
- be.fgov.ehealth.commons.protocol.v2.StatusResponseType
-
- be.fgov.ehealth.recipe.protocol.v4.GetOpenPrescriptionListResponseType
-
- All Implemented Interfaces:
Serializable
public class GetOpenPrescriptionListResponseType extends be.fgov.ehealth.commons.protocol.v2.StatusResponseTypeJava class for GetOpenPrescriptionListResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetOpenPrescriptionListResponseType"> <complexContent> <extension base="{urn:be:fgov:ehealth:commons:protocol:v2}StatusResponseType"> <sequence minOccurs="0"> <element name="SecuredGetOpenPrescriptionListResponse" 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 SecuredContentTypesecuredGetOpenPrescriptionListResponse
-
Constructor Summary
Constructors Constructor Description GetOpenPrescriptionListResponseType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SecuredContentTypegetSecuredGetOpenPrescriptionListResponse()Gets the value of the securedGetOpenPrescriptionListResponse property.voidsetSecuredGetOpenPrescriptionListResponse(SecuredContentType value)Sets the value of the securedGetOpenPrescriptionListResponse property.-
Methods inherited from class be.fgov.ehealth.commons.protocol.v2.StatusResponseType
getStatus, setStatus
-
-
-
-
Field Detail
-
securedGetOpenPrescriptionListResponse
protected SecuredContentType securedGetOpenPrescriptionListResponse
-
-
Method Detail
-
getSecuredGetOpenPrescriptionListResponse
public SecuredContentType getSecuredGetOpenPrescriptionListResponse()
Gets the value of the securedGetOpenPrescriptionListResponse property.- Returns:
- possible object is
SecuredContentType
-
setSecuredGetOpenPrescriptionListResponse
public void setSecuredGetOpenPrescriptionListResponse(SecuredContentType value)
Sets the value of the securedGetOpenPrescriptionListResponse property.- Parameters:
value- allowed object isSecuredContentType
-
-