public class DailySchedule extends AbstractSchedule implements Serializable
Java class for dailySchedule complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="dailySchedule"> <complexContent> <extension base="{urn:org:miloss:fgsms:services:interfaces:automatedReportingService}abstractSchedule"> <sequence> <element name="reoccurs" type="{http://www.w3.org/2001/XMLSchema}integer"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected BigInteger |
reoccurs |
startingAt
Constructor and Description |
---|
DailySchedule() |
Modifier and Type | Method and Description |
---|---|
BigInteger |
getReoccurs()
Gets the value of the reoccurs property.
|
boolean |
isSetReoccurs() |
void |
setReoccurs(BigInteger value)
Sets the value of the reoccurs property.
|
getStartingAt, isSetStartingAt, setStartingAt
protected BigInteger reoccurs
public BigInteger getReoccurs()
BigInteger
public void setReoccurs(BigInteger value)
value
- allowed object is
BigInteger
public boolean isSetReoccurs()
Copyright © 2008–2017 MIL-OSS. All rights reserved.