Package gov.nasa.arc.pds.xml.generated
Class FundingAcknowledgement
java.lang.Object
gov.nasa.arc.pds.xml.generated.FundingAcknowledgement
The Funding_Acknowledgement class cites a
funding source which supported production of the archival
data.
Java class for Funding_Acknowledgement complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="Funding_Acknowledgement">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="funding_source" type="{http://pds.nasa.gov/pds4/pds/v1}funding_source"/>
<element name="funding_program_name" type="{http://pds.nasa.gov/pds4/pds/v1}funding_program_name" minOccurs="0"/>
<element name="funding_year" type="{http://pds.nasa.gov/pds4/pds/v1}funding_year" minOccurs="0"/>
<element name="funding_award" type="{http://pds.nasa.gov/pds4/pds/v1}funding_award" minOccurs="0"/>
<element name="funding_award_title" type="{http://pds.nasa.gov/pds4/pds/v1}funding_award_title" minOccurs="0"/>
<element name="funding_acknowledgement_text" type="{http://pds.nasa.gov/pds4/pds/v1}funding_acknowledgement_text" minOccurs="0"/>
<element name="Funder_Identifier" type="{http://pds.nasa.gov/pds4/pds/v1}Funder_Identifier" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the funderIdentifier property.Gets the value of the fundingAcknowledgementText property.Gets the value of the fundingAward property.Gets the value of the fundingAwardTitle property.Gets the value of the fundingProgramName property.Gets the value of the fundingSource property.Gets the value of the fundingYear property.voidSets the value of the funderIdentifier property.voidSets the value of the fundingAcknowledgementText property.voidsetFundingAward(String value) Sets the value of the fundingAward property.voidsetFundingAwardTitle(String value) Sets the value of the fundingAwardTitle property.voidsetFundingProgramName(String value) Sets the value of the fundingProgramName property.voidsetFundingSource(String value) Sets the value of the fundingSource property.voidsetFundingYear(String value) Sets the value of the fundingYear property.
-
Field Details
-
fundingSource
-
fundingProgramName
-
fundingYear
-
fundingAward
-
fundingAwardTitle
-
fundingAcknowledgementText
-
funderIdentifier
-
-
Constructor Details
-
FundingAcknowledgement
public FundingAcknowledgement()
-
-
Method Details
-
getFundingSource
Gets the value of the fundingSource property.- Returns:
- possible object is
String
-
setFundingSource
Sets the value of the fundingSource property.- Parameters:
value- allowed object isString
-
getFundingProgramName
Gets the value of the fundingProgramName property.- Returns:
- possible object is
String
-
setFundingProgramName
Sets the value of the fundingProgramName property.- Parameters:
value- allowed object isString
-
getFundingYear
Gets the value of the fundingYear property.- Returns:
- possible object is
String
-
setFundingYear
Sets the value of the fundingYear property.- Parameters:
value- allowed object isString
-
getFundingAward
Gets the value of the fundingAward property.- Returns:
- possible object is
String
-
setFundingAward
Sets the value of the fundingAward property.- Parameters:
value- allowed object isString
-
getFundingAwardTitle
Gets the value of the fundingAwardTitle property.- Returns:
- possible object is
String
-
setFundingAwardTitle
Sets the value of the fundingAwardTitle property.- Parameters:
value- allowed object isString
-
getFundingAcknowledgementText
Gets the value of the fundingAcknowledgementText property.- Returns:
- possible object is
String
-
setFundingAcknowledgementText
Sets the value of the fundingAcknowledgementText property.- Parameters:
value- allowed object isString
-
getFunderIdentifier
Gets the value of the funderIdentifier property.- Returns:
- possible object is
FunderIdentifier
-
setFunderIdentifier
Sets the value of the funderIdentifier property.- Parameters:
value- allowed object isFunderIdentifier
-