public class Period
extends java.lang.Object
Java-Klasse für Period complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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> |
recurringDayWeekMonthPeriod |
protected java.util.List<TimePeriodOfDay> |
recurringTimePeriodOfDay |
protected javax.xml.datatype.XMLGregorianCalendar |
startOfPeriod |
Constructor and Description |
---|
Period() |
Modifier and Type | Method and Description |
---|---|
javax.xml.datatype.XMLGregorianCalendar |
getEndOfPeriod()
Ruft den Wert der endOfPeriod-Eigenschaft ab.
|
ExtensionType |
getPeriodExtension()
Ruft den Wert der periodExtension-Eigenschaft ab.
|
MultilingualString |
getPeriodName()
Ruft den Wert der periodName-Eigenschaft ab.
|
java.util.List<DayWeekMonth> |
getRecurringDayWeekMonthPeriod()
Gets the value of the recurringDayWeekMonthPeriod property.
|
java.util.List<TimePeriodOfDay> |
getRecurringTimePeriodOfDay()
Gets the value of the recurringTimePeriodOfDay property.
|
javax.xml.datatype.XMLGregorianCalendar |
getStartOfPeriod()
Ruft den Wert der startOfPeriod-Eigenschaft ab.
|
void |
setEndOfPeriod(javax.xml.datatype.XMLGregorianCalendar value)
Legt den Wert der endOfPeriod-Eigenschaft fest.
|
void |
setPeriodExtension(ExtensionType value)
Legt den Wert der periodExtension-Eigenschaft fest.
|
void |
setPeriodName(MultilingualString value)
Legt den Wert der periodName-Eigenschaft fest.
|
void |
setStartOfPeriod(javax.xml.datatype.XMLGregorianCalendar value)
Legt den Wert der startOfPeriod-Eigenschaft fest.
|
protected javax.xml.datatype.XMLGregorianCalendar startOfPeriod
protected javax.xml.datatype.XMLGregorianCalendar endOfPeriod
protected MultilingualString periodName
protected java.util.List<TimePeriodOfDay> recurringTimePeriodOfDay
protected java.util.List<DayWeekMonth> recurringDayWeekMonthPeriod
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> getRecurringTimePeriodOfDay()
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 recurringTimePeriodOfDay property.
For example, to add a new item, do as follows:
getRecurringTimePeriodOfDay().add(newItem);
Objects of the following type(s) are allowed in the list
TimePeriodOfDay
public java.util.List<DayWeekMonth> getRecurringDayWeekMonthPeriod()
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 recurringDayWeekMonthPeriod property.
For example, to add a new item, do as follows:
getRecurringDayWeekMonthPeriod().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