public class Period
extends java.lang.Object
Java class for Period complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Period"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="startOfPeriod" type="{http://datex2.eu/schema/2/2_0}DateTime" minOccurs="0"/> <element name="endOfPeriod" type="{http://datex2.eu/schema/2/2_0}DateTime" minOccurs="0"/> <element name="periodName" type="{http://datex2.eu/schema/2/2_0}MultilingualString" minOccurs="0"/> <element name="recurringTimePeriodOfDay" type="{http://datex2.eu/schema/2/2_0}TimePeriodOfDay" maxOccurs="unbounded" minOccurs="0"/> <element name="recurringDayWeekMonthPeriod" type="{http://datex2.eu/schema/2/2_0}DayWeekMonth" maxOccurs="unbounded" minOccurs="0"/> <element name="periodExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected javax.xml.datatype.XMLGregorianCalendar |
endOfPeriod |
protected ExtensionType |
periodExtension |
protected MultilingualString |
periodName |
protected java.util.List<DayWeekMonth> |
recurringDayWeekMonthPeriods |
protected java.util.List<TimePeriodOfDay> |
recurringTimePeriodOfDaies |
protected javax.xml.datatype.XMLGregorianCalendar |
startOfPeriod |
Constructor and Description |
---|
Period() |
Modifier and Type | Method and Description |
---|---|
javax.xml.datatype.XMLGregorianCalendar |
getEndOfPeriod()
Gets the value of the endOfPeriod property.
|
ExtensionType |
getPeriodExtension()
Gets the value of the periodExtension property.
|
MultilingualString |
getPeriodName()
Gets the value of the periodName property.
|
java.util.List<DayWeekMonth> |
getRecurringDayWeekMonthPeriods()
Gets the value of the recurringDayWeekMonthPeriods property.
|
java.util.List<TimePeriodOfDay> |
getRecurringTimePeriodOfDaies()
Gets the value of the recurringTimePeriodOfDaies property.
|
javax.xml.datatype.XMLGregorianCalendar |
getStartOfPeriod()
Gets the value of the startOfPeriod property.
|
void |
setEndOfPeriod(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the endOfPeriod property.
|
void |
setPeriodExtension(ExtensionType value)
Sets the value of the periodExtension property.
|
void |
setPeriodName(MultilingualString value)
Sets the value of the periodName property.
|
void |
setStartOfPeriod(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the startOfPeriod property.
|
protected javax.xml.datatype.XMLGregorianCalendar startOfPeriod
protected javax.xml.datatype.XMLGregorianCalendar endOfPeriod
protected MultilingualString periodName
protected java.util.List<TimePeriodOfDay> recurringTimePeriodOfDaies
protected java.util.List<DayWeekMonth> recurringDayWeekMonthPeriods
protected ExtensionType periodExtension
public javax.xml.datatype.XMLGregorianCalendar getStartOfPeriod()
XMLGregorianCalendar
public void setStartOfPeriod(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getEndOfPeriod()
XMLGregorianCalendar
public void setEndOfPeriod(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public MultilingualString getPeriodName()
MultilingualString
public void setPeriodName(MultilingualString value)
value
- allowed object is
MultilingualString
public java.util.List<TimePeriodOfDay> getRecurringTimePeriodOfDaies()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the recurringTimePeriodOfDaies property.
For example, to add a new item, do as follows:
getRecurringTimePeriodOfDaies().add(newItem);
Objects of the following type(s) are allowed in the list
TimePeriodOfDay
public java.util.List<DayWeekMonth> getRecurringDayWeekMonthPeriods()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the recurringDayWeekMonthPeriods property.
For example, to add a new item, do as follows:
getRecurringDayWeekMonthPeriods().add(newItem);
Objects of the following type(s) are allowed in the list
DayWeekMonth
public ExtensionType getPeriodExtension()
ExtensionType
public void setPeriodExtension(ExtensionType value)
value
- allowed object is
ExtensionType