Package gov.nasa.arc.pds.xml.generated
Class ModificationDetail
java.lang.Object
gov.nasa.arc.pds.xml.generated.ModificationDetail
public class ModificationDetail extends 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 SummaryFields Modifier and Type Field Description protected Stringdescriptionprotected StringmodificationDateprotected StringversionId
- 
Constructor SummaryConstructors Constructor Description ModificationDetail()
- 
Method SummaryModifier and Type Method Description StringgetDescription()Gets the value of the description property.StringgetModificationDate()Gets the value of the modificationDate property.StringgetVersionId()Gets the value of the versionId property.voidsetDescription(String value)Sets the value of the description property.voidsetModificationDate(String value)Sets the value of the modificationDate property.voidsetVersionId(String value)Sets the value of the versionId property.
- 
Field Details- 
modificationDate
- 
versionId
- 
description
 
- 
- 
Constructor Details- 
ModificationDetailpublic ModificationDetail()
 
- 
- 
Method Details- 
getModificationDateGets the value of the modificationDate property.- Returns:
- possible object is
     String
 
- 
setModificationDateSets the value of the modificationDate property.- Parameters:
- value- allowed object is- String
 
- 
getVersionIdGets the value of the versionId property.- Returns:
- possible object is
     String
 
- 
setVersionIdSets the value of the versionId property.- Parameters:
- value- allowed object is- String
 
- 
getDescriptionGets the value of the description property.- Returns:
- possible object is
     String
 
- 
setDescriptionSets the value of the description property.- Parameters:
- value- allowed object is- String
 
 
-