|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.arc.pds.xml.generated.Update
public class Update
The Update class consists of update information.
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="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>
Field Summary | |
---|---|
protected String |
description
|
protected String |
localIdentifier
|
protected List<UpdateEntry> |
updateEntries
|
Constructor Summary | |
---|---|
Update()
|
Method Summary | |
---|---|
String |
getDescription()
Gets the value of the description property. |
String |
getLocalIdentifier()
Gets the value of the localIdentifier property. |
List<UpdateEntry> |
getUpdateEntries()
Gets the value of the updateEntries property. |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setLocalIdentifier(String value)
Sets the value of the localIdentifier property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String localIdentifier
protected String description
protected List<UpdateEntry> updateEntries
Constructor Detail |
---|
public Update()
Method Detail |
---|
public String getLocalIdentifier()
String
public void setLocalIdentifier(String value)
value
- allowed object is
String
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |