public class OverallPeriod
extends java.lang.Object
Java-Klasse für OverallPeriod complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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> |
exceptionPeriod |
protected javax.xml.datatype.XMLGregorianCalendar |
overallEndTime |
protected ExtensionType |
overallPeriodExtension |
protected javax.xml.datatype.XMLGregorianCalendar |
overallStartTime |
protected java.util.List<Period> |
validPeriod |
| Constructor and Description |
|---|
OverallPeriod() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Period> |
getExceptionPeriod()
Gets the value of the exceptionPeriod property.
|
javax.xml.datatype.XMLGregorianCalendar |
getOverallEndTime()
Ruft den Wert der overallEndTime-Eigenschaft ab.
|
ExtensionType |
getOverallPeriodExtension()
Ruft den Wert der overallPeriodExtension-Eigenschaft ab.
|
javax.xml.datatype.XMLGregorianCalendar |
getOverallStartTime()
Ruft den Wert der overallStartTime-Eigenschaft ab.
|
java.util.List<Period> |
getValidPeriod()
Gets the value of the validPeriod property.
|
void |
setOverallEndTime(javax.xml.datatype.XMLGregorianCalendar value)
Legt den Wert der overallEndTime-Eigenschaft fest.
|
void |
setOverallPeriodExtension(ExtensionType value)
Legt den Wert der overallPeriodExtension-Eigenschaft fest.
|
void |
setOverallStartTime(javax.xml.datatype.XMLGregorianCalendar value)
Legt den Wert der overallStartTime-Eigenschaft fest.
|
protected javax.xml.datatype.XMLGregorianCalendar overallStartTime
protected javax.xml.datatype.XMLGregorianCalendar overallEndTime
protected java.util.List<Period> validPeriod
protected java.util.List<Period> exceptionPeriod
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> getValidPeriod()
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 validPeriod property.
For example, to add a new item, do as follows:
getValidPeriod().add(newItem);
Objects of the following type(s) are allowed in the list
Period
public java.util.List<Period> getExceptionPeriod()
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 exceptionPeriod property.
For example, to add a new item, do as follows:
getExceptionPeriod().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