Package gov.nasa.arc.pds.xml.generated
Class IdentificationArea
- java.lang.Object
- 
- gov.nasa.arc.pds.xml.generated.IdentificationArea
 
- 
 public class IdentificationArea extends java.lang.ObjectThe 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 SummaryFields Modifier and Type Field Description protected AliasListaliasListprotected CitationInformationcitationInformationprotected java.lang.StringinformationModelVersionprotected java.lang.StringlogicalIdentifierprotected ModificationHistorymodificationHistoryprotected java.lang.StringproductClassprotected java.lang.Stringtitleprotected java.lang.StringversionId
 - 
Constructor SummaryConstructors Constructor Description IdentificationArea()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AliasListgetAliasList()Gets the value of the aliasList property.CitationInformationgetCitationInformation()Gets the value of the citationInformation property.java.lang.StringgetInformationModelVersion()Gets the value of the informationModelVersion property.java.lang.StringgetLogicalIdentifier()Gets the value of the logicalIdentifier property.ModificationHistorygetModificationHistory()Gets the value of the modificationHistory property.java.lang.StringgetProductClass()Gets the value of the productClass property.java.lang.StringgetTitle()Gets the value of the title property.java.lang.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(java.lang.String value)Sets the value of the informationModelVersion property.voidsetLogicalIdentifier(java.lang.String value)Sets the value of the logicalIdentifier property.voidsetModificationHistory(ModificationHistory value)Sets the value of the modificationHistory property.voidsetProductClass(java.lang.String value)Sets the value of the productClass property.voidsetTitle(java.lang.String value)Sets the value of the title property.voidsetVersionId(java.lang.String value)Sets the value of the versionId property.
 
- 
- 
- 
Field Detail- 
logicalIdentifierprotected java.lang.String logicalIdentifier 
 - 
versionIdprotected java.lang.String versionId 
 - 
titleprotected java.lang.String title 
 - 
informationModelVersionprotected java.lang.String informationModelVersion 
 - 
productClassprotected java.lang.String productClass 
 - 
aliasListprotected AliasList aliasList 
 - 
citationInformationprotected CitationInformation citationInformation 
 - 
modificationHistoryprotected ModificationHistory modificationHistory 
 
- 
 - 
Method Detail- 
getLogicalIdentifierpublic java.lang.String getLogicalIdentifier() Gets the value of the logicalIdentifier property.- Returns:
- possible object is
     String
 
 - 
setLogicalIdentifierpublic void setLogicalIdentifier(java.lang.String value) Sets the value of the logicalIdentifier property.- Parameters:
- value- allowed object is- String
 
 - 
getVersionIdpublic java.lang.String getVersionId() Gets the value of the versionId property.- Returns:
- possible object is
     String
 
 - 
setVersionIdpublic void setVersionId(java.lang.String value) Sets the value of the versionId property.- Parameters:
- value- allowed object is- String
 
 - 
getTitlepublic java.lang.String getTitle() Gets the value of the title property.- Returns:
- possible object is
     String
 
 - 
setTitlepublic void setTitle(java.lang.String value) Sets the value of the title property.- Parameters:
- value- allowed object is- String
 
 - 
getInformationModelVersionpublic java.lang.String getInformationModelVersion() Gets the value of the informationModelVersion property.- Returns:
- possible object is
     String
 
 - 
setInformationModelVersionpublic void setInformationModelVersion(java.lang.String value) Sets the value of the informationModelVersion property.- Parameters:
- value- allowed object is- String
 
 - 
getProductClasspublic java.lang.String getProductClass() Gets the value of the productClass property.- Returns:
- possible object is
     String
 
 - 
setProductClasspublic void setProductClass(java.lang.String value) Sets the value of the productClass property.- Parameters:
- value- allowed object is- String
 
 - 
getAliasListpublic AliasList getAliasList() Gets the value of the aliasList property.- Returns:
- possible object is
     AliasList
 
 - 
setAliasListpublic void setAliasList(AliasList value) Sets the value of the aliasList property.- Parameters:
- value- allowed object is- AliasList
 
 - 
getCitationInformationpublic CitationInformation getCitationInformation() Gets the value of the citationInformation property.- Returns:
- possible object is
     CitationInformation
 
 - 
setCitationInformationpublic void setCitationInformation(CitationInformation value) Sets the value of the citationInformation property.- Parameters:
- value- allowed object is- CitationInformation
 
 - 
getModificationHistorypublic ModificationHistory getModificationHistory() Gets the value of the modificationHistory property.- Returns:
- possible object is
     ModificationHistory
 
 - 
setModificationHistorypublic void setModificationHistory(ModificationHistory value) Sets the value of the modificationHistory property.- Parameters:
- value- allowed object is- ModificationHistory
 
 
- 
 
-