|
||||||||||
| 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.AesIntradaySchedule
public class AesIntradaySchedule
Java class for AesIntradaySchedule complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AesIntradaySchedule">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="executeEvery">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="interval" type="{http://schemas.active-endpoints.com/engineapi/2010/05/EngineAPITypes.xsd}AesScheduleInterval"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="onlyBetween" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="betweenStart" type="{http://www.w3.org/2001/XMLSchema}time"/>
<element name="betweenEnd" type="{http://www.w3.org/2001/XMLSchema}time"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
AesIntradaySchedule.ExecuteEvery
Java class for anonymous complex type. |
static class |
AesIntradaySchedule.OnlyBetween
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected AesIntradaySchedule.ExecuteEvery |
executeEvery
|
protected AesIntradaySchedule.OnlyBetween |
onlyBetween
|
| Constructor Summary | |
|---|---|
AesIntradaySchedule()
|
|
| Method Summary | |
|---|---|
AesIntradaySchedule.ExecuteEvery |
getExecuteEvery()
Gets the value of the executeEvery property. |
AesIntradaySchedule.OnlyBetween |
getOnlyBetween()
Gets the value of the onlyBetween property. |
void |
setExecuteEvery(AesIntradaySchedule.ExecuteEvery value)
Sets the value of the executeEvery property. |
void |
setOnlyBetween(AesIntradaySchedule.OnlyBetween value)
Sets the value of the onlyBetween property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected AesIntradaySchedule.ExecuteEvery executeEvery
protected AesIntradaySchedule.OnlyBetween onlyBetween
| Constructor Detail |
|---|
public AesIntradaySchedule()
| Method Detail |
|---|
public AesIntradaySchedule.ExecuteEvery getExecuteEvery()
AesIntradaySchedule.ExecuteEverypublic void setExecuteEvery(AesIntradaySchedule.ExecuteEvery value)
value - allowed object is
AesIntradaySchedule.ExecuteEverypublic AesIntradaySchedule.OnlyBetween getOnlyBetween()
AesIntradaySchedule.OnlyBetweenpublic void setOnlyBetween(AesIntradaySchedule.OnlyBetween value)
value - allowed object is
AesIntradaySchedule.OnlyBetween
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||