@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:27:12+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="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 and Description |
---|
PeriodType() |
Modifier and Type | Method and Description |
---|---|
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.
|
public org.joda.time.DateTime getPeriodStart()
String
public void setPeriodStart(org.joda.time.DateTime value)
value
- allowed object is
String
public org.joda.time.DateTime getPeriodEnd()
String
public void setPeriodEnd(org.joda.time.DateTime value)
value
- allowed object is
String
Connector Packaging TRUSSMAKER 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.