public class GetApplicationStatusDetailResponse 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 ref="{http://apply.grants.gov/WebServices/ApplicantIntegrationServices-V1.0}Grants_govTrackingNumber"/>
<element name="DetailedStatus" type="{http://apply.grants.gov/system/Global-V1.0}StringMin1Max80Type"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
detailedStatus |
protected String |
grantsGovTrackingNumber |
| Constructor and Description |
|---|
GetApplicationStatusDetailResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDetailedStatus()
Gets the value of the detailedStatus property.
|
String |
getGrantsGovTrackingNumber()
Gets the value of the grantsGovTrackingNumber property.
|
void |
setDetailedStatus(String value)
Sets the value of the detailedStatus property.
|
void |
setGrantsGovTrackingNumber(String value)
Sets the value of the grantsGovTrackingNumber property.
|
protected String grantsGovTrackingNumber
protected String detailedStatus
public String getGrantsGovTrackingNumber()
Stringpublic void setGrantsGovTrackingNumber(String value)
value - allowed object is
Stringpublic String getDetailedStatus()
StringCopyright © 2013 The Kuali Foundation. All Rights Reserved.