Class FunderIdentifier

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

public class FunderIdentifier extends Object
The Funder_Identifier class provides an identifier associated with an organization or individual that provided financial assistance in the production of the archival data.

Java class for Funder_Identifier complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="Funder_Identifier">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="funding_identifier" type="{http://pds.nasa.gov/pds4/pds/v1}funding_identifier"/>
         <element name="funding_identifier_type" type="{http://pds.nasa.gov/pds4/pds/v1}funding_identifier_type"/>
         <element name="comment" type="{http://pds.nasa.gov/pds4/pds/v1}comment" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • fundingIdentifier

      protected String fundingIdentifier
    • fundingIdentifierType

      protected String fundingIdentifierType
    • comment

      protected String comment
  • Constructor Details

    • FunderIdentifier

      public FunderIdentifier()
  • Method Details

    • getFundingIdentifier

      public String getFundingIdentifier()
      Gets the value of the fundingIdentifier property.
      Returns:
      possible object is String
    • setFundingIdentifier

      public void setFundingIdentifier(String value)
      Sets the value of the fundingIdentifier property.
      Parameters:
      value - allowed object is String
    • getFundingIdentifierType

      public String getFundingIdentifierType()
      Gets the value of the fundingIdentifierType property.
      Returns:
      possible object is String
    • setFundingIdentifierType

      public void setFundingIdentifierType(String value)
      Sets the value of the fundingIdentifierType property.
      Parameters:
      value - allowed object is String
    • getComment

      public String getComment()
      Gets the value of the comment property.
      Returns:
      possible object is String
    • setComment

      public void setComment(String value)
      Sets the value of the comment property.
      Parameters:
      value - allowed object is String