Class GetOpenPrescriptionListRequestType
- java.lang.Object
-
- be.fgov.ehealth.commons.protocol.v2.RequestType
-
- be.fgov.ehealth.recipe.protocol.v4.RequestType
-
- be.fgov.ehealth.recipe.protocol.v4.GetOpenPrescriptionListRequestType
-
- All Implemented Interfaces:
Serializable
public class GetOpenPrescriptionListRequestType extends RequestType
Java class for GetOpenPrescriptionListRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetOpenPrescriptionListRequestType"> <complexContent> <extension base="{urn:be:fgov:ehealth:recipe:protocol:v4}RequestType"> <sequence> <element name="SecuredGetOpenPrescriptionListRequest" 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 SecuredContentTypesecuredGetOpenPrescriptionListRequest-
Fields inherited from class be.fgov.ehealth.recipe.protocol.v4.RequestType
programId
-
-
Constructor Summary
Constructors Constructor Description GetOpenPrescriptionListRequestType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SecuredContentTypegetSecuredGetOpenPrescriptionListRequest()Gets the value of the securedGetOpenPrescriptionListRequest property.voidsetSecuredGetOpenPrescriptionListRequest(SecuredContentType value)Sets the value of the securedGetOpenPrescriptionListRequest property.-
Methods inherited from class be.fgov.ehealth.recipe.protocol.v4.RequestType
getProgramId, setProgramId
-
-
-
-
Field Detail
-
securedGetOpenPrescriptionListRequest
protected SecuredContentType securedGetOpenPrescriptionListRequest
-
-
Method Detail
-
getSecuredGetOpenPrescriptionListRequest
public SecuredContentType getSecuredGetOpenPrescriptionListRequest()
Gets the value of the securedGetOpenPrescriptionListRequest property.- Returns:
- possible object is
SecuredContentType
-
setSecuredGetOpenPrescriptionListRequest
public void setSecuredGetOpenPrescriptionListRequest(SecuredContentType value)
Sets the value of the securedGetOpenPrescriptionListRequest property.- Parameters:
value- allowed object isSecuredContentType
-
-