public class DayWeekMonth
extends java.lang.Object
Java-Klasse für DayWeekMonth complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="DayWeekMonth"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="applicableDay" type="{http://datex2.eu/schema/2/2_0}DayEnum" maxOccurs="7" minOccurs="0"/> <element name="applicableWeek" type="{http://datex2.eu/schema/2/2_0}WeekOfMonthEnum" maxOccurs="5" minOccurs="0"/> <element name="applicableMonth" type="{http://datex2.eu/schema/2/2_0}MonthOfYearEnum" maxOccurs="12" minOccurs="0"/> <element name="dayWeekMonthExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.util.List<DayEnum> |
applicableDay |
protected java.util.List<MonthOfYearEnum> |
applicableMonth |
protected java.util.List<WeekOfMonthEnum> |
applicableWeek |
protected ExtensionType |
dayWeekMonthExtension |
Constructor and Description |
---|
DayWeekMonth() |
Modifier and Type | Method and Description |
---|---|
java.util.List<DayEnum> |
getApplicableDay()
Gets the value of the applicableDay property.
|
java.util.List<MonthOfYearEnum> |
getApplicableMonth()
Gets the value of the applicableMonth property.
|
java.util.List<WeekOfMonthEnum> |
getApplicableWeek()
Gets the value of the applicableWeek property.
|
ExtensionType |
getDayWeekMonthExtension()
Ruft den Wert der dayWeekMonthExtension-Eigenschaft ab.
|
void |
setDayWeekMonthExtension(ExtensionType value)
Legt den Wert der dayWeekMonthExtension-Eigenschaft fest.
|
protected java.util.List<DayEnum> applicableDay
protected java.util.List<WeekOfMonthEnum> applicableWeek
protected java.util.List<MonthOfYearEnum> applicableMonth
protected ExtensionType dayWeekMonthExtension
public java.util.List<DayEnum> getApplicableDay()
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 applicableDay property.
For example, to add a new item, do as follows:
getApplicableDay().add(newItem);
Objects of the following type(s) are allowed in the list
DayEnum
public java.util.List<WeekOfMonthEnum> getApplicableWeek()
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 applicableWeek property.
For example, to add a new item, do as follows:
getApplicableWeek().add(newItem);
Objects of the following type(s) are allowed in the list
WeekOfMonthEnum
public java.util.List<MonthOfYearEnum> getApplicableMonth()
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 applicableMonth property.
For example, to add a new item, do as follows:
getApplicableMonth().add(newItem);
Objects of the following type(s) are allowed in the list
MonthOfYearEnum
public ExtensionType getDayWeekMonthExtension()
ExtensionType
public void setDayWeekMonthExtension(ExtensionType value)
value
- allowed object is
ExtensionType