Class FundingAcknowledgement

java.lang.Object
gov.nasa.arc.pds.xml.generated.FundingAcknowledgement

public class FundingAcknowledgement extends Object
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 Details

    • fundingSource

      protected String fundingSource
    • fundingProgramName

      protected String fundingProgramName
    • fundingYear

      protected String fundingYear
    • fundingAward

      protected String fundingAward
    • fundingAwardTitle

      protected String fundingAwardTitle
    • fundingAcknowledgementText

      protected String fundingAcknowledgementText
    • funderIdentifier

      protected FunderIdentifier funderIdentifier
  • Constructor Details

    • FundingAcknowledgement

      public FundingAcknowledgement()
  • Method Details

    • getFundingSource

      public String getFundingSource()
      Gets the value of the fundingSource property.
      Returns:
      possible object is String
    • setFundingSource

      public void setFundingSource(String value)
      Sets the value of the fundingSource property.
      Parameters:
      value - allowed object is String
    • getFundingProgramName

      public String getFundingProgramName()
      Gets the value of the fundingProgramName property.
      Returns:
      possible object is String
    • setFundingProgramName

      public void setFundingProgramName(String value)
      Sets the value of the fundingProgramName property.
      Parameters:
      value - allowed object is String
    • getFundingYear

      public String getFundingYear()
      Gets the value of the fundingYear property.
      Returns:
      possible object is String
    • setFundingYear

      public void setFundingYear(String value)
      Sets the value of the fundingYear property.
      Parameters:
      value - allowed object is String
    • getFundingAward

      public String getFundingAward()
      Gets the value of the fundingAward property.
      Returns:
      possible object is String
    • setFundingAward

      public void setFundingAward(String value)
      Sets the value of the fundingAward property.
      Parameters:
      value - allowed object is String
    • getFundingAwardTitle

      public String getFundingAwardTitle()
      Gets the value of the fundingAwardTitle property.
      Returns:
      possible object is String
    • setFundingAwardTitle

      public void setFundingAwardTitle(String value)
      Sets the value of the fundingAwardTitle property.
      Parameters:
      value - allowed object is String
    • getFundingAcknowledgementText

      public String getFundingAcknowledgementText()
      Gets the value of the fundingAcknowledgementText property.
      Returns:
      possible object is String
    • setFundingAcknowledgementText

      public void setFundingAcknowledgementText(String value)
      Sets the value of the fundingAcknowledgementText property.
      Parameters:
      value - allowed object is String
    • getFunderIdentifier

      public FunderIdentifier getFunderIdentifier()
      Gets the value of the funderIdentifier property.
      Returns:
      possible object is FunderIdentifier
    • setFunderIdentifier

      public void setFunderIdentifier(FunderIdentifier value)
      Sets the value of the funderIdentifier property.
      Parameters:
      value - allowed object is FunderIdentifier