|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.genericinsurability.core.v1.PeriodType
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-02-02T03:46:42+01:00",
comments="JAXB RI v2.2.11")
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="PeriodStart" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="PeriodEnd" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
PeriodType()
|
|
| Method Summary | |
|---|---|
org.joda.time.DateTime |
getPeriodEnd()
Gets the value of the periodEnd property. |
org.joda.time.DateTime |
getPeriodStart()
Gets the value of the periodStart property. |
void |
setPeriodEnd(org.joda.time.DateTime value)
Sets the value of the periodEnd property. |
void |
setPeriodStart(org.joda.time.DateTime value)
Sets the value of the periodStart 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 getPeriodStart()
Stringpublic void setPeriodStart(org.joda.time.DateTime value)
value - allowed object is
Stringpublic org.joda.time.DateTime getPeriodEnd()
Stringpublic void setPeriodEnd(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 | |||||||||