public class ModificationHistory extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected List<ModificationDetail> |
modificationDetails |
| Constructor and Description |
|---|
ModificationHistory() |
| Modifier and Type | Method and Description |
|---|---|
List<ModificationDetail> |
getModificationDetails()
Gets the value of the modificationDetails property.
|
protected List<ModificationDetail> modificationDetails
public List<ModificationDetail> getModificationDetails()
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 © 2021. All rights reserved.