Package gov.nasa.arc.pds.xml.generated
Class FundingAcknowledgement
- java.lang.Object
- 
- gov.nasa.arc.pds.xml.generated.FundingAcknowledgement
 
- 
 public class FundingAcknowledgement extends java.lang.ObjectThe 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_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_acknowledgement_text" type="{http://pds.nasa.gov/pds4/pds/v1}funding_acknowledgement_text"/> </sequence> </restriction> </complexContent> </complexType>
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.lang.StringfundingAcknowledgementTextprotected java.lang.StringfundingAwardprotected java.lang.StringfundingSourceprotected java.lang.StringfundingYear
 - 
Constructor SummaryConstructors Constructor Description FundingAcknowledgement()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetFundingAcknowledgementText()Gets the value of the fundingAcknowledgementText property.java.lang.StringgetFundingAward()Gets the value of the fundingAward property.java.lang.StringgetFundingSource()Gets the value of the fundingSource property.java.lang.StringgetFundingYear()Gets the value of the fundingYear property.voidsetFundingAcknowledgementText(java.lang.String value)Sets the value of the fundingAcknowledgementText property.voidsetFundingAward(java.lang.String value)Sets the value of the fundingAward property.voidsetFundingSource(java.lang.String value)Sets the value of the fundingSource property.voidsetFundingYear(java.lang.String value)Sets the value of the fundingYear property.
 
- 
- 
- 
Method Detail- 
getFundingSourcepublic java.lang.String getFundingSource() Gets the value of the fundingSource property.- Returns:
- possible object is
     String
 
 - 
setFundingSourcepublic void setFundingSource(java.lang.String value) Sets the value of the fundingSource property.- Parameters:
- value- allowed object is- String
 
 - 
getFundingYearpublic java.lang.String getFundingYear() Gets the value of the fundingYear property.- Returns:
- possible object is
     String
 
 - 
setFundingYearpublic void setFundingYear(java.lang.String value) Sets the value of the fundingYear property.- Parameters:
- value- allowed object is- String
 
 - 
getFundingAwardpublic java.lang.String getFundingAward() Gets the value of the fundingAward property.- Returns:
- possible object is
     String
 
 - 
setFundingAwardpublic void setFundingAward(java.lang.String value) Sets the value of the fundingAward property.- Parameters:
- value- allowed object is- String
 
 - 
getFundingAcknowledgementTextpublic java.lang.String getFundingAcknowledgementText() Gets the value of the fundingAcknowledgementText property.- Returns:
- possible object is
     String
 
 - 
setFundingAcknowledgementTextpublic void setFundingAcknowledgementText(java.lang.String value) Sets the value of the fundingAcknowledgementText property.- Parameters:
- value- allowed object is- String
 
 
- 
 
-