Class Person

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

public class Person extends Object
The Person class is a container for the child attributes and classes that describe a person.

Java class for Person complex type

.

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


 <complexType name="Person">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="contributor_type" type="{http://pds.nasa.gov/pds4/pds/v1}contributor_type" minOccurs="0"/>
         <element name="display_full_name" type="{http://pds.nasa.gov/pds4/pds/v1}display_full_name" minOccurs="0"/>
         <element name="given_name" type="{http://pds.nasa.gov/pds4/pds/v1}given_name"/>
         <element name="family_name" type="{http://pds.nasa.gov/pds4/pds/v1}family_name"/>
         <element name="person_orcid" type="{http://pds.nasa.gov/pds4/pds/v1}person_orcid" minOccurs="0"/>
         <element name="sequence_number" type="{http://pds.nasa.gov/pds4/pds/v1}sequence_number" minOccurs="0"/>
         <element name="Affiliation" type="{http://pds.nasa.gov/pds4/pds/v1}Affiliation" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • contributorType

      protected String contributorType
    • displayFullName

      protected String displayFullName
    • givenName

      protected String givenName
    • familyName

      protected String familyName
    • personOrcid

      protected String personOrcid
    • sequenceNumber

      protected BigInteger sequenceNumber
    • affiliations

      protected List<Affiliation> affiliations
  • Constructor Details

    • Person

      public Person()
  • Method Details

    • getContributorType

      public String getContributorType()
      Gets the value of the contributorType property.
      Returns:
      possible object is String
    • setContributorType

      public void setContributorType(String value)
      Sets the value of the contributorType property.
      Parameters:
      value - allowed object is String
    • getDisplayFullName

      public String getDisplayFullName()
      Gets the value of the displayFullName property.
      Returns:
      possible object is String
    • setDisplayFullName

      public void setDisplayFullName(String value)
      Sets the value of the displayFullName property.
      Parameters:
      value - allowed object is String
    • getGivenName

      public String getGivenName()
      Gets the value of the givenName property.
      Returns:
      possible object is String
    • setGivenName

      public void setGivenName(String value)
      Sets the value of the givenName property.
      Parameters:
      value - allowed object is String
    • getFamilyName

      public String getFamilyName()
      Gets the value of the familyName property.
      Returns:
      possible object is String
    • setFamilyName

      public void setFamilyName(String value)
      Sets the value of the familyName property.
      Parameters:
      value - allowed object is String
    • getPersonOrcid

      public String getPersonOrcid()
      Gets the value of the personOrcid property.
      Returns:
      possible object is String
    • setPersonOrcid

      public void setPersonOrcid(String value)
      Sets the value of the personOrcid property.
      Parameters:
      value - allowed object is String
    • getSequenceNumber

      public BigInteger getSequenceNumber()
      Gets the value of the sequenceNumber property.
      Returns:
      possible object is BigInteger
    • setSequenceNumber

      public void setSequenceNumber(BigInteger value)
      Sets the value of the sequenceNumber property.
      Parameters:
      value - allowed object is BigInteger
    • getAffiliations

      public List<Affiliation> getAffiliations()
      Gets the value of the affiliations property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the affiliations property.

      For example, to add a new item, do as follows:

       getAffiliations().add(newItem);
       

      Objects of the following type(s) are allowed in the list Affiliation

      Returns:
      The value of the affiliations property.