|
||||||||||
| 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.AesMonthlySchedule
public class AesMonthlySchedule
Java class for AesMonthlySchedule complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AesMonthlySchedule">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="startTime" type="{http://www.w3.org/2001/XMLSchema}time"/>
<choice>
<element name="dayOfMonth" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="scheduleOptions">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="week" type="{http://schemas.active-endpoints.com/engineapi/2010/05/EngineAPITypes.xsd}AesScheduleWeekType"/>
<element name="dayOfWeek" type="{http://schemas.active-endpoints.com/engineapi/2010/05/EngineAPITypes.xsd}AesScheduleWeekdays"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</choice>
<element name="month" type="{http://schemas.active-endpoints.com/engineapi/2010/05/EngineAPITypes.xsd}AesScheduleMonths" maxOccurs="12" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
AesMonthlySchedule.ScheduleOptions
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected Integer |
dayOfMonth
|
protected List<AesScheduleMonths> |
month
|
protected AesMonthlySchedule.ScheduleOptions |
scheduleOptions
|
protected XMLGregorianCalendar |
startTime
|
| Constructor Summary | |
|---|---|
AesMonthlySchedule()
|
|
| Method Summary | |
|---|---|
Integer |
getDayOfMonth()
Gets the value of the dayOfMonth property. |
List<AesScheduleMonths> |
getMonth()
Gets the value of the month property. |
AesMonthlySchedule.ScheduleOptions |
getScheduleOptions()
Gets the value of the scheduleOptions property. |
XMLGregorianCalendar |
getStartTime()
Gets the value of the startTime property. |
void |
setDayOfMonth(Integer value)
Sets the value of the dayOfMonth property. |
void |
setScheduleOptions(AesMonthlySchedule.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 Integer dayOfMonth
protected AesMonthlySchedule.ScheduleOptions scheduleOptions
protected List<AesScheduleMonths> month
| Constructor Detail |
|---|
public AesMonthlySchedule()
| Method Detail |
|---|
public XMLGregorianCalendar getStartTime()
XMLGregorianCalendarpublic void setStartTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic Integer getDayOfMonth()
Integerpublic void setDayOfMonth(Integer value)
value - allowed object is
Integerpublic AesMonthlySchedule.ScheduleOptions getScheduleOptions()
AesMonthlySchedule.ScheduleOptionspublic void setScheduleOptions(AesMonthlySchedule.ScheduleOptions value)
value - allowed object is
AesMonthlySchedule.ScheduleOptionspublic List<AesScheduleMonths> getMonth()
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 month property.
For example, to add a new item, do as follows:
getMonth().add(newItem);
Objects of the following type(s) are allowed in the list
AesScheduleMonths
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||