@Generated(value="com.sun.tools.xjc.Driver", date="2023-04-04T03:10:17+02:00", comments="JAXB RI v2.3.7") public class PeriodLengthType extends Object implements Serializable
Java class for PeriodLengthType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PeriodLengthType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PeriodStart" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<choice minOccurs="0">
<element name="PeriodEnd" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="PeriodLength">
<complexType>
<simpleContent>
<extension base="<urn:be:cin:mycarenet:1.0:carenet:types>NumericalType_2">
<attribute name="type" use="required" type="{urn:be:cin:mycarenet:1.0:carenet:types}PeriodLengthTypeType" />
</extension>
</simpleContent>
</complexType>
</element>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
PeriodLengthType() |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DateTime |
getPeriodEnd()
Gets the value of the periodEnd property.
|
PeriodLength |
getPeriodLength()
Gets the value of the periodLength 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 |
setPeriodLength(PeriodLength value)
Sets the value of the periodLength property.
|
void |
setPeriodStart(org.joda.time.DateTime value)
Sets the value of the periodStart property.
|
public org.joda.time.DateTime getPeriodStart()
Stringpublic void setPeriodStart(org.joda.time.DateTime value)
value - allowed object is
Stringpublic PeriodLength getPeriodLength()
PeriodLengthpublic void setPeriodLength(PeriodLength value)
value - allowed object is
PeriodLengthpublic org.joda.time.DateTime getPeriodEnd()
Stringpublic void setPeriodEnd(org.joda.time.DateTime value)
value - allowed object is
String
Connector Packaging generic 4.3.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.