public class Alias
extends java.lang.Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
alternateId |
protected java.lang.String |
alternateTitle |
protected java.lang.String |
comment |
| Constructor and Description |
|---|
Alias() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlternateId()
Gets the value of the alternateId property.
|
java.lang.String |
getAlternateTitle()
Gets the value of the alternateTitle property.
|
java.lang.String |
getComment()
Gets the value of the comment property.
|
void |
setAlternateId(java.lang.String value)
Sets the value of the alternateId property.
|
void |
setAlternateTitle(java.lang.String value)
Sets the value of the alternateTitle property.
|
void |
setComment(java.lang.String value)
Sets the value of the comment property.
|
protected java.lang.String alternateId
protected java.lang.String alternateTitle
protected java.lang.String comment
public java.lang.String getAlternateId()
Stringpublic void setAlternateId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAlternateTitle()
Stringpublic void setAlternateTitle(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getComment()
Stringpublic void setComment(java.lang.String value)
value - allowed object is
StringCopyright © 2022 Planetary Data System. All rights reserved.