|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.mycarenet.commons.core.v2.RoutingType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-10-28T03:11:26+02:00", comments="JAXB RI v2.2.6") public class RoutingType
Information used to determine the health insurance organization. NIP-PIN uses it if the HIO is not defined explicitely in the WS-Addressing "To" element.
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:fgov:ehealth:mycarenet:commons:core:v2}CareReceiverIdType"/> <element name="ReferenceDate" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="Period" type="{urn:be:fgov:ehealth:mycarenet:commons:core:v2}PeriodType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
RoutingType()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RoutingType()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |