Package gov.nasa.arc.pds.xml.generated
Class PDSGuest
java.lang.Object
gov.nasa.arc.pds.xml.generated.PDSGuest
public class PDSGuest extends Object
The PDS_Guest class is the default description
of a person who has an association with the planetary science
community and who has the most limited access to PDS
resources.
Java class for PDS_Guest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PDS_Guest">
<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="description" type="{http://pds.nasa.gov/pds4/pds/v1}description"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected Stringdescriptionprotected List<String>electronicMailAddressesprotected Stringnameprotected StringregistrationDateprotected StringsortName -
Constructor Summary
Constructors Constructor Description PDSGuest() -
Method Summary
Modifier and Type Method Description StringgetDescription()Gets the value of the description property.List<String>getElectronicMailAddresses()Gets the value of the electronicMailAddresses property.StringgetName()Gets the value of the name property.StringgetRegistrationDate()Gets the value of the registrationDate property.StringgetSortName()Gets the value of the sortName property.voidsetDescription(String value)Sets the value of the description property.voidsetName(String value)Sets the value of the name property.voidsetRegistrationDate(String value)Sets the value of the registrationDate property.voidsetSortName(String value)Sets the value of the sortName property.
-
Field Details
-
name
-
registrationDate
-
electronicMailAddresses
-
sortName
-
description
-
-
Constructor Details
-
PDSGuest
public PDSGuest()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getRegistrationDate
Gets the value of the registrationDate property.- Returns:
- possible object is
String
-
setRegistrationDate
Sets the value of the registrationDate property.- Parameters:
value- allowed object isString
-
getElectronicMailAddresses
Gets the value of the electronicMailAddresses property.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
setmethod 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 -
getSortName
Gets the value of the sortName property.- Returns:
- possible object is
String
-
setSortName
Sets the value of the sortName property.- Parameters:
value- allowed object isString
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-