|
||||||||||
| 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.ExecuteEvery
public static class AesIntradaySchedule.ExecuteEvery
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="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>
| Field Summary | |
|---|---|
protected AesScheduleInterval |
interval
|
protected int |
value
|
| Constructor Summary | |
|---|---|
AesIntradaySchedule.ExecuteEvery()
|
|
| Method Summary | |
|---|---|
AesScheduleInterval |
getInterval()
Gets the value of the interval property. |
int |
getValue()
Gets the value of the value property. |
void |
setInterval(AesScheduleInterval value)
Sets the value of the interval property. |
void |
setValue(int value)
Sets the value of the value property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int value
protected AesScheduleInterval interval
| Constructor Detail |
|---|
public AesIntradaySchedule.ExecuteEvery()
| Method Detail |
|---|
public int getValue()
public void setValue(int value)
public AesScheduleInterval getInterval()
AesScheduleIntervalpublic void setInterval(AesScheduleInterval value)
value - allowed object is
AesScheduleInterval
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||