Package gov.nasa.arc.pds.xml.generated
Class ParentOrganization
java.lang.Object
gov.nasa.arc.pds.xml.generated.ParentOrganization
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the parentOrganizationName property.Gets the value of the parentOrganizationRorid property.Gets the value of the sequenceNumber property.voidsetParentOrganizationName(String value) Sets the value of the parentOrganizationName property.voidsetParentOrganizationRorid(String value) Sets the value of the parentOrganizationRorid property.voidsetSequenceNumber(BigInteger value) Sets the value of the sequenceNumber property.
-
Field Details
-
parentOrganizationName
-
parentOrganizationRorid
-
sequenceNumber
-
-
Constructor Details
-
ParentOrganization
public ParentOrganization()
-
-
Method Details
-
getParentOrganizationName
Gets the value of the parentOrganizationName property.- Returns:
- possible object is
String
-
setParentOrganizationName
Sets the value of the parentOrganizationName property.- Parameters:
value- allowed object isString
-
getParentOrganizationRorid
Gets the value of the parentOrganizationRorid property.- Returns:
- possible object is
String
-
setParentOrganizationRorid
Sets the value of the parentOrganizationRorid property.- Parameters:
value- allowed object isString
-
getSequenceNumber
Gets the value of the sequenceNumber property.- Returns:
- possible object is
BigInteger
-
setSequenceNumber
Sets the value of the sequenceNumber property.- Parameters:
value- allowed object isBigInteger
-