public class UpdateEntry
extends java.lang.Object
Java class for Update_Entry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Update_Entry">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="date_time" type="{http://pds.nasa.gov/pds4/pds/v1}date_time"/>
<element name="full_name" type="{http://pds.nasa.gov/pds4/pds/v1}full_name"/>
<element name="description" type="{http://pds.nasa.gov/pds4/pds/v1}description"/>
<element ref="{http://pds.nasa.gov/pds4/pds/v1}Internal_Reference" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
dateTime |
protected java.lang.String |
description |
protected java.lang.String |
fullName |
protected InternalReference |
internalReference |
| Constructor and Description |
|---|
UpdateEntry() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDateTime()
Gets the value of the dateTime property.
|
java.lang.String |
getDescription()
Gets the value of the description property.
|
java.lang.String |
getFullName()
Gets the value of the fullName property.
|
InternalReference |
getInternalReference()
Gets the value of the internalReference property.
|
void |
setDateTime(java.lang.String value)
Sets the value of the dateTime property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setFullName(java.lang.String value)
Sets the value of the fullName property.
|
void |
setInternalReference(InternalReference value)
Sets the value of the internalReference property.
|
protected java.lang.String dateTime
protected java.lang.String fullName
protected java.lang.String description
protected InternalReference internalReference
public java.lang.String getDateTime()
Stringpublic void setDateTime(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFullName()
Stringpublic void setFullName(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 InternalReference getInternalReference()
InternalReferencepublic void setInternalReference(InternalReference value)
value - allowed object is
InternalReferenceCopyright © 2023 Planetary Data System. All rights reserved.