Class Affiliation

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

public class Affiliation extends Object
The Affiliation class is a container for the child attributes that describe the affiliation of a person.

Java class for Affiliation complex type

.

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


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

    • organizationName

      protected String organizationName
    • organizationRorid

      protected String organizationRorid
    • sequenceNumber

      protected BigInteger sequenceNumber
  • Constructor Details

    • Affiliation

      public Affiliation()
  • Method Details

    • getOrganizationName

      public String getOrganizationName()
      Gets the value of the organizationName property.
      Returns:
      possible object is String
    • setOrganizationName

      public void setOrganizationName(String value)
      Sets the value of the organizationName property.
      Parameters:
      value - allowed object is String
    • getOrganizationRorid

      public String getOrganizationRorid()
      Gets the value of the organizationRorid property.
      Returns:
      possible object is String
    • setOrganizationRorid

      public void setOrganizationRorid(String value)
      Sets the value of the organizationRorid 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