|
||||||||||
| 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
public class AesDailySchedule
Java class for AesDailySchedule complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AesDailySchedule">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="startTime" type="{http://www.w3.org/2001/XMLSchema}time"/>
<element name="scheduleOptions">
<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>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
AesDailySchedule.ScheduleOptions
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected AesDailySchedule.ScheduleOptions |
scheduleOptions
|
protected XMLGregorianCalendar |
startTime
|
| Constructor Summary | |
|---|---|
AesDailySchedule()
|
|
| Method Summary | |
|---|---|
AesDailySchedule.ScheduleOptions |
getScheduleOptions()
Gets the value of the scheduleOptions property. |
XMLGregorianCalendar |
getStartTime()
Gets the value of the startTime property. |
void |
setScheduleOptions(AesDailySchedule.ScheduleOptions value)
Sets the value of the scheduleOptions property. |
void |
setStartTime(XMLGregorianCalendar value)
Sets the value of the startTime property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected XMLGregorianCalendar startTime
protected AesDailySchedule.ScheduleOptions scheduleOptions
| Constructor Detail |
|---|
public AesDailySchedule()
| Method Detail |
|---|
public XMLGregorianCalendar getStartTime()
XMLGregorianCalendarpublic void setStartTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic AesDailySchedule.ScheduleOptions getScheduleOptions()
AesDailySchedule.ScheduleOptionspublic void setScheduleOptions(AesDailySchedule.ScheduleOptions value)
value - allowed object is
AesDailySchedule.ScheduleOptions
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||