Package gov.nasa.arc.pds.xml.generated
Class Alias
- java.lang.Object
- 
- gov.nasa.arc.pds.xml.generated.Alias
 
- 
 public class Alias extends java.lang.ObjectThe Alias class provides a single alternate name and identification for this product in this or some other archive or data system.Java class for Alias complex type .The following schema fragment specifies the expected content contained within this class. <complexType name="Alias"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="alternate_id" type="{http://pds.nasa.gov/pds4/pds/v1}alternate_id" minOccurs="0"/> <element name="alternate_title" type="{http://pds.nasa.gov/pds4/pds/v1}alternate_title" minOccurs="0"/> <element name="comment" type="{http://pds.nasa.gov/pds4/pds/v1}comment" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.lang.StringalternateIdprotected java.lang.StringalternateTitleprotected java.lang.Stringcomment
 - 
Constructor SummaryConstructors Constructor Description Alias()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAlternateId()Gets the value of the alternateId property.java.lang.StringgetAlternateTitle()Gets the value of the alternateTitle property.java.lang.StringgetComment()Gets the value of the comment property.voidsetAlternateId(java.lang.String value)Sets the value of the alternateId property.voidsetAlternateTitle(java.lang.String value)Sets the value of the alternateTitle property.voidsetComment(java.lang.String value)Sets the value of the comment property.
 
- 
- 
- 
Method Detail- 
getAlternateIdpublic java.lang.String getAlternateId() Gets the value of the alternateId property.- Returns:
- possible object is
     String
 
 - 
setAlternateIdpublic void setAlternateId(java.lang.String value) Sets the value of the alternateId property.- Parameters:
- value- allowed object is- String
 
 - 
getAlternateTitlepublic java.lang.String getAlternateTitle() Gets the value of the alternateTitle property.- Returns:
- possible object is
     String
 
 - 
setAlternateTitlepublic void setAlternateTitle(java.lang.String value) Sets the value of the alternateTitle property.- Parameters:
- value- allowed object is- String
 
 - 
getCommentpublic java.lang.String getComment() Gets the value of the comment property.- Returns:
- possible object is
     String
 
 - 
setCommentpublic void setComment(java.lang.String value) Sets the value of the comment property.- Parameters:
- value- allowed object is- String
 
 
- 
 
-