public class GetOpportunityListResponse extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OpportunityInformation" type="{http://apply.grants.gov/WebServices/ApplicantIntegrationServices-V1.0}OpportunityInformationType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<OpportunityInformationType> |
opportunityInformation |
| Constructor and Description |
|---|
GetOpportunityListResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<OpportunityInformationType> |
getOpportunityInformation()
Gets the value of the opportunityInformation property.
|
protected List<OpportunityInformationType> opportunityInformation
public List<OpportunityInformationType> getOpportunityInformation()
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 opportunityInformation property.
For example, to add a new item, do as follows:
getOpportunityInformation().add(newItem);
Objects of the following type(s) are allowed in the list
OpportunityInformationType
Copyright © 2013 The Kuali Foundation. All Rights Reserved.