Package be.recipe.services.prescriber
Class ListPrescriptionsResponse
- java.lang.Object
-
- be.recipe.services.prescriber.ListPrescriptionsResponse
-
public class ListPrescriptionsResponse extends Object
Java class for listPrescriptionsResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="listPrescriptionsResponse"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="ListPrescriptionsResultSealed" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> </all> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected byte[]listPrescriptionsResultSealed
-
Constructor Summary
Constructors Constructor Description ListPrescriptionsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getListPrescriptionsResultSealed()Gets the value of the listPrescriptionsResultSealed property.voidsetListPrescriptionsResultSealed(byte[] value)Sets the value of the listPrescriptionsResultSealed property.
-
-
-
Method Detail
-
getListPrescriptionsResultSealed
public byte[] getListPrescriptionsResultSealed()
Gets the value of the listPrescriptionsResultSealed property.- Returns:
- possible object is byte[]
-
setListPrescriptionsResultSealed
public void setListPrescriptionsResultSealed(byte[] value)
Sets the value of the listPrescriptionsResultSealed property.- Parameters:
value- allowed object is byte[]
-
-