gov.nasa.arc.pds.xml.generated
Class ModificationHistory

java.lang.Object
  extended by gov.nasa.arc.pds.xml.generated.ModificationHistory

public class ModificationHistory
extends Object

The Modification_History class tracks the history of changes made to the product once it enters the registry system.

Java class for Modification_History complex type.

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

 <complexType name="Modification_History">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Modification_Detail" type="{http://pds.nasa.gov/pds4/pds/v1}Modification_Detail" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<ModificationDetail> modificationDetails
           
 
Constructor Summary
ModificationHistory()
           
 
Method Summary
 List<ModificationDetail> getModificationDetails()
          Gets the value of the modificationDetails property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

modificationDetails

protected List<ModificationDetail> modificationDetails
Constructor Detail

ModificationHistory

public ModificationHistory()
Method Detail

getModificationDetails

public List<ModificationDetail> getModificationDetails()
Gets the value of the modificationDetails property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the modificationDetails property.

For example, to add a new item, do as follows:

    getModificationDetails().add(newItem);
 

Objects of the following type(s) are allowed in the list ModificationDetail



Copyright © 2013. All Rights Reserved.