com.active_endpoints.schemas.engineapi._2010._05.engineapitypes
Class AesIntradaySchedule.ExecuteEvery

java.lang.Object
  extended by com.active_endpoints.schemas.engineapi._2010._05.engineapitypes.AesIntradaySchedule.ExecuteEvery
Enclosing class:
AesIntradaySchedule

public static class AesIntradaySchedule.ExecuteEvery
extends Object

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

value

protected int value

interval

protected AesScheduleInterval interval
Constructor Detail

AesIntradaySchedule.ExecuteEvery

public AesIntradaySchedule.ExecuteEvery()
Method Detail

getValue

public int getValue()
Gets the value of the value property.


setValue

public void setValue(int value)
Sets the value of the value property.


getInterval

public AesScheduleInterval getInterval()
Gets the value of the interval property.

Returns:
possible object is AesScheduleInterval

setInterval

public void setInterval(AesScheduleInterval value)
Sets the value of the interval property.

Parameters:
value - allowed object is AesScheduleInterval


Copyright © 2013 Leibniz Universität Hannover. All Rights Reserved.