Class ParentOrganization

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

public class ParentOrganization extends Object
The Parent_Organization class is a container for the child attributes and classes that describe the parent organization.

Java class for Parent_Organization complex type

.

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


 <complexType name="Parent_Organization">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="parent_organization_name" type="{http://pds.nasa.gov/pds4/pds/v1}parent_organization_name" minOccurs="0"/>
         <element name="parent_organization_rorid" type="{http://pds.nasa.gov/pds4/pds/v1}parent_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

    • parentOrganizationName

      protected String parentOrganizationName
    • parentOrganizationRorid

      protected String parentOrganizationRorid
    • sequenceNumber

      protected BigInteger sequenceNumber
  • Constructor Details

    • ParentOrganization

      public ParentOrganization()
  • Method Details

    • getParentOrganizationName

      public String getParentOrganizationName()
      Gets the value of the parentOrganizationName property.
      Returns:
      possible object is String
    • setParentOrganizationName

      public void setParentOrganizationName(String value)
      Sets the value of the parentOrganizationName property.
      Parameters:
      value - allowed object is String
    • getParentOrganizationRorid

      public String getParentOrganizationRorid()
      Gets the value of the parentOrganizationRorid property.
      Returns:
      possible object is String
    • setParentOrganizationRorid

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