|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.arc.pds.xml.generated.PDSAffiliate
public class PDSAffiliate
The PDS Affiliate class provides a description of a person who has an association with the planetary science community and has access to PDS resources not normally allowed to the general public.
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}ASCII_Short_String_Collapsed" minOccurs="0"/> <element name="registration_date" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Date_YMD"/> <element name="electronic_mail_address" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed" maxOccurs="unbounded" minOccurs="0"/> <element name="sort_name" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed"/> <element name="affiliation_type" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed"/> <element name="alternate_telephone_number" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed" 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}ASCII_Boolean"/> <element name="postal_address_text" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Text_Preserved"/> <element name="team_name" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed" maxOccurs="unbounded" minOccurs="0"/> <element name="telephone_number" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed" minOccurs="0"/> <element name="description" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Text_Preserved"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
affiliationType
|
protected String |
alternateTelephoneNumber
|
protected String |
description
|
protected List<String> |
electronicMailAddresses
|
protected String |
institutionName
|
protected String |
name
|
protected boolean |
phoneBookFlag
|
protected String |
postalAddressText
|
protected String |
registrationDate
|
protected String |
sortName
|
protected List<String> |
teamNames
|
protected String |
telephoneNumber
|
Constructor Summary | |
---|---|
PDSAffiliate()
|
Method Summary | |
---|---|
String |
getAffiliationType()
Gets the value of the affiliationType property. |
String |
getAlternateTelephoneNumber()
Gets the value of the alternateTelephoneNumber property. |
String |
getDescription()
Gets the value of the description property. |
List<String> |
getElectronicMailAddresses()
Gets the value of the electronicMailAddresses property. |
String |
getInstitutionName()
Gets the value of the institutionName property. |
String |
getName()
Gets the value of the name property. |
String |
getPostalAddressText()
Gets the value of the postalAddressText property. |
String |
getRegistrationDate()
Gets the value of the registrationDate property. |
String |
getSortName()
Gets the value of the sortName property. |
List<String> |
getTeamNames()
Gets the value of the teamNames property. |
String |
getTelephoneNumber()
Gets the value of the telephoneNumber property. |
boolean |
isPhoneBookFlag()
Gets the value of the phoneBookFlag property. |
void |
setAffiliationType(String value)
Sets the value of the affiliationType property. |
void |
setAlternateTelephoneNumber(String value)
Sets the value of the alternateTelephoneNumber property. |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setInstitutionName(String value)
Sets the value of the institutionName property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setPhoneBookFlag(boolean value)
Sets the value of the phoneBookFlag property. |
void |
setPostalAddressText(String value)
Sets the value of the postalAddressText property. |
void |
setRegistrationDate(String value)
Sets the value of the registrationDate property. |
void |
setSortName(String value)
Sets the value of the sortName property. |
void |
setTelephoneNumber(String value)
Sets the value of the telephoneNumber property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String name
protected String registrationDate
protected List<String> electronicMailAddresses
protected String sortName
protected String affiliationType
protected String alternateTelephoneNumber
protected String institutionName
protected boolean phoneBookFlag
protected String postalAddressText
protected List<String> teamNames
protected String telephoneNumber
protected String description
Constructor Detail |
---|
public PDSAffiliate()
Method Detail |
---|
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getRegistrationDate()
String
public void setRegistrationDate(String value)
value
- allowed object is
String
public List<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 String getSortName()
String
public void setSortName(String value)
value
- allowed object is
String
public String getAffiliationType()
String
public void setAffiliationType(String value)
value
- allowed object is
String
public String getAlternateTelephoneNumber()
String
public void setAlternateTelephoneNumber(String value)
value
- allowed object is
String
public String getInstitutionName()
String
public void setInstitutionName(String value)
value
- allowed object is
String
public boolean isPhoneBookFlag()
public void setPhoneBookFlag(boolean value)
public String getPostalAddressText()
String
public void setPostalAddressText(String value)
value
- allowed object is
String
public List<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 String getTelephoneNumber()
String
public void setTelephoneNumber(String value)
value
- allowed object is
String
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |