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

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

public class AesDailySchedule
extends Object

Java class for AesDailySchedule complex type.

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

 <complexType name="AesDailySchedule">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="startTime" type="{http://www.w3.org/2001/XMLSchema}time"/>
         <element name="scheduleOptions">
           <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>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class AesDailySchedule.ScheduleOptions
          Java class for anonymous complex type.
 
Field Summary
protected  AesDailySchedule.ScheduleOptions scheduleOptions
           
protected  XMLGregorianCalendar startTime
           
 
Constructor Summary
AesDailySchedule()
           
 
Method Summary
 AesDailySchedule.ScheduleOptions getScheduleOptions()
          Gets the value of the scheduleOptions property.
 XMLGregorianCalendar getStartTime()
          Gets the value of the startTime property.
 void setScheduleOptions(AesDailySchedule.ScheduleOptions value)
          Sets the value of the scheduleOptions property.
 void setStartTime(XMLGregorianCalendar value)
          Sets the value of the startTime property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

startTime

protected XMLGregorianCalendar startTime

scheduleOptions

protected AesDailySchedule.ScheduleOptions scheduleOptions
Constructor Detail

AesDailySchedule

public AesDailySchedule()
Method Detail

getStartTime

public XMLGregorianCalendar getStartTime()
Gets the value of the startTime property.

Returns:
possible object is XMLGregorianCalendar

setStartTime

public void setStartTime(XMLGregorianCalendar value)
Sets the value of the startTime property.

Parameters:
value - allowed object is XMLGregorianCalendar

getScheduleOptions

public AesDailySchedule.ScheduleOptions getScheduleOptions()
Gets the value of the scheduleOptions property.

Returns:
possible object is AesDailySchedule.ScheduleOptions

setScheduleOptions

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

Parameters:
value - allowed object is AesDailySchedule.ScheduleOptions


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