public class GetApplicationListRequest 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="ApplicationFilter" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Filter">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Status"/>
<enumeration value="OpportunityID"/>
<enumeration value="CFDANumber"/>
<enumeration value="SubmissionTitle"/>
<enumeration value="GrantsGovTrackingNumber"/>
</restriction>
</simpleType>
</element>
<element name="FilterValue" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
GetApplicationListRequest.ApplicationFilter
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<GetApplicationListRequest.ApplicationFilter> |
applicationFilter |
| Constructor and Description |
|---|
GetApplicationListRequest() |
| Modifier and Type | Method and Description |
|---|---|
List<GetApplicationListRequest.ApplicationFilter> |
getApplicationFilter()
Gets the value of the applicationFilter property.
|
protected List<GetApplicationListRequest.ApplicationFilter> applicationFilter
public List<GetApplicationListRequest.ApplicationFilter> getApplicationFilter()
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 applicationFilter property.
For example, to add a new item, do as follows:
getApplicationFilter().add(newItem);
Objects of the following type(s) are allowed in the list
GetApplicationListRequest.ApplicationFilter
Copyright © 2013 The Kuali Foundation. All Rights Reserved.