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

java.lang.Object
  extended by com.active_endpoints.schemas.engineapi._2010._05.engineapitypes.AesIntradaySchedule

public class AesIntradaySchedule
extends Object

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

executeEvery

protected AesIntradaySchedule.ExecuteEvery executeEvery

onlyBetween

protected AesIntradaySchedule.OnlyBetween onlyBetween
Constructor Detail

AesIntradaySchedule

public AesIntradaySchedule()
Method Detail

getExecuteEvery

public AesIntradaySchedule.ExecuteEvery getExecuteEvery()
Gets the value of the executeEvery property.

Returns:
possible object is AesIntradaySchedule.ExecuteEvery

setExecuteEvery

public void setExecuteEvery(AesIntradaySchedule.ExecuteEvery value)
Sets the value of the executeEvery property.

Parameters:
value - allowed object is AesIntradaySchedule.ExecuteEvery

getOnlyBetween

public AesIntradaySchedule.OnlyBetween getOnlyBetween()
Gets the value of the onlyBetween property.

Returns:
possible object is AesIntradaySchedule.OnlyBetween

setOnlyBetween

public void setOnlyBetween(AesIntradaySchedule.OnlyBetween value)
Sets the value of the onlyBetween property.

Parameters:
value - allowed object is AesIntradaySchedule.OnlyBetween


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