public static class GetApplicationListRequest.ApplicationFilter 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="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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
filter |
protected String |
filterValue |
| Constructor and Description |
|---|
GetApplicationListRequest.ApplicationFilter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFilter()
Gets the value of the filter property.
|
String |
getFilterValue()
Gets the value of the filterValue property.
|
void |
setFilter(String value)
Sets the value of the filter property.
|
void |
setFilterValue(String value)
Sets the value of the filterValue property.
|
public GetApplicationListRequest.ApplicationFilter()
public String getFilter()
Stringpublic void setFilter(String value)
value - allowed object is
Stringpublic String getFilterValue()
StringCopyright © 2013 The Kuali Foundation. All Rights Reserved.