Package gov.nasa.arc.pds.xml.generated
Class UpdateEntry
java.lang.Object
gov.nasa.arc.pds.xml.generated.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}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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected InternalReference -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dateTime property.Gets the value of the description property.Gets the value of the fullName property.Gets the value of the internalReference property.voidsetDateTime(String value) Sets the value of the dateTime property.voidsetDescription(String value) Sets the value of the description property.voidsetFullName(String value) Sets the value of the fullName property.voidSets the value of the internalReference property.
-
Field Details
-
dateTime
-
fullName
-
description
-
internalReference
-
-
Constructor Details
-
UpdateEntry
public UpdateEntry()
-
-
Method Details
-
getDateTime
Gets the value of the dateTime property.- Returns:
- possible object is
String
-
setDateTime
Sets the value of the dateTime property.- Parameters:
value- allowed object isString
-
getFullName
Gets the value of the fullName property.- Returns:
- possible object is
String
-
setFullName
Sets the value of the fullName property.- Parameters:
value- allowed object isString
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getInternalReference
Gets the value of the internalReference property.- Returns:
- possible object is
InternalReference
-
setInternalReference
Sets the value of the internalReference property.- Parameters:
value- allowed object isInternalReference
-