Class TimePeriodByHour
- java.lang.Object
-
- eu.datex2.siri14.schema._1_0._1_0.TimePeriodOfDay
-
- eu.datex2.siri14.schema._1_0._1_0.TimePeriodByHour
-
- All Implemented Interfaces:
Serializable
public class TimePeriodByHour extends TimePeriodOfDay implements Serializable
Specification of a continuous period within a 24 hour period by times.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/1_0/1_0}TimePeriodOfDay"> <sequence> <element name="startTimeOfPeriod" type="{http://datex2.eu/schema/1_0/1_0}Time"/> <element name="endTimeOfPeriod" type="{http://datex2.eu/schema/1_0/1_0}Time"/> <element name="timePeriodByHourExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected TimeendTimeOfPeriodprotected TimestartTimeOfPeriodprotected ExtensionTypetimePeriodByHourExtension-
Fields inherited from class eu.datex2.siri14.schema._1_0._1_0.TimePeriodOfDay
timePeriodOfDayExtension
-
-
Constructor Summary
Constructors Constructor Description TimePeriodByHour()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TimegetEndTimeOfPeriod()Gets the value of the endTimeOfPeriod property.TimegetStartTimeOfPeriod()Gets the value of the startTimeOfPeriod property.ExtensionTypegetTimePeriodByHourExtension()Gets the value of the timePeriodByHourExtension property.voidsetEndTimeOfPeriod(Time value)Sets the value of the endTimeOfPeriod property.voidsetStartTimeOfPeriod(Time value)Sets the value of the startTimeOfPeriod property.voidsetTimePeriodByHourExtension(ExtensionType value)Sets the value of the timePeriodByHourExtension property.-
Methods inherited from class eu.datex2.siri14.schema._1_0._1_0.TimePeriodOfDay
getTimePeriodOfDayExtension, setTimePeriodOfDayExtension
-
-
-
-
Field Detail
-
startTimeOfPeriod
protected Time startTimeOfPeriod
-
endTimeOfPeriod
protected Time endTimeOfPeriod
-
timePeriodByHourExtension
protected ExtensionType timePeriodByHourExtension
-
-
Method Detail
-
getStartTimeOfPeriod
public Time getStartTimeOfPeriod()
Gets the value of the startTimeOfPeriod property.- Returns:
- possible object is
Time
-
setStartTimeOfPeriod
public void setStartTimeOfPeriod(Time value)
Sets the value of the startTimeOfPeriod property.- Parameters:
value- allowed object isTime
-
getEndTimeOfPeriod
public Time getEndTimeOfPeriod()
Gets the value of the endTimeOfPeriod property.- Returns:
- possible object is
Time
-
setEndTimeOfPeriod
public void setEndTimeOfPeriod(Time value)
Sets the value of the endTimeOfPeriod property.- Parameters:
value- allowed object isTime
-
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
-
-