Class TimePeriodOfDay
- java.lang.Object
-
- eu.datex2.siri20.schema._2_0rc1._2_0.TimePeriodOfDay
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TimePeriodByHour
public abstract class TimePeriodOfDay extends Object implements Serializable
Java class for TimePeriodOfDay complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimePeriodOfDay"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="timePeriodOfDayExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ExtensionTypetimePeriodOfDayExtension
-
Constructor Summary
Constructors Constructor Description TimePeriodOfDay()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionTypegetTimePeriodOfDayExtension()Gets the value of the timePeriodOfDayExtension property.voidsetTimePeriodOfDayExtension(ExtensionType value)Sets the value of the timePeriodOfDayExtension property.
-
-
-
Field Detail
-
timePeriodOfDayExtension
protected ExtensionType timePeriodOfDayExtension
-
-
Method Detail
-
getTimePeriodOfDayExtension
public ExtensionType getTimePeriodOfDayExtension()
Gets the value of the timePeriodOfDayExtension property.- Returns:
- possible object is
ExtensionType
-
setTimePeriodOfDayExtension
public void setTimePeriodOfDayExtension(ExtensionType value)
Sets the value of the timePeriodOfDayExtension property.- Parameters:
value- allowed object isExtensionType
-
-