|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.active_endpoints.schemas.engineapi._2010._05.engineapitypes.AesDailySchedule.ScheduleOptions
public static class AesDailySchedule.ScheduleOptions
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="scheduleOptions" type="{http://schemas.active-endpoints.com/engineapi/2010/05/EngineAPITypes.xsd}AesScheduleOptions"/>
<element name="days" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Integer |
days
|
protected AesScheduleOptions |
scheduleOptions
|
| Constructor Summary | |
|---|---|
AesDailySchedule.ScheduleOptions()
|
|
| Method Summary | |
|---|---|
Integer |
getDays()
Gets the value of the days property. |
AesScheduleOptions |
getScheduleOptions()
Gets the value of the scheduleOptions property. |
void |
setDays(Integer value)
Sets the value of the days property. |
void |
setScheduleOptions(AesScheduleOptions value)
Sets the value of the scheduleOptions property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected AesScheduleOptions scheduleOptions
protected Integer days
| Constructor Detail |
|---|
public AesDailySchedule.ScheduleOptions()
| Method Detail |
|---|
public AesScheduleOptions getScheduleOptions()
AesScheduleOptionspublic void setScheduleOptions(AesScheduleOptions value)
value - allowed object is
AesScheduleOptionspublic Integer getDays()
Integerpublic void setDays(Integer value)
value - allowed object is
Integer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||