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

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

public static class AesMonthlySchedule.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="week" type="{http://schemas.active-endpoints.com/engineapi/2010/05/EngineAPITypes.xsd}AesScheduleWeekType"/>
         <element name="dayOfWeek" type="{http://schemas.active-endpoints.com/engineapi/2010/05/EngineAPITypes.xsd}AesScheduleWeekdays"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  AesScheduleWeekdays dayOfWeek
           
protected  AesScheduleWeekType week
           
 
Constructor Summary
AesMonthlySchedule.ScheduleOptions()
           
 
Method Summary
 AesScheduleWeekdays getDayOfWeek()
          Gets the value of the dayOfWeek property.
 AesScheduleWeekType getWeek()
          Gets the value of the week property.
 void setDayOfWeek(AesScheduleWeekdays value)
          Sets the value of the dayOfWeek property.
 void setWeek(AesScheduleWeekType value)
          Sets the value of the week property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

week

protected AesScheduleWeekType week

dayOfWeek

protected AesScheduleWeekdays dayOfWeek
Constructor Detail

AesMonthlySchedule.ScheduleOptions

public AesMonthlySchedule.ScheduleOptions()
Method Detail

getWeek

public AesScheduleWeekType getWeek()
Gets the value of the week property.

Returns:
possible object is AesScheduleWeekType

setWeek

public void setWeek(AesScheduleWeekType value)
Sets the value of the week property.

Parameters:
value - allowed object is AesScheduleWeekType

getDayOfWeek

public AesScheduleWeekdays getDayOfWeek()
Gets the value of the dayOfWeek property.

Returns:
possible object is AesScheduleWeekdays

setDayOfWeek

public void setDayOfWeek(AesScheduleWeekdays value)
Sets the value of the dayOfWeek property.

Parameters:
value - allowed object is AesScheduleWeekdays


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