public class GetOpportunitiesWithInfoRequest 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}OpportunityID" minOccurs="0"/>
<element ref="{http://apply.grants.gov/WebServices/ApplicantIntegrationServices-V1.0}CFDANumber" minOccurs="0"/>
<element ref="{http://apply.grants.gov/WebServices/ApplicantIntegrationServices-V1.0}CompetitionID" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
cfdaNumber |
protected String |
competitionID |
protected String |
opportunityID |
| Constructor and Description |
|---|
GetOpportunitiesWithInfoRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCFDANumber()
Gets the value of the cfdaNumber property.
|
String |
getCompetitionID()
Gets the value of the competitionID property.
|
String |
getOpportunityID()
Gets the value of the opportunityID property.
|
void |
setCFDANumber(String value)
Sets the value of the cfdaNumber property.
|
void |
setCompetitionID(String value)
Sets the value of the competitionID property.
|
void |
setOpportunityID(String value)
Sets the value of the opportunityID property.
|
protected String opportunityID
protected String cfdaNumber
protected String competitionID
public String getOpportunityID()
Stringpublic void setOpportunityID(String value)
value - allowed object is
Stringpublic String getCFDANumber()
Stringpublic void setCFDANumber(String value)
value - allowed object is
Stringpublic String getCompetitionID()
StringCopyright © 2013 The Kuali Foundation. All Rights Reserved.