Package gov.nasa.arc.pds.xml.generated
Class FunderIdentifier
java.lang.Object
gov.nasa.arc.pds.xml.generated.FunderIdentifier
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the comment property.Gets the value of the fundingIdentifier property.Gets the value of the fundingIdentifierType property.voidsetComment(String value) Sets the value of the comment property.voidsetFundingIdentifier(String value) Sets the value of the fundingIdentifier property.voidsetFundingIdentifierType(String value) Sets the value of the fundingIdentifierType property.
-
Field Details
-
fundingIdentifier
-
fundingIdentifierType
-
comment
-
-
Constructor Details
-
FunderIdentifier
public FunderIdentifier()
-
-
Method Details
-
getFundingIdentifier
Gets the value of the fundingIdentifier property.- Returns:
- possible object is
String
-
setFundingIdentifier
Sets the value of the fundingIdentifier property.- Parameters:
value- allowed object isString
-
getFundingIdentifierType
Gets the value of the fundingIdentifierType property.- Returns:
- possible object is
String
-
setFundingIdentifierType
Sets the value of the fundingIdentifierType property.- Parameters:
value- allowed object isString
-
getComment
Gets the value of the comment property.- Returns:
- possible object is
String
-
setComment
Sets the value of the comment property.- Parameters:
value- allowed object isString
-