|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.mycarenet.commons.core.v3.RoutingType
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-06-27T08:12:14+02:00",
comments="JAXB RI v2.2.11")
public class RoutingTypeInformation 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:v3}CareReceiverIdType"/>
<element name="ReferenceDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="Period" type="{urn:be:fgov:ehealth:mycarenet:commons:core:v3}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()
CareReceiverIdTypepublic void setCareReceiver(CareReceiverIdType value)
value - allowed object is
CareReceiverIdTypepublic org.joda.time.DateTime getReferenceDate()
Stringpublic void setReferenceDate(org.joda.time.DateTime value)
value - allowed object is
Stringpublic PeriodType getPeriod()
PeriodTypepublic 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 | |||||||||