be.vlaanderen.mercurius.mohm.common.v7
Class ConsultHistoryListItemType

java.lang.Object
  extended by be.vlaanderen.mercurius.mohm.common.v7.ConsultHistoryListItemType
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2023-04-04T04:01:47+02:00",
           comments="JAXB RI v2.3.6")
public class ConsultHistoryListItemType
extends Object
implements Serializable

Generiek 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>
 

See Also:
Serialized Form

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

ConsultHistoryListItemType

public ConsultHistoryListItemType()
Method Detail

getCareServiceCode

public String getCareServiceCode()
Gets the value of the careServiceCode property.

Returns:
possible object is String

setCareServiceCode

public void setCareServiceCode(String value)
Sets the value of the careServiceCode property.

Parameters:
value - allowed object is String

getProductnumber

public String getProductnumber()
Gets the value of the productnumber property.

Returns:
possible object is String

setProductnumber

public void setProductnumber(String value)
Sets the value of the productnumber property.

Parameters:
value - allowed object is String

getStatus

public ConsultHistoryStatusType getStatus()
Gets the value of the status property.

Returns:
possible object is ConsultHistoryStatusType

setStatus

public void setStatus(ConsultHistoryStatusType value)
Sets the value of the status property.

Parameters:
value - allowed object is ConsultHistoryStatusType

getDeliveryDate

public org.joda.time.DateTime getDeliveryDate()
Gets the value of the deliveryDate property.

Returns:
possible object is String

setDeliveryDate

public void setDeliveryDate(org.joda.time.DateTime value)
Sets the value of the deliveryDate property.

Parameters:
value - allowed object is String

getReceivedDate

public org.joda.time.DateTime getReceivedDate()
Gets the value of the receivedDate property.

Returns:
possible object is String

setReceivedDate

public void setReceivedDate(org.joda.time.DateTime value)
Sets the value of the receivedDate property.

Parameters:
value - allowed object is String



Connector Packaging generic 3.24.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.