public class TimePeriodByHour extends TimePeriodOfDay
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/2_0}TimePeriodOfDay">
<sequence>
<element name="startTimeOfPeriod" type="{http://datex2.eu/schema/2/2_0}Time"/>
<element name="endTimeOfPeriod" type="{http://datex2.eu/schema/2/2_0}Time"/>
<element name="timePeriodByHourExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
endTimeOfPeriod |
protected XMLGregorianCalendar |
startTimeOfPeriod |
protected ExtensionType |
timePeriodByHourExtension |
timePeriodOfDayExtension| Constructor and Description |
|---|
TimePeriodByHour() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getEndTimeOfPeriod()
Gets the value of the endTimeOfPeriod property.
|
XMLGregorianCalendar |
getStartTimeOfPeriod()
Gets the value of the startTimeOfPeriod property.
|
ExtensionType |
getTimePeriodByHourExtension()
Gets the value of the timePeriodByHourExtension property.
|
void |
setEndTimeOfPeriod(XMLGregorianCalendar value)
Sets the value of the endTimeOfPeriod property.
|
void |
setStartTimeOfPeriod(XMLGregorianCalendar value)
Sets the value of the startTimeOfPeriod property.
|
void |
setTimePeriodByHourExtension(ExtensionType value)
Sets the value of the timePeriodByHourExtension property.
|
getTimePeriodOfDayExtension, setTimePeriodOfDayExtensionprotected XMLGregorianCalendar startTimeOfPeriod
protected XMLGregorianCalendar endTimeOfPeriod
protected ExtensionType timePeriodByHourExtension
public XMLGregorianCalendar getStartTimeOfPeriod()
XMLGregorianCalendarpublic void setStartTimeOfPeriod(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getEndTimeOfPeriod()
XMLGregorianCalendarpublic void setEndTimeOfPeriod(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic ExtensionType getTimePeriodByHourExtension()
ExtensionTypepublic void setTimePeriodByHourExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.