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

java.lang.Object
  extended by gov.nasa.arc.pds.xml.generated.Alias

public class Alias
extends Object

The 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}ASCII_Short_String_Collapsed" minOccurs="0"/>
         <element name="alternate_title" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed" minOccurs="0"/>
         <element name="comment" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Text_Preserved" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String alternateId
           
protected  String alternateTitle
           
protected  String comment
           
 
Constructor Summary
Alias()
           
 
Method Summary
 String getAlternateId()
          Gets the value of the alternateId property.
 String getAlternateTitle()
          Gets the value of the alternateTitle property.
 String getComment()
          Gets the value of the comment property.
 void setAlternateId(String value)
          Sets the value of the alternateId property.
 void setAlternateTitle(String value)
          Sets the value of the alternateTitle property.
 void setComment(String value)
          Sets the value of the comment property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

alternateId

protected String alternateId

alternateTitle

protected String alternateTitle

comment

protected String comment
Constructor Detail

Alias

public Alias()
Method Detail

getAlternateId

public String getAlternateId()
Gets the value of the alternateId property.

Returns:
possible object is String

setAlternateId

public void setAlternateId(String value)
Sets the value of the alternateId property.

Parameters:
value - allowed object is String

getAlternateTitle

public String getAlternateTitle()
Gets the value of the alternateTitle property.

Returns:
possible object is String

setAlternateTitle

public void setAlternateTitle(String value)
Sets the value of the alternateTitle property.

Parameters:
value - allowed object is String

getComment

public String getComment()
Gets the value of the comment property.

Returns:
possible object is String

setComment

public void setComment(String value)
Sets the value of the comment property.

Parameters:
value - allowed object is String


Copyright © 2013. All Rights Reserved.