public class OverallPeriod
extends java.lang.Object
Java class for OverallPeriod complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OverallPeriod">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="overallStartTime" type="{http://datex2.eu/schema/2/2_0}DateTime"/>
<element name="overallEndTime" type="{http://datex2.eu/schema/2/2_0}DateTime" minOccurs="0"/>
<element name="validPeriod" type="{http://datex2.eu/schema/2/2_0}Period" maxOccurs="unbounded" minOccurs="0"/>
<element name="exceptionPeriod" type="{http://datex2.eu/schema/2/2_0}Period" maxOccurs="unbounded" minOccurs="0"/>
<element name="overallPeriodExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Period> |
exceptionPeriods |
protected javax.xml.datatype.XMLGregorianCalendar |
overallEndTime |
protected ExtensionType |
overallPeriodExtension |
protected javax.xml.datatype.XMLGregorianCalendar |
overallStartTime |
protected java.util.List<Period> |
validPeriods |
| Constructor and Description |
|---|
OverallPeriod() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Period> |
getExceptionPeriods()
Gets the value of the exceptionPeriods property.
|
javax.xml.datatype.XMLGregorianCalendar |
getOverallEndTime()
Gets the value of the overallEndTime property.
|
ExtensionType |
getOverallPeriodExtension()
Gets the value of the overallPeriodExtension property.
|
javax.xml.datatype.XMLGregorianCalendar |
getOverallStartTime()
Gets the value of the overallStartTime property.
|
java.util.List<Period> |
getValidPeriods()
Gets the value of the validPeriods property.
|
void |
setOverallEndTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the overallEndTime property.
|
void |
setOverallPeriodExtension(ExtensionType value)
Sets the value of the overallPeriodExtension property.
|
void |
setOverallStartTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the overallStartTime property.
|
protected javax.xml.datatype.XMLGregorianCalendar overallStartTime
protected javax.xml.datatype.XMLGregorianCalendar overallEndTime
protected java.util.List<Period> validPeriods
protected java.util.List<Period> exceptionPeriods
protected ExtensionType overallPeriodExtension
public javax.xml.datatype.XMLGregorianCalendar getOverallStartTime()
XMLGregorianCalendarpublic void setOverallStartTime(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getOverallEndTime()
XMLGregorianCalendarpublic void setOverallEndTime(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.util.List<Period> getValidPeriods()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the validPeriods property.
For example, to add a new item, do as follows:
getValidPeriods().add(newItem);
Objects of the following type(s) are allowed in the list
Period
public java.util.List<Period> getExceptionPeriods()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the exceptionPeriods property.
For example, to add a new item, do as follows:
getExceptionPeriods().add(newItem);
Objects of the following type(s) are allowed in the list
Period
public ExtensionType getOverallPeriodExtension()
ExtensionTypepublic void setOverallPeriodExtension(ExtensionType value)
value - allowed object is
ExtensionType