Package gov.nasa.arc.pds.xml.generated
Class PDSGuest
- java.lang.Object
- 
- gov.nasa.arc.pds.xml.generated.PDSGuest
 
- 
 public class PDSGuest extends java.lang.ObjectThe 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 SummaryFields Modifier and Type Field Description protected java.lang.Stringdescriptionprotected java.util.List<java.lang.String>electronicMailAddressesprotected java.lang.Stringnameprotected java.lang.StringregistrationDateprotected java.lang.StringsortName
 - 
Constructor SummaryConstructors Constructor Description PDSGuest()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()Gets the value of the description property.java.util.List<java.lang.String>getElectronicMailAddresses()Gets the value of the electronicMailAddresses property.java.lang.StringgetName()Gets the value of the name property.java.lang.StringgetRegistrationDate()Gets the value of the registrationDate property.java.lang.StringgetSortName()Gets the value of the sortName property.voidsetDescription(java.lang.String value)Sets the value of the description property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetRegistrationDate(java.lang.String value)Sets the value of the registrationDate property.voidsetSortName(java.lang.String value)Sets the value of the sortName property.
 
- 
- 
- 
Method Detail- 
getNamepublic java.lang.String getName() Gets the value of the name property.- Returns:
- possible object is
     String
 
 - 
setNamepublic void setName(java.lang.String value) Sets the value of the name property.- Parameters:
- value- allowed object is- String
 
 - 
getRegistrationDatepublic java.lang.String getRegistrationDate() Gets the value of the registrationDate property.- Returns:
- possible object is
     String
 
 - 
setRegistrationDatepublic void setRegistrationDate(java.lang.String value) Sets the value of the registrationDate property.- Parameters:
- value- allowed object is- String
 
 - 
getElectronicMailAddressespublic java.util.List<java.lang.String> 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- Returns:
- The value of the electronicMailAddresses property.
 
 - 
getSortNamepublic java.lang.String getSortName() Gets the value of the sortName property.- Returns:
- possible object is
     String
 
 - 
setSortNamepublic void setSortName(java.lang.String value) Sets the value of the sortName property.- Parameters:
- value- allowed object is- String
 
 - 
getDescriptionpublic java.lang.String getDescription() Gets the value of the description property.- Returns:
- possible object is
     String
 
 - 
setDescriptionpublic void setDescription(java.lang.String value) Sets the value of the description property.- Parameters:
- value- allowed object is- String
 
 
- 
 
-