Class ModificationDetail


  • public class ModificationDetail
    extends java.lang.Object
    The Modification_Detail class provides the details of one round of modification for the product. The first, required, instance of this class documents the date the product was first registered.

    Java class for Modification_Detail complex type

    .

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="Modification_Detail">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="modification_date" type="{http://pds.nasa.gov/pds4/pds/v1}modification_date"/>
             <element name="version_id" type="{http://pds.nasa.gov/pds4/pds/v1}version_id"/>
             <element name="description" type="{http://pds.nasa.gov/pds4/pds/v1}description"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String description  
      protected java.lang.String modificationDate  
      protected java.lang.String versionId  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()
      Gets the value of the description property.
      java.lang.String getModificationDate()
      Gets the value of the modificationDate property.
      java.lang.String getVersionId()
      Gets the value of the versionId property.
      void setDescription​(java.lang.String value)
      Sets the value of the description property.
      void setModificationDate​(java.lang.String value)
      Sets the value of the modificationDate property.
      void setVersionId​(java.lang.String value)
      Sets the value of the versionId property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • modificationDate

        protected java.lang.String modificationDate
      • versionId

        protected java.lang.String versionId
      • description

        protected java.lang.String description
    • Constructor Detail

      • ModificationDetail

        public ModificationDetail()
    • Method Detail

      • getModificationDate

        public java.lang.String getModificationDate()
        Gets the value of the modificationDate property.
        Returns:
        possible object is String
      • setModificationDate

        public void setModificationDate​(java.lang.String value)
        Sets the value of the modificationDate 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
      • getDescription

        public java.lang.String getDescription()
        Gets the value of the description property.
        Returns:
        possible object is String
      • setDescription

        public void setDescription​(java.lang.String value)
        Sets the value of the description property.
        Parameters:
        value - allowed object is String