
public class WeeklySchedule extends AbstractSchedule implements Serializable
Java class for weeklySchedule complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="weeklySchedule">
<complexContent>
<extension base="{urn:org:miloss:fgsms:services:interfaces:automatedReportingService}abstractSchedule">
<sequence>
<element name="reoccurs" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="DayOfTheWeekIs" type="{urn:org:miloss:fgsms:services:interfaces:automatedReportingService}daynames" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Daynames> |
dayOfTheWeekIs |
protected BigInteger |
reoccurs |
startingAt| Constructor and Description |
|---|
WeeklySchedule() |
| Modifier and Type | Method and Description |
|---|---|
List<Daynames> |
getDayOfTheWeekIs()
Gets the value of the dayOfTheWeekIs property.
|
BigInteger |
getReoccurs()
Gets the value of the reoccurs property.
|
boolean |
isSetDayOfTheWeekIs() |
boolean |
isSetReoccurs() |
void |
setReoccurs(BigInteger value)
Sets the value of the reoccurs property.
|
void |
unsetDayOfTheWeekIs() |
getStartingAt, isSetStartingAt, setStartingAtprotected BigInteger reoccurs
public BigInteger getReoccurs()
BigIntegerpublic void setReoccurs(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetReoccurs()
public List<Daynames> getDayOfTheWeekIs()
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 dayOfTheWeekIs property.
For example, to add a new item, do as follows:
getDayOfTheWeekIs().add(newItem);
Objects of the following type(s) are allowed in the list
Daynames
public boolean isSetDayOfTheWeekIs()
public void unsetDayOfTheWeekIs()
Copyright © 2008–2017 MIL-OSS. All rights reserved.