public class OverallPeriod extends 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 List<Period> |
exceptionPeriod |
protected Calendar |
overallEndTime |
protected ExtensionType |
overallPeriodExtension |
protected Calendar |
overallStartTime |
protected List<Period> |
validPeriod |
| Constructor and Description |
|---|
OverallPeriod() |
| Modifier and Type | Method and Description |
|---|---|
List<Period> |
getExceptionPeriod()
Gets the value of the exceptionPeriod property.
|
Calendar |
getOverallEndTime()
Gets the value of the overallEndTime property.
|
ExtensionType |
getOverallPeriodExtension()
Gets the value of the overallPeriodExtension property.
|
Calendar |
getOverallStartTime()
Gets the value of the overallStartTime property.
|
List<Period> |
getValidPeriod()
Gets the value of the validPeriod property.
|
void |
setOverallEndTime(Calendar value)
Sets the value of the overallEndTime property.
|
void |
setOverallPeriodExtension(ExtensionType value)
Sets the value of the overallPeriodExtension property.
|
void |
setOverallStartTime(Calendar value)
Sets the value of the overallStartTime property.
|
protected Calendar overallStartTime
protected Calendar overallEndTime
protected ExtensionType overallPeriodExtension
public Calendar getOverallStartTime()
Stringpublic void setOverallStartTime(Calendar value)
value - allowed object is
Stringpublic Calendar getOverallEndTime()
Stringpublic void setOverallEndTime(Calendar value)
value - allowed object is
Stringpublic 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 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
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.