com.active_endpoints.schemas.engineapi._2010._05.enginemanagementtypes
Class AesScheduleStatusList

java.lang.Object
  extended by com.active_endpoints.schemas.engineapi._2010._05.enginemanagementtypes.AesScheduleIdList
      extended by com.active_endpoints.schemas.engineapi._2010._05.enginemanagementtypes.AesScheduleStatusList

public class AesScheduleStatusList
extends AesScheduleIdList

Java class for AesScheduleStatusList complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AesScheduleStatusList">
   <complexContent>
     <extension base="{http://schemas.active-endpoints.com/engineapi/2010/05/EngineManagementTypes.xsd}AesScheduleIdList">
       <sequence>
         <element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  boolean enabled
           
 
Fields inherited from class com.active_endpoints.schemas.engineapi._2010._05.enginemanagementtypes.AesScheduleIdList
scheduleId
 
Constructor Summary
AesScheduleStatusList()
           
 
Method Summary
 boolean isEnabled()
          Gets the value of the enabled property.
 void setEnabled(boolean value)
          Sets the value of the enabled property.
 
Methods inherited from class com.active_endpoints.schemas.engineapi._2010._05.enginemanagementtypes.AesScheduleIdList
getScheduleId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

enabled

protected boolean enabled
Constructor Detail

AesScheduleStatusList

public AesScheduleStatusList()
Method Detail

isEnabled

public boolean isEnabled()
Gets the value of the enabled property.


setEnabled

public void setEnabled(boolean value)
Sets the value of the enabled property.



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