|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.arc.pds.xml.generated.UpdateEntry
public class UpdateEntry
The Update Entry class provides the date and description of an update.
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}ASCII_Date_Time"/> <element name="full_name" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed"/> <element name="description" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Text_Preserved"/> <element name="Internal_Reference" type="{http://pds.nasa.gov/pds4/pds/v1}Internal_Reference" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
dateTime
|
protected String |
description
|
protected String |
fullName
|
protected InternalReference |
internalReference
|
Constructor Summary | |
---|---|
UpdateEntry()
|
Method Summary | |
---|---|
String |
getDateTime()
Gets the value of the dateTime property. |
String |
getDescription()
Gets the value of the description property. |
String |
getFullName()
Gets the value of the fullName property. |
InternalReference |
getInternalReference()
Gets the value of the internalReference property. |
void |
setDateTime(String value)
Sets the value of the dateTime property. |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setFullName(String value)
Sets the value of the fullName property. |
void |
setInternalReference(InternalReference value)
Sets the value of the internalReference property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String dateTime
protected String fullName
protected String description
protected InternalReference internalReference
Constructor Detail |
---|
public UpdateEntry()
Method Detail |
---|
public String getDateTime()
String
public void setDateTime(String value)
value
- allowed object is
String
public String getFullName()
String
public void setFullName(String value)
value
- allowed object is
String
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public InternalReference getInternalReference()
InternalReference
public void setInternalReference(InternalReference value)
value
- allowed object is
InternalReference
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |