com.active_endpoints.schemas.engineapi._2010._05.enginemanagementtypes
Class AesScheduleStatusList
java.lang.Object
com.active_endpoints.schemas.engineapi._2010._05.enginemanagementtypes.AesScheduleIdList
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
|
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
enabled
protected boolean enabled
AesScheduleStatusList
public AesScheduleStatusList()
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.