|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.commons._1_0.core.PeriodType
@Generated(value="com.sun.tools.xjc.Driver", date="2023-09-11T04:14:58+02:00", comments="JAXB RI v2.3.6") public class PeriodType
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> <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>
Constructor Summary | |
---|---|
PeriodType()
|
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 |
---|
public PeriodType()
Method Detail |
---|
public org.joda.time.DateTime getBeginDate()
String
public void setBeginDate(org.joda.time.DateTime value)
value
- allowed object is
String
public org.joda.time.DateTime getEndDate()
String
public void setEndDate(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 |