com.active_endpoints.schemas.engineapi._2010._05.engineapitypes
Class AesDailySchedule.ScheduleOptions

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

public static class AesDailySchedule.ScheduleOptions
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="scheduleOptions" type="{http://schemas.active-endpoints.com/engineapi/2010/05/EngineAPITypes.xsd}AesScheduleOptions"/>
         <element name="days" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Integer days
           
protected  AesScheduleOptions scheduleOptions
           
 
Constructor Summary
AesDailySchedule.ScheduleOptions()
           
 
Method Summary
 Integer getDays()
          Gets the value of the days property.
 AesScheduleOptions getScheduleOptions()
          Gets the value of the scheduleOptions property.
 void setDays(Integer value)
          Sets the value of the days property.
 void setScheduleOptions(AesScheduleOptions value)
          Sets the value of the scheduleOptions property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

scheduleOptions

protected AesScheduleOptions scheduleOptions

days

protected Integer days
Constructor Detail

AesDailySchedule.ScheduleOptions

public AesDailySchedule.ScheduleOptions()
Method Detail

getScheduleOptions

public AesScheduleOptions getScheduleOptions()
Gets the value of the scheduleOptions property.

Returns:
possible object is AesScheduleOptions

setScheduleOptions

public void setScheduleOptions(AesScheduleOptions value)
Sets the value of the scheduleOptions property.

Parameters:
value - allowed object is AesScheduleOptions

getDays

public Integer getDays()
Gets the value of the days property.

Returns:
possible object is Integer

setDays

public void setDays(Integer value)
Sets the value of the days property.

Parameters:
value - allowed object is Integer


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