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

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

public class AesScheduledItemListResult
extends AesListingResult

Java class for AesScheduledItemListResult complex type.

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

 <complexType name="AesScheduledItemListResult">
   <complexContent>
     <extension base="{http://schemas.active-endpoints.com/engineapi/2010/05/EngineAPITypes.xsd}AesListingResult">
       <sequence>
         <element name="scheduledItems" type="{http://schemas.active-endpoints.com/engineapi/2010/05/EngineAPITypes.xsd}AesPersistedScheduledItem" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<AesPersistedScheduledItem> scheduledItems
           
 
Fields inherited from class com.active_endpoints.schemas.engineapi._2010._05.engineapitypes.AesListingResult
completeRowCount, schedulerInitialized, totalRowCount
 
Constructor Summary
AesScheduledItemListResult()
           
 
Method Summary
 List<AesPersistedScheduledItem> getScheduledItems()
          Gets the value of the scheduledItems property.
 
Methods inherited from class com.active_endpoints.schemas.engineapi._2010._05.engineapitypes.AesListingResult
getTotalRowCount, isCompleteRowCount, isSchedulerInitialized, setCompleteRowCount, setSchedulerInitialized, setTotalRowCount
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

scheduledItems

protected List<AesPersistedScheduledItem> scheduledItems
Constructor Detail

AesScheduledItemListResult

public AesScheduledItemListResult()
Method Detail

getScheduledItems

public List<AesPersistedScheduledItem> getScheduledItems()
Gets the value of the scheduledItems 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 scheduledItems property.

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

    getScheduledItems().add(newItem);
 

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



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