public abstract class TimePeriodOfDay
extends java.lang.Object
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/2_0}_ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ExtensionType |
timePeriodOfDayExtension |
Constructor and Description |
---|
TimePeriodOfDay() |
Modifier and Type | Method and Description |
---|---|
ExtensionType |
getTimePeriodOfDayExtension()
Gets the value of the timePeriodOfDayExtension property.
|
void |
setTimePeriodOfDayExtension(ExtensionType value)
Sets the value of the timePeriodOfDayExtension property.
|
protected ExtensionType timePeriodOfDayExtension
public ExtensionType getTimePeriodOfDayExtension()
ExtensionType
public void setTimePeriodOfDayExtension(ExtensionType value)
value
- allowed object is
ExtensionType