@Generated(value="com.sun.tools.xjc.Driver", date="2022-12-09T11:17:38+01:00", comments="JAXB RI v2.2.11") public class PrescriptionType extends Object implements Serializable
Java class for PrescriptionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PrescriptionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ApprovalNumber" type="{http://www.mercurius.vlaanderen.be/mohm/common/v7}ApprovalNumberType"/>
<element name="PrescriptionDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="PrescriptionDocument" type="{http://www.mercurius.vlaanderen.be/wzcmh/common/v3}DocumentListType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
PrescriptionType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApprovalNumber()
Gets the value of the approvalNumber property.
|
org.joda.time.DateTime |
getPrescriptionDate()
Gets the value of the prescriptionDate property.
|
DocumentListType |
getPrescriptionDocument()
Gets the value of the prescriptionDocument property.
|
void |
setApprovalNumber(String value)
Sets the value of the approvalNumber property.
|
void |
setPrescriptionDate(org.joda.time.DateTime value)
Sets the value of the prescriptionDate property.
|
void |
setPrescriptionDocument(DocumentListType value)
Sets the value of the prescriptionDocument property.
|
public String getApprovalNumber()
Stringpublic void setApprovalNumber(String value)
value - allowed object is
Stringpublic org.joda.time.DateTime getPrescriptionDate()
Stringpublic void setPrescriptionDate(org.joda.time.DateTime value)
value - allowed object is
Stringpublic DocumentListType getPrescriptionDocument()
DocumentListTypepublic void setPrescriptionDocument(DocumentListType value)
value - allowed object is
DocumentListType
Connector Packaging generic 4.3.0-beta-3 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.