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

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

public class AesWeeklySchedule
extends Object

Java class for AesWeeklySchedule complex type.

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

 <complexType name="AesWeeklySchedule">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="startTime" type="{http://www.w3.org/2001/XMLSchema}time"/>
         <element name="everyWeeks" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="dayOfWeek" type="{http://schemas.active-endpoints.com/engineapi/2010/05/EngineAPITypes.xsd}AesScheduleWeekdays" maxOccurs="7" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<AesScheduleWeekdays> dayOfWeek
           
protected  int everyWeeks
           
protected  XMLGregorianCalendar startTime
           
 
Constructor Summary
AesWeeklySchedule()
           
 
Method Summary
 List<AesScheduleWeekdays> getDayOfWeek()
          Gets the value of the dayOfWeek property.
 int getEveryWeeks()
          Gets the value of the everyWeeks property.
 XMLGregorianCalendar getStartTime()
          Gets the value of the startTime property.
 void setEveryWeeks(int value)
          Sets the value of the everyWeeks 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

everyWeeks

protected int everyWeeks

dayOfWeek

protected List<AesScheduleWeekdays> dayOfWeek
Constructor Detail

AesWeeklySchedule

public AesWeeklySchedule()
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

getEveryWeeks

public int getEveryWeeks()
Gets the value of the everyWeeks property.


setEveryWeeks

public void setEveryWeeks(int value)
Sets the value of the everyWeeks property.


getDayOfWeek

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

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the dayOfWeek property.

For example, to add a new item, do as follows:

    getDayOfWeek().add(newItem);
 

Objects of the following type(s) are allowed in the list AesScheduleWeekdays



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