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

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

public class AesContributionListResult
extends AesListingResult

Java class for AesContributionListResult complex type.

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

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


Field Summary
protected  List<AesContribution> contributionItem
           
 
Fields inherited from class com.active_endpoints.schemas.engineapi._2010._05.engineapitypes.AesListingResult
completeRowCount, schedulerInitialized, totalRowCount
 
Constructor Summary
AesContributionListResult()
           
 
Method Summary
 List<AesContribution> getContributionItem()
          Gets the value of the contributionItem 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

contributionItem

protected List<AesContribution> contributionItem
Constructor Detail

AesContributionListResult

public AesContributionListResult()
Method Detail

getContributionItem

public List<AesContribution> getContributionItem()
Gets the value of the contributionItem 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 contributionItem property.

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

    getContributionItem().add(newItem);
 

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



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