public class GetApplicationListResponse 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="AvailableApplicationNumber" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="ApplicationInformation" type="{http://apply.grants.gov/WebServices/ApplicantIntegrationServices-V1.0}ApplicationInformationType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ApplicationInformationType> |
applicationInformation |
protected int |
availableApplicationNumber |
| Constructor and Description |
|---|
GetApplicationListResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationInformationType> |
getApplicationInformation()
Gets the value of the applicationInformation property.
|
int |
getAvailableApplicationNumber()
Gets the value of the availableApplicationNumber property.
|
void |
setAvailableApplicationNumber(int value)
Sets the value of the availableApplicationNumber property.
|
protected int availableApplicationNumber
protected List<ApplicationInformationType> applicationInformation
public int getAvailableApplicationNumber()
public void setAvailableApplicationNumber(int value)
public List<ApplicationInformationType> getApplicationInformation()
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 applicationInformation property.
For example, to add a new item, do as follows:
getApplicationInformation().add(newItem);
Objects of the following type(s) are allowed in the list
ApplicationInformationType
Copyright © 2013 The Kuali Foundation. All Rights Reserved.