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