public class MonthlySchedule extends AbstractSchedule implements Serializable
Java class for monthlySchedule complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="monthlySchedule"> <complexContent> <extension base="{urn:org:miloss:fgsms:services:interfaces:automatedReportingService}abstractSchedule"> <sequence> <element name="MonthNameIs" type="{urn:org:miloss:fgsms:services:interfaces:automatedReportingService}monthnames" maxOccurs="12"/> <element name="DayOfTheMonthIs" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="31"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<Integer> |
dayOfTheMonthIs |
protected List<Monthnames> |
monthNameIs |
startingAt
Constructor and Description |
---|
MonthlySchedule() |
Modifier and Type | Method and Description |
---|---|
List<Integer> |
getDayOfTheMonthIs()
Gets the value of the dayOfTheMonthIs property.
|
List<Monthnames> |
getMonthNameIs()
Gets the value of the monthNameIs property.
|
boolean |
isSetDayOfTheMonthIs() |
boolean |
isSetMonthNameIs() |
void |
unsetDayOfTheMonthIs() |
void |
unsetMonthNameIs() |
getStartingAt, isSetStartingAt, setStartingAt
protected List<Monthnames> monthNameIs
public List<Monthnames> getMonthNameIs()
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 monthNameIs property.
For example, to add a new item, do as follows:
getMonthNameIs().add(newItem);
Objects of the following type(s) are allowed in the list
Monthnames
public boolean isSetMonthNameIs()
public void unsetMonthNameIs()
public List<Integer> getDayOfTheMonthIs()
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 dayOfTheMonthIs property.
For example, to add a new item, do as follows:
getDayOfTheMonthIs().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public boolean isSetDayOfTheMonthIs()
public void unsetDayOfTheMonthIs()
Copyright © 2008–2017 MIL-OSS. All rights reserved.