public class IdentificationArea
extends java.lang.Object
Java class for Identification_Area complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Identification_Area">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="logical_identifier" type="{http://pds.nasa.gov/pds4/pds/v1}logical_identifier"/>
<element name="version_id" type="{http://pds.nasa.gov/pds4/pds/v1}version_id"/>
<element name="title" type="{http://pds.nasa.gov/pds4/pds/v1}title"/>
<element name="information_model_version" type="{http://pds.nasa.gov/pds4/pds/v1}information_model_version"/>
<element name="product_class" type="{http://pds.nasa.gov/pds4/pds/v1}product_class"/>
<element name="Alias_List" type="{http://pds.nasa.gov/pds4/pds/v1}Alias_List" minOccurs="0"/>
<element name="Citation_Information" type="{http://pds.nasa.gov/pds4/pds/v1}Citation_Information" minOccurs="0"/>
<element name="Modification_History" type="{http://pds.nasa.gov/pds4/pds/v1}Modification_History" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AliasList |
aliasList |
protected CitationInformation |
citationInformation |
protected java.lang.String |
informationModelVersion |
protected java.lang.String |
logicalIdentifier |
protected ModificationHistory |
modificationHistory |
protected java.lang.String |
productClass |
protected java.lang.String |
title |
protected java.lang.String |
versionId |
| Constructor and Description |
|---|
IdentificationArea() |
| Modifier and Type | Method and Description |
|---|---|
AliasList |
getAliasList()
Gets the value of the aliasList property.
|
CitationInformation |
getCitationInformation()
Gets the value of the citationInformation property.
|
java.lang.String |
getInformationModelVersion()
Gets the value of the informationModelVersion property.
|
java.lang.String |
getLogicalIdentifier()
Gets the value of the logicalIdentifier property.
|
ModificationHistory |
getModificationHistory()
Gets the value of the modificationHistory property.
|
java.lang.String |
getProductClass()
Gets the value of the productClass property.
|
java.lang.String |
getTitle()
Gets the value of the title property.
|
java.lang.String |
getVersionId()
Gets the value of the versionId property.
|
void |
setAliasList(AliasList value)
Sets the value of the aliasList property.
|
void |
setCitationInformation(CitationInformation value)
Sets the value of the citationInformation property.
|
void |
setInformationModelVersion(java.lang.String value)
Sets the value of the informationModelVersion property.
|
void |
setLogicalIdentifier(java.lang.String value)
Sets the value of the logicalIdentifier property.
|
void |
setModificationHistory(ModificationHistory value)
Sets the value of the modificationHistory property.
|
void |
setProductClass(java.lang.String value)
Sets the value of the productClass property.
|
void |
setTitle(java.lang.String value)
Sets the value of the title property.
|
void |
setVersionId(java.lang.String value)
Sets the value of the versionId property.
|
protected java.lang.String logicalIdentifier
protected java.lang.String versionId
protected java.lang.String title
protected java.lang.String informationModelVersion
protected java.lang.String productClass
protected AliasList aliasList
protected CitationInformation citationInformation
protected ModificationHistory modificationHistory
public java.lang.String getLogicalIdentifier()
Stringpublic void setLogicalIdentifier(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getVersionId()
Stringpublic void setVersionId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTitle()
Stringpublic void setTitle(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getInformationModelVersion()
Stringpublic void setInformationModelVersion(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getProductClass()
Stringpublic void setProductClass(java.lang.String value)
value - allowed object is
Stringpublic AliasList getAliasList()
AliasListpublic void setAliasList(AliasList value)
value - allowed object is
AliasListpublic CitationInformation getCitationInformation()
CitationInformationpublic void setCitationInformation(CitationInformation value)
value - allowed object is
CitationInformationpublic ModificationHistory getModificationHistory()
ModificationHistorypublic void setModificationHistory(ModificationHistory value)
value - allowed object is
ModificationHistoryCopyright © 2022 Planetary Data System. All rights reserved.