be.fgov.ehealth.rn.commons.business.v1
Class OpenPeriodType

java.lang.Object
  extended by be.fgov.ehealth.rn.commons.business.v1.OpenPeriodType
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2022-09-22T05:58:15+02:00",
           comments="JAXB RI v2.2.11")
public class OpenPeriodType
extends Object
implements Serializable

Period containing a begin date and an optional end date.

Java class for OpenPeriodType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="OpenPeriodType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="BeginDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="EndDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
OpenPeriodType()
           
 
Method Summary
 org.joda.time.DateTime getBeginDate()
          Gets the value of the beginDate property.
 org.joda.time.DateTime getEndDate()
          Gets the value of the endDate property.
 void setBeginDate(org.joda.time.DateTime value)
          Sets the value of the beginDate property.
 void setEndDate(org.joda.time.DateTime value)
          Sets the value of the endDate property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenPeriodType

public OpenPeriodType()
Method Detail

getBeginDate

public org.joda.time.DateTime getBeginDate()
Gets the value of the beginDate property.

Returns:
possible object is String

setBeginDate

public void setBeginDate(org.joda.time.DateTime value)
Sets the value of the beginDate property.

Parameters:
value - allowed object is String

getEndDate

public org.joda.time.DateTime getEndDate()
Gets the value of the endDate property.

Returns:
possible object is String

setEndDate

public void setEndDate(org.joda.time.DateTime value)
Sets the value of the endDate property.

Parameters:
value - allowed object is String



Connector Packaging PERSNURSE 3.23.0 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.