@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:26:20+02:00", comments="JAXB RI v2.2.11") public class RoutingType extends Object implements Serializable
Java class for RoutingType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RoutingType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="CareReceiver" type="{urn:be:cin:types:v1}CareReceiverIdType"/> <element name="ReferenceDate" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="Period" type="{urn:be:cin:types:v1}PeriodType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
RoutingType() |
Modifier and Type | Method and Description |
---|---|
CareReceiverIdType |
getCareReceiver()
Gets the value of the careReceiver property.
|
PeriodType |
getPeriod()
Gets the value of the period property.
|
org.joda.time.DateTime |
getReferenceDate()
Gets the value of the referenceDate property.
|
void |
setCareReceiver(CareReceiverIdType value)
Sets the value of the careReceiver property.
|
void |
setPeriod(PeriodType value)
Sets the value of the period property.
|
void |
setReferenceDate(org.joda.time.DateTime value)
Sets the value of the referenceDate property.
|
public CareReceiverIdType getCareReceiver()
CareReceiverIdType
public void setCareReceiver(CareReceiverIdType value)
value
- allowed object is
CareReceiverIdType
public org.joda.time.DateTime getReferenceDate()
String
public void setReferenceDate(org.joda.time.DateTime value)
value
- allowed object is
String
public PeriodType getPeriod()
PeriodType
public void setPeriod(PeriodType value)
value
- allowed object is
PeriodType
Connector Packaging TRUSSMAKER 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.