|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.insurability.core.v2.PeriodType
@Generated(value="com.sun.tools.xjc.Driver",
date="2025-03-20T10:21:11+01:00",
comments="JAXB RI v2.3.6")
public class PeriodTypeThe "root"-type of the PeriodType element.
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"/>
</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()
Stringpublic void setBeginDate(org.joda.time.DateTime value)
value - allowed object is
Stringpublic org.joda.time.DateTime getEndDate()
Stringpublic 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 | |||||||||