Package gov.nasa.arc.pds.xml.generated
Class IdentificationArea
java.lang.Object
gov.nasa.arc.pds.xml.generated.IdentificationArea
public class IdentificationArea extends Object
The identification area consists of attributes
that identify and name an 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>
-
Field Summary
Fields Modifier and Type Field Description protected AliasListaliasListprotected CitationInformationcitationInformationprotected StringinformationModelVersionprotected StringlogicalIdentifierprotected ModificationHistorymodificationHistoryprotected StringproductClassprotected Stringtitleprotected StringversionId -
Constructor Summary
Constructors Constructor Description IdentificationArea() -
Method Summary
Modifier and Type Method Description AliasListgetAliasList()Gets the value of the aliasList property.CitationInformationgetCitationInformation()Gets the value of the citationInformation property.StringgetInformationModelVersion()Gets the value of the informationModelVersion property.StringgetLogicalIdentifier()Gets the value of the logicalIdentifier property.ModificationHistorygetModificationHistory()Gets the value of the modificationHistory property.StringgetProductClass()Gets the value of the productClass property.StringgetTitle()Gets the value of the title property.StringgetVersionId()Gets the value of the versionId property.voidsetAliasList(AliasList value)Sets the value of the aliasList property.voidsetCitationInformation(CitationInformation value)Sets the value of the citationInformation property.voidsetInformationModelVersion(String value)Sets the value of the informationModelVersion property.voidsetLogicalIdentifier(String value)Sets the value of the logicalIdentifier property.voidsetModificationHistory(ModificationHistory value)Sets the value of the modificationHistory property.voidsetProductClass(String value)Sets the value of the productClass property.voidsetTitle(String value)Sets the value of the title property.voidsetVersionId(String value)Sets the value of the versionId property.
-
Field Details
-
logicalIdentifier
-
versionId
-
title
-
informationModelVersion
-
productClass
-
aliasList
-
citationInformation
-
modificationHistory
-
-
Constructor Details
-
IdentificationArea
public IdentificationArea()
-
-
Method Details
-
getLogicalIdentifier
Gets the value of the logicalIdentifier property.- Returns:
- possible object is
String
-
setLogicalIdentifier
Sets the value of the logicalIdentifier property.- Parameters:
value- allowed object isString
-
getVersionId
Gets the value of the versionId property.- Returns:
- possible object is
String
-
setVersionId
Sets the value of the versionId property.- Parameters:
value- allowed object isString
-
getTitle
Gets the value of the title property.- Returns:
- possible object is
String
-
setTitle
Sets the value of the title property.- Parameters:
value- allowed object isString
-
getInformationModelVersion
Gets the value of the informationModelVersion property.- Returns:
- possible object is
String
-
setInformationModelVersion
Sets the value of the informationModelVersion property.- Parameters:
value- allowed object isString
-
getProductClass
Gets the value of the productClass property.- Returns:
- possible object is
String
-
setProductClass
Sets the value of the productClass property.- Parameters:
value- allowed object isString
-
getAliasList
Gets the value of the aliasList property.- Returns:
- possible object is
AliasList
-
setAliasList
Sets the value of the aliasList property.- Parameters:
value- allowed object isAliasList
-
getCitationInformation
Gets the value of the citationInformation property.- Returns:
- possible object is
CitationInformation
-
setCitationInformation
Sets the value of the citationInformation property.- Parameters:
value- allowed object isCitationInformation
-
getModificationHistory
Gets the value of the modificationHistory property.- Returns:
- possible object is
ModificationHistory
-
setModificationHistory
Sets the value of the modificationHistory property.- Parameters:
value- allowed object isModificationHistory
-