@Generated(value="com.sun.tools.xjc.Driver", date="2021-10-05T07:59:00+02:00", comments="JAXB RI v2.2.11") public class PeriodType extends Object implements Serializable
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="Start" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="End" type="{http://www.w3.org/2001/XMLSchema}date"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
PeriodType() |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DateTime |
getEnd()
Gets the value of the end property.
|
org.joda.time.DateTime |
getStart()
Gets the value of the start property.
|
void |
setEnd(org.joda.time.DateTime value)
Sets the value of the end property.
|
void |
setStart(org.joda.time.DateTime value)
Sets the value of the start property.
|
public org.joda.time.DateTime getStart()
Stringpublic void setStart(org.joda.time.DateTime value)
value - allowed object is
Stringpublic org.joda.time.DateTime getEnd()
Stringpublic void setEnd(org.joda.time.DateTime value)
value - allowed object is
String
Connector Packaging generic 4.0.2 API
Copyright © {inceptionYear}-2021 eHealth. All Rights Reserved.