public class Update
extends java.lang.Object
Java class for Update complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Update">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="local_identifier" type="{http://pds.nasa.gov/pds4/pds/v1}local_identifier" minOccurs="0"/>
<element name="update_purpose" type="{http://pds.nasa.gov/pds4/pds/v1}update_purpose"/>
<element name="description" type="{http://pds.nasa.gov/pds4/pds/v1}description" minOccurs="0"/>
<element name="Update_Entry" type="{http://pds.nasa.gov/pds4/pds/v1}Update_Entry" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
description |
protected java.lang.String |
localIdentifier |
protected java.util.List<UpdateEntry> |
updateEntries |
protected java.lang.String |
updatePurpose |
| Constructor and Description |
|---|
Update() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Gets the value of the description property.
|
java.lang.String |
getLocalIdentifier()
Gets the value of the localIdentifier property.
|
java.util.List<UpdateEntry> |
getUpdateEntries()
Gets the value of the updateEntries property.
|
java.lang.String |
getUpdatePurpose()
Gets the value of the updatePurpose property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setLocalIdentifier(java.lang.String value)
Sets the value of the localIdentifier property.
|
void |
setUpdatePurpose(java.lang.String value)
Sets the value of the updatePurpose property.
|
protected java.lang.String localIdentifier
protected java.lang.String updatePurpose
protected java.lang.String description
protected java.util.List<UpdateEntry> updateEntries
public java.lang.String getLocalIdentifier()
Stringpublic void setLocalIdentifier(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUpdatePurpose()
Stringpublic void setUpdatePurpose(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<UpdateEntry> getUpdateEntries()
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 updateEntries property.
For example, to add a new item, do as follows:
getUpdateEntries().add(newItem);
Objects of the following type(s) are allowed in the list
UpdateEntry
Copyright © 2023 Planetary Data System. All rights reserved.