Class IdentificationArea


  • public class IdentificationArea
    extends java.lang.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 Detail

      • logicalIdentifier

        protected java.lang.String logicalIdentifier
      • versionId

        protected java.lang.String versionId
      • title

        protected java.lang.String title
      • informationModelVersion

        protected java.lang.String informationModelVersion
      • productClass

        protected java.lang.String productClass
    • Constructor Detail

      • IdentificationArea

        public IdentificationArea()
    • Method Detail

      • getLogicalIdentifier

        public java.lang.String getLogicalIdentifier()
        Gets the value of the logicalIdentifier property.
        Returns:
        possible object is String
      • setLogicalIdentifier

        public void setLogicalIdentifier​(java.lang.String value)
        Sets the value of the logicalIdentifier property.
        Parameters:
        value - allowed object is String
      • getVersionId

        public java.lang.String getVersionId()
        Gets the value of the versionId property.
        Returns:
        possible object is String
      • setVersionId

        public void setVersionId​(java.lang.String value)
        Sets the value of the versionId property.
        Parameters:
        value - allowed object is String
      • getTitle

        public java.lang.String getTitle()
        Gets the value of the title property.
        Returns:
        possible object is String
      • setTitle

        public void setTitle​(java.lang.String value)
        Sets the value of the title property.
        Parameters:
        value - allowed object is String
      • getInformationModelVersion

        public java.lang.String getInformationModelVersion()
        Gets the value of the informationModelVersion property.
        Returns:
        possible object is String
      • setInformationModelVersion

        public void setInformationModelVersion​(java.lang.String value)
        Sets the value of the informationModelVersion property.
        Parameters:
        value - allowed object is String
      • getProductClass

        public java.lang.String getProductClass()
        Gets the value of the productClass property.
        Returns:
        possible object is String
      • setProductClass

        public void setProductClass​(java.lang.String value)
        Sets the value of the productClass property.
        Parameters:
        value - allowed object is String
      • getAliasList

        public AliasList getAliasList()
        Gets the value of the aliasList property.
        Returns:
        possible object is AliasList
      • setAliasList

        public void setAliasList​(AliasList value)
        Sets the value of the aliasList property.
        Parameters:
        value - allowed object is AliasList
      • setCitationInformation

        public void setCitationInformation​(CitationInformation value)
        Sets the value of the citationInformation property.
        Parameters:
        value - allowed object is CitationInformation
      • setModificationHistory

        public void setModificationHistory​(ModificationHistory value)
        Sets the value of the modificationHistory property.
        Parameters:
        value - allowed object is ModificationHistory