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