public class PDSAffiliate
extends java.lang.Object
Java class for PDS_Affiliate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PDS_Affiliate">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://pds.nasa.gov/pds4/pds/v1}name" minOccurs="0"/>
<element name="registration_date" type="{http://pds.nasa.gov/pds4/pds/v1}registration_date"/>
<element name="electronic_mail_address" type="{http://pds.nasa.gov/pds4/pds/v1}electronic_mail_address" maxOccurs="unbounded" minOccurs="0"/>
<element name="sort_name" type="{http://pds.nasa.gov/pds4/pds/v1}sort_name"/>
<element name="affiliation_type" type="{http://pds.nasa.gov/pds4/pds/v1}affiliation_type"/>
<element name="alternate_telephone_number" type="{http://pds.nasa.gov/pds4/pds/v1}alternate_telephone_number" minOccurs="0"/>
<element name="institution_name" type="{http://pds.nasa.gov/pds4/pds/v1}institution_name"/>
<element name="phone_book_flag" type="{http://pds.nasa.gov/pds4/pds/v1}phone_book_flag"/>
<element name="postal_address_text" type="{http://pds.nasa.gov/pds4/pds/v1}postal_address_text"/>
<element name="team_name" type="{http://pds.nasa.gov/pds4/pds/v1}team_name" maxOccurs="unbounded" minOccurs="0"/>
<element name="telephone_number" type="{http://pds.nasa.gov/pds4/pds/v1}telephone_number" minOccurs="0"/>
<element name="description" type="{http://pds.nasa.gov/pds4/pds/v1}description"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
affiliationType |
protected java.lang.String |
alternateTelephoneNumber |
protected java.lang.String |
description |
protected java.util.List<java.lang.String> |
electronicMailAddresses |
protected java.lang.String |
institutionName |
protected java.lang.String |
name |
protected boolean |
phoneBookFlag |
protected java.lang.String |
postalAddressText |
protected java.lang.String |
registrationDate |
protected java.lang.String |
sortName |
protected java.util.List<java.lang.String> |
teamNames |
protected java.lang.String |
telephoneNumber |
| Constructor and Description |
|---|
PDSAffiliate() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAffiliationType()
Gets the value of the affiliationType property.
|
java.lang.String |
getAlternateTelephoneNumber()
Gets the value of the alternateTelephoneNumber property.
|
java.lang.String |
getDescription()
Gets the value of the description property.
|
java.util.List<java.lang.String> |
getElectronicMailAddresses()
Gets the value of the electronicMailAddresses property.
|
java.lang.String |
getInstitutionName()
Gets the value of the institutionName property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getPostalAddressText()
Gets the value of the postalAddressText property.
|
java.lang.String |
getRegistrationDate()
Gets the value of the registrationDate property.
|
java.lang.String |
getSortName()
Gets the value of the sortName property.
|
java.util.List<java.lang.String> |
getTeamNames()
Gets the value of the teamNames property.
|
java.lang.String |
getTelephoneNumber()
Gets the value of the telephoneNumber property.
|
boolean |
isPhoneBookFlag()
Gets the value of the phoneBookFlag property.
|
void |
setAffiliationType(java.lang.String value)
Sets the value of the affiliationType property.
|
void |
setAlternateTelephoneNumber(java.lang.String value)
Sets the value of the alternateTelephoneNumber property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setInstitutionName(java.lang.String value)
Sets the value of the institutionName property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setPhoneBookFlag(boolean value)
Sets the value of the phoneBookFlag property.
|
void |
setPostalAddressText(java.lang.String value)
Sets the value of the postalAddressText property.
|
void |
setRegistrationDate(java.lang.String value)
Sets the value of the registrationDate property.
|
void |
setSortName(java.lang.String value)
Sets the value of the sortName property.
|
void |
setTelephoneNumber(java.lang.String value)
Sets the value of the telephoneNumber property.
|
protected java.lang.String name
protected java.lang.String registrationDate
protected java.util.List<java.lang.String> electronicMailAddresses
protected java.lang.String sortName
protected java.lang.String affiliationType
protected java.lang.String alternateTelephoneNumber
protected java.lang.String institutionName
protected boolean phoneBookFlag
protected java.lang.String postalAddressText
protected java.util.List<java.lang.String> teamNames
protected java.lang.String telephoneNumber
protected java.lang.String description
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRegistrationDate()
Stringpublic void setRegistrationDate(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.String> getElectronicMailAddresses()
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 electronicMailAddresses property.
For example, to add a new item, do as follows:
getElectronicMailAddresses().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.lang.String getSortName()
Stringpublic void setSortName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAffiliationType()
Stringpublic void setAffiliationType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAlternateTelephoneNumber()
Stringpublic void setAlternateTelephoneNumber(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getInstitutionName()
Stringpublic void setInstitutionName(java.lang.String value)
value - allowed object is
Stringpublic boolean isPhoneBookFlag()
public void setPhoneBookFlag(boolean value)
public java.lang.String getPostalAddressText()
Stringpublic void setPostalAddressText(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.String> getTeamNames()
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 teamNames property.
For example, to add a new item, do as follows:
getTeamNames().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.lang.String getTelephoneNumber()
Stringpublic void setTelephoneNumber(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
StringCopyright © 2022 Planetary Data System. All rights reserved.