public class ApplicationInformationType extends Object
Java class for ApplicationInformationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ApplicationInformationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://apply.grants.gov/WebServices/ApplicantIntegrationServices-V1.0}CFDANumber" minOccurs="0"/>
<element ref="{http://apply.grants.gov/WebServices/ApplicantIntegrationServices-V1.0}OpportunityID" minOccurs="0"/>
<element ref="{http://apply.grants.gov/WebServices/ApplicantIntegrationServices-V1.0}CompetitionID" minOccurs="0"/>
<element ref="{http://apply.grants.gov/WebServices/ApplicantIntegrationServices-V1.0}Grants_govTrackingNumber"/>
<element ref="{http://apply.grants.gov/WebServices/ApplicantIntegrationServices-V1.0}ReceivedDateTime" minOccurs="0"/>
<element name="GrantsGovApplicationStatus" type="{http://apply.grants.gov/WebServices/ApplicantIntegrationServices-V1.0}GrantsGovApplicationStatusType"/>
<element ref="{http://apply.grants.gov/WebServices/ApplicantIntegrationServices-V1.0}StatusDateTime" minOccurs="0"/>
<element ref="{http://apply.grants.gov/WebServices/ApplicantIntegrationServices-V1.0}AgencyTrackingNumber" minOccurs="0"/>
<element ref="{http://apply.grants.gov/WebServices/ApplicantIntegrationServices-V1.0}SubmissionTitle" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
agencyTrackingNumber |
protected String |
cfdaNumber |
protected String |
competitionID |
protected GrantsGovApplicationStatusType |
grantsGovApplicationStatus |
protected String |
grantsGovTrackingNumber |
protected String |
opportunityID |
protected XMLGregorianCalendar |
receivedDateTime |
protected XMLGregorianCalendar |
statusDateTime |
protected String |
submissionTitle |
| Constructor and Description |
|---|
ApplicationInformationType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAgencyTrackingNumber()
Gets the value of the agencyTrackingNumber property.
|
String |
getCFDANumber()
Gets the value of the cfdaNumber property.
|
String |
getCompetitionID()
Gets the value of the competitionID property.
|
GrantsGovApplicationStatusType |
getGrantsGovApplicationStatus()
Gets the value of the grantsGovApplicationStatus property.
|
String |
getGrantsGovTrackingNumber()
Gets the value of the grantsGovTrackingNumber property.
|
String |
getOpportunityID()
Gets the value of the opportunityID property.
|
XMLGregorianCalendar |
getReceivedDateTime()
Gets the value of the receivedDateTime property.
|
XMLGregorianCalendar |
getStatusDateTime()
Gets the value of the statusDateTime property.
|
String |
getSubmissionTitle()
Gets the value of the submissionTitle property.
|
void |
setAgencyTrackingNumber(String value)
Sets the value of the agencyTrackingNumber property.
|
void |
setCFDANumber(String value)
Sets the value of the cfdaNumber property.
|
void |
setCompetitionID(String value)
Sets the value of the competitionID property.
|
void |
setGrantsGovApplicationStatus(GrantsGovApplicationStatusType value)
Sets the value of the grantsGovApplicationStatus property.
|
void |
setGrantsGovTrackingNumber(String value)
Sets the value of the grantsGovTrackingNumber property.
|
void |
setOpportunityID(String value)
Sets the value of the opportunityID property.
|
void |
setReceivedDateTime(XMLGregorianCalendar value)
Sets the value of the receivedDateTime property.
|
void |
setStatusDateTime(XMLGregorianCalendar value)
Sets the value of the statusDateTime property.
|
void |
setSubmissionTitle(String value)
Sets the value of the submissionTitle property.
|
protected String cfdaNumber
protected String opportunityID
protected String competitionID
protected String grantsGovTrackingNumber
protected XMLGregorianCalendar receivedDateTime
protected GrantsGovApplicationStatusType grantsGovApplicationStatus
protected XMLGregorianCalendar statusDateTime
protected String agencyTrackingNumber
protected String submissionTitle
public String getCFDANumber()
Stringpublic void setCFDANumber(String value)
value - allowed object is
Stringpublic String getOpportunityID()
Stringpublic void setOpportunityID(String value)
value - allowed object is
Stringpublic String getCompetitionID()
Stringpublic void setCompetitionID(String value)
value - allowed object is
Stringpublic String getGrantsGovTrackingNumber()
Stringpublic void setGrantsGovTrackingNumber(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getReceivedDateTime()
XMLGregorianCalendarpublic void setReceivedDateTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic GrantsGovApplicationStatusType getGrantsGovApplicationStatus()
GrantsGovApplicationStatusTypepublic void setGrantsGovApplicationStatus(GrantsGovApplicationStatusType value)
value - allowed object is
GrantsGovApplicationStatusTypepublic XMLGregorianCalendar getStatusDateTime()
XMLGregorianCalendarpublic void setStatusDateTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getAgencyTrackingNumber()
Stringpublic void setAgencyTrackingNumber(String value)
value - allowed object is
Stringpublic String getSubmissionTitle()
StringCopyright © 2013 The Kuali Foundation. All Rights Reserved.