Package gov.nasa.arc.pds.xml.generated
Class Affiliation
java.lang.Object
gov.nasa.arc.pds.xml.generated.Affiliation
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the organizationName property.Gets the value of the organizationRorid property.Gets the value of the sequenceNumber property.voidsetOrganizationName(String value) Sets the value of the organizationName property.voidsetOrganizationRorid(String value) Sets the value of the organizationRorid property.voidsetSequenceNumber(BigInteger value) Sets the value of the sequenceNumber property.
-
Field Details
-
organizationName
-
organizationRorid
-
sequenceNumber
-
-
Constructor Details
-
Affiliation
public Affiliation()
-
-
Method Details
-
getOrganizationName
Gets the value of the organizationName property.- Returns:
- possible object is
String
-
setOrganizationName
Sets the value of the organizationName property.- Parameters:
value- allowed object isString
-
getOrganizationRorid
Gets the value of the organizationRorid property.- Returns:
- possible object is
String
-
setOrganizationRorid
Sets the value of the organizationRorid 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
-