gov.nasa.arc.pds.xml.generated
Class PDSGuest

java.lang.Object
  extended by 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
protected  String description
           
protected  List<String> electronicMailAddresses
           
protected  String name
           
protected  String registrationDate
           
protected  String sortName
           
 
Constructor Summary
PDSGuest()
           
 
Method Summary
 String getDescription()
          Gets the value of the description property.
 List<String> getElectronicMailAddresses()
          Gets the value of the electronicMailAddresses property.
 String getName()
          Gets the value of the name property.
 String getRegistrationDate()
          Gets the value of the registrationDate property.
 String getSortName()
          Gets the value of the sortName property.
 void setDescription(String value)
          Sets the value of the description property.
 void setName(String value)
          Sets the value of the name property.
 void setRegistrationDate(String value)
          Sets the value of the registrationDate property.
 void setSortName(String value)
          Sets the value of the sortName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

registrationDate

protected String registrationDate

electronicMailAddresses

protected List<String> electronicMailAddresses

sortName

protected String sortName

description

protected String description
Constructor Detail

PDSGuest

public PDSGuest()
Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getRegistrationDate

public String getRegistrationDate()
Gets the value of the registrationDate property.

Returns:
possible object is String

setRegistrationDate

public void setRegistrationDate(String value)
Sets the value of the registrationDate property.

Parameters:
value - allowed object is String

getElectronicMailAddresses

public List<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 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


getSortName

public String getSortName()
Gets the value of the sortName property.

Returns:
possible object is String

setSortName

public void setSortName(String value)
Sets the value of the sortName property.

Parameters:
value - allowed object is String

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String


Copyright © 2014. All Rights Reserved.