|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.daas.commons.v2.PeriodType
@Generated(value="com.sun.tools.xjc.Driver", date="2023-04-04T03:44:10+02:00", comments="JAXB RI v2.3.6") public class PeriodType
Period in time.
Java class for PeriodType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PeriodType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice minOccurs="0"> <element name="StartDate" type="{http://www.w3.org/2001/XMLSchema}date"/> <element ref="{urn:be:fgov:ehealth:daas:complextype:v1}StartDate"/> </choice> <choice minOccurs="0"> <element name="EndDate" type="{http://www.w3.org/2001/XMLSchema}date"/> <element ref="{urn:be:fgov:ehealth:daas:complextype:v1}EndDate"/> </choice> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
PeriodType()
|
Method Summary | |
---|---|
org.joda.time.DateTime |
getEndDate01()
Gets the value of the endDate01 property. |
org.joda.time.DateTime |
getEndDate02()
Gets the value of the endDate02 property. |
org.joda.time.DateTime |
getStartDate01()
Gets the value of the startDate01 property. |
org.joda.time.DateTime |
getStartDate02()
Gets the value of the startDate02 property. |
void |
setEndDate01(org.joda.time.DateTime value)
Sets the value of the endDate01 property. |
void |
setEndDate02(org.joda.time.DateTime value)
Sets the value of the endDate02 property. |
void |
setStartDate01(org.joda.time.DateTime value)
Sets the value of the startDate01 property. |
void |
setStartDate02(org.joda.time.DateTime value)
Sets the value of the startDate02 property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PeriodType()
Method Detail |
---|
public org.joda.time.DateTime getStartDate02()
String
public void setStartDate02(org.joda.time.DateTime value)
value
- allowed object is
String
public org.joda.time.DateTime getStartDate01()
String
public void setStartDate01(org.joda.time.DateTime value)
value
- allowed object is
String
public org.joda.time.DateTime getEndDate02()
String
public void setEndDate02(org.joda.time.DateTime value)
value
- allowed object is
String
public org.joda.time.DateTime getEndDate01()
String
public void setEndDate01(org.joda.time.DateTime value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |