be.fgov.ehealth.globalmedicalfile.core.v1
Class RoutingType

java.lang.Object
  extended by be.fgov.ehealth.globalmedicalfile.core.v1.RoutingType
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2016-07-06T09:30:45+02:00",
           comments="JAXB RI v2.2.6")
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:fgov:ehealth:globalmedicalfile:core:v1}CareReceiverIdType"/>
         <element name="ReferenceDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="Period" type="{urn:be:fgov:ehealth:globalmedicalfile:core:v1}PeriodType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

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

RoutingType

public RoutingType()
Method Detail

getCareReceiver

public CareReceiverIdType getCareReceiver()
Gets the value of the careReceiver property.

Returns:
possible object is CareReceiverIdType

setCareReceiver

public void setCareReceiver(CareReceiverIdType value)
Sets the value of the careReceiver property.

Parameters:
value - allowed object is CareReceiverIdType

getReferenceDate

public org.joda.time.DateTime getReferenceDate()
Gets the value of the referenceDate property.

Returns:
possible object is String

setReferenceDate

public void setReferenceDate(org.joda.time.DateTime value)
Sets the value of the referenceDate property.

Parameters:
value - allowed object is String

getPeriod

public PeriodType getPeriod()
Gets the value of the period property.

Returns:
possible object is PeriodType

setPeriod

public void setPeriod(PeriodType value)
Sets the value of the period property.

Parameters:
value - allowed object is PeriodType



Connector Packaging PERSPHYSICIAN 3.10.2 API
Copyright © {inceptionYear}-2016 eHealth. All Rights Reserved.