|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.vlaanderen.mercurius.mohm.common.v7.ConsultHistoryListItemType
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-09-22T05:58:55+02:00",
comments="JAXB RI v2.2.11")
public class ConsultHistoryListItemTypeGeneriek type voor een element in de lijst van de historiek.
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 Summary | |
|---|---|
ConsultHistoryListItemType()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConsultHistoryListItemType()
| Method Detail |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||