public class DayWeekMonth
extends java.lang.Object
Java class for DayWeekMonth complex type.
The following schema fragment specifies the expected content contained within this class.
<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> |
applicableDaies |
protected java.util.List<MonthOfYearEnum> |
applicableMonths |
protected java.util.List<WeekOfMonthEnum> |
applicableWeeks |
protected ExtensionType |
dayWeekMonthExtension |
Constructor and Description |
---|
DayWeekMonth() |
Modifier and Type | Method and Description |
---|---|
java.util.List<DayEnum> |
getApplicableDaies()
Gets the value of the applicableDaies property.
|
java.util.List<MonthOfYearEnum> |
getApplicableMonths()
Gets the value of the applicableMonths property.
|
java.util.List<WeekOfMonthEnum> |
getApplicableWeeks()
Gets the value of the applicableWeeks property.
|
ExtensionType |
getDayWeekMonthExtension()
Gets the value of the dayWeekMonthExtension property.
|
void |
setDayWeekMonthExtension(ExtensionType value)
Sets the value of the dayWeekMonthExtension property.
|
protected java.util.List<DayEnum> applicableDaies
protected java.util.List<WeekOfMonthEnum> applicableWeeks
protected java.util.List<MonthOfYearEnum> applicableMonths
protected ExtensionType dayWeekMonthExtension
public java.util.List<DayEnum> getApplicableDaies()
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 applicableDaies property.
For example, to add a new item, do as follows:
getApplicableDaies().add(newItem);
Objects of the following type(s) are allowed in the list
DayEnum
public java.util.List<WeekOfMonthEnum> getApplicableWeeks()
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 applicableWeeks property.
For example, to add a new item, do as follows:
getApplicableWeeks().add(newItem);
Objects of the following type(s) are allowed in the list
WeekOfMonthEnum
public java.util.List<MonthOfYearEnum> getApplicableMonths()
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 applicableMonths property.
For example, to add a new item, do as follows:
getApplicableMonths().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