com.active_endpoints.schemas.engineapi._2010._05.engineapitypes
Class AesScheduledItemListResult
java.lang.Object
com.active_endpoints.schemas.engineapi._2010._05.engineapitypes.AesListingResult
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
scheduledItems
protected List<AesPersistedScheduledItem> scheduledItems
AesScheduledItemListResult
public AesScheduledItemListResult()
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.