@Generated(value="com.sun.tools.xjc.Driver", date="2021-10-05T08:08:16+02:00", comments="JAXB RI v2.2.11") public class ConsultHistoryListItemType extends Object implements Serializable
Java class for ConsultHistoryListItemType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConsultHistoryListItemType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CareServiceCode" type="{http://www.mercurius.vlaanderen.be/wzcmh/common/v3}CareServiceCodeType"/>
<element name="Productnumber" type="{http://www.mercurius.vlaanderen.be/mohm/common/v7}ProductNumberType" minOccurs="0"/>
<element name="Status" type="{http://www.mercurius.vlaanderen.be/mohm/common/v7}ConsultHistoryStatusType"/>
<choice>
<element name="ReceivedDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="DeliveryDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ConsultHistoryListItemType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCareServiceCode()
Gets the value of the careServiceCode property.
|
org.joda.time.DateTime |
getDeliveryDate()
Gets the value of the deliveryDate property.
|
String |
getProductnumber()
Gets the value of the productnumber property.
|
org.joda.time.DateTime |
getReceivedDate()
Gets the value of the receivedDate property.
|
ConsultHistoryStatusType |
getStatus()
Gets the value of the status property.
|
void |
setCareServiceCode(String value)
Sets the value of the careServiceCode property.
|
void |
setDeliveryDate(org.joda.time.DateTime value)
Sets the value of the deliveryDate property.
|
void |
setProductnumber(String value)
Sets the value of the productnumber property.
|
void |
setReceivedDate(org.joda.time.DateTime value)
Sets the value of the receivedDate property.
|
void |
setStatus(ConsultHistoryStatusType value)
Sets the value of the status property.
|
public String getCareServiceCode()
Stringpublic void setCareServiceCode(String value)
value - allowed object is
Stringpublic String getProductnumber()
Stringpublic void setProductnumber(String value)
value - allowed object is
Stringpublic ConsultHistoryStatusType getStatus()
ConsultHistoryStatusTypepublic void setStatus(ConsultHistoryStatusType value)
value - allowed object is
ConsultHistoryStatusTypepublic org.joda.time.DateTime getDeliveryDate()
Stringpublic void setDeliveryDate(org.joda.time.DateTime value)
value - allowed object is
Stringpublic org.joda.time.DateTime getReceivedDate()
Stringpublic void setReceivedDate(org.joda.time.DateTime value)
value - allowed object is
String
Connector Packaging generic 4.0.2 API
Copyright © {inceptionYear}-2021 eHealth. All Rights Reserved.