public class OpportunityWithInfoType extends Object
Java class for OpportunityWithInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OpportunityWithInfoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://apply.grants.gov/WebServices/ApplicantIntegrationServices-V1.0}OpportunityID"/>
<element ref="{http://apply.grants.gov/WebServices/ApplicantIntegrationServices-V1.0}OpportunityTitle"/>
<element ref="{http://apply.grants.gov/WebServices/ApplicantIntegrationServices-V1.0}OpeningDate" minOccurs="0"/>
<element ref="{http://apply.grants.gov/WebServices/ApplicantIntegrationServices-V1.0}ClosingDate" 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"/>
<element name="SchemaURL" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="InstructionURL" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element ref="{http://apply.grants.gov/WebServices/ApplicantIntegrationServices-V1.0}CFDADescription" minOccurs="0"/>
<element ref="{http://apply.grants.gov/WebServices/ApplicantIntegrationServices-V1.0}OfferingAgency" minOccurs="0"/>
<element name="AgencyContact" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
agencyContact |
protected String |
cfdaDescription |
protected String |
cfdaNumber |
protected XMLGregorianCalendar |
closingDate |
protected String |
competitionID |
protected String |
instructionURL |
protected String |
offeringAgency |
protected XMLGregorianCalendar |
openingDate |
protected String |
opportunityID |
protected String |
opportunityTitle |
protected String |
schemaURL |
| Constructor and Description |
|---|
OpportunityWithInfoType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAgencyContact()
Gets the value of the agencyContact property.
|
String |
getCFDADescription()
Gets the value of the cfdaDescription property.
|
String |
getCFDANumber()
Gets the value of the cfdaNumber property.
|
XMLGregorianCalendar |
getClosingDate()
Gets the value of the closingDate property.
|
String |
getCompetitionID()
Gets the value of the competitionID property.
|
String |
getInstructionURL()
Gets the value of the instructionURL property.
|
String |
getOfferingAgency()
Gets the value of the offeringAgency property.
|
XMLGregorianCalendar |
getOpeningDate()
Gets the value of the openingDate property.
|
String |
getOpportunityID()
Gets the value of the opportunityID property.
|
String |
getOpportunityTitle()
Gets the value of the opportunityTitle property.
|
String |
getSchemaURL()
Gets the value of the schemaURL property.
|
void |
setAgencyContact(String value)
Sets the value of the agencyContact property.
|
void |
setCFDADescription(String value)
Sets the value of the cfdaDescription property.
|
void |
setCFDANumber(String value)
Sets the value of the cfdaNumber property.
|
void |
setClosingDate(XMLGregorianCalendar value)
Sets the value of the closingDate property.
|
void |
setCompetitionID(String value)
Sets the value of the competitionID property.
|
void |
setInstructionURL(String value)
Sets the value of the instructionURL property.
|
void |
setOfferingAgency(String value)
Sets the value of the offeringAgency property.
|
void |
setOpeningDate(XMLGregorianCalendar value)
Sets the value of the openingDate property.
|
void |
setOpportunityID(String value)
Sets the value of the opportunityID property.
|
void |
setOpportunityTitle(String value)
Sets the value of the opportunityTitle property.
|
void |
setSchemaURL(String value)
Sets the value of the schemaURL property.
|
protected String opportunityID
protected String opportunityTitle
protected XMLGregorianCalendar openingDate
protected XMLGregorianCalendar closingDate
protected String cfdaNumber
protected String competitionID
protected String schemaURL
protected String instructionURL
protected String cfdaDescription
protected String offeringAgency
protected String agencyContact
public String getOpportunityID()
Stringpublic void setOpportunityID(String value)
value - allowed object is
Stringpublic String getOpportunityTitle()
Stringpublic void setOpportunityTitle(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getOpeningDate()
XMLGregorianCalendarpublic void setOpeningDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getClosingDate()
XMLGregorianCalendarpublic void setClosingDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getCFDANumber()
Stringpublic void setCFDANumber(String value)
value - allowed object is
Stringpublic String getCompetitionID()
Stringpublic void setCompetitionID(String value)
value - allowed object is
Stringpublic String getSchemaURL()
Stringpublic void setSchemaURL(String value)
value - allowed object is
Stringpublic String getInstructionURL()
Stringpublic void setInstructionURL(String value)
value - allowed object is
Stringpublic String getCFDADescription()
Stringpublic void setCFDADescription(String value)
value - allowed object is
Stringpublic String getOfferingAgency()
Stringpublic void setOfferingAgency(String value)
value - allowed object is
Stringpublic String getAgencyContact()
StringCopyright © 2013 The Kuali Foundation. All Rights Reserved.