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