Class TimePeriodByHour
- java.lang.Object
-
- eu.datex2.siri20.schema._2_0rc1._2_0.TimePeriodOfDay
-
- eu.datex2.siri20.schema._2_0rc1._2_0.TimePeriodByHour
-
- All Implemented Interfaces:
Serializable
public class TimePeriodByHour extends TimePeriodOfDay implements Serializable
Java class for TimePeriodByHour complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimePeriodByHour"> <complexContent> <extension base="{http://datex2.eu/schema/2_0RC1/2_0}TimePeriodOfDay"> <sequence> <element name="startTimeOfPeriod" type="{http://datex2.eu/schema/2_0RC1/2_0}Time"/> <element name="endTimeOfPeriod" type="{http://datex2.eu/schema/2_0RC1/2_0}Time"/> <element name="timePeriodByHourExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ZonedDateTimeendTimeOfPeriodprotected ZonedDateTimestartTimeOfPeriodprotected ExtensionTypetimePeriodByHourExtension-
Fields inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.TimePeriodOfDay
timePeriodOfDayExtension
-
-
Constructor Summary
Constructors Constructor Description TimePeriodByHour()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ZonedDateTimegetEndTimeOfPeriod()Gets the value of the endTimeOfPeriod property.ZonedDateTimegetStartTimeOfPeriod()Gets the value of the startTimeOfPeriod property.ExtensionTypegetTimePeriodByHourExtension()Gets the value of the timePeriodByHourExtension property.voidsetEndTimeOfPeriod(ZonedDateTime value)Sets the value of the endTimeOfPeriod property.voidsetStartTimeOfPeriod(ZonedDateTime value)Sets the value of the startTimeOfPeriod property.voidsetTimePeriodByHourExtension(ExtensionType value)Sets the value of the timePeriodByHourExtension property.-
Methods inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.TimePeriodOfDay
getTimePeriodOfDayExtension, setTimePeriodOfDayExtension
-
-
-
-
Field Detail
-
startTimeOfPeriod
protected ZonedDateTime startTimeOfPeriod
-
endTimeOfPeriod
protected ZonedDateTime endTimeOfPeriod
-
timePeriodByHourExtension
protected ExtensionType timePeriodByHourExtension
-
-
Method Detail
-
getStartTimeOfPeriod
public ZonedDateTime getStartTimeOfPeriod()
Gets the value of the startTimeOfPeriod property.- Returns:
- possible object is
String
-
setStartTimeOfPeriod
public void setStartTimeOfPeriod(ZonedDateTime value)
Sets the value of the startTimeOfPeriod property.- Parameters:
value- allowed object isString
-
getEndTimeOfPeriod
public ZonedDateTime getEndTimeOfPeriod()
Gets the value of the endTimeOfPeriod property.- Returns:
- possible object is
String
-
setEndTimeOfPeriod
public void setEndTimeOfPeriod(ZonedDateTime value)
Sets the value of the endTimeOfPeriod property.- Parameters:
value- allowed object isString
-
getTimePeriodByHourExtension
public ExtensionType getTimePeriodByHourExtension()
Gets the value of the timePeriodByHourExtension property.- Returns:
- possible object is
ExtensionType
-
setTimePeriodByHourExtension
public void setTimePeriodByHourExtension(ExtensionType value)
Sets the value of the timePeriodByHourExtension property.- Parameters:
value- allowed object isExtensionType
-
-