Package gov.nasa.arc.pds.xml.generated
Class UpdateEntry
- java.lang.Object
- 
- gov.nasa.arc.pds.xml.generated.UpdateEntry
 
- 
 public class UpdateEntry extends java.lang.ObjectThe 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 SummaryFields Modifier and Type Field Description protected java.lang.StringdateTimeprotected java.lang.Stringdescriptionprotected java.lang.StringfullNameprotected InternalReferenceinternalReference
 - 
Constructor SummaryConstructors Constructor Description UpdateEntry()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDateTime()Gets the value of the dateTime property.java.lang.StringgetDescription()Gets the value of the description property.java.lang.StringgetFullName()Gets the value of the fullName property.InternalReferencegetInternalReference()Gets the value of the internalReference property.voidsetDateTime(java.lang.String value)Sets the value of the dateTime property.voidsetDescription(java.lang.String value)Sets the value of the description property.voidsetFullName(java.lang.String value)Sets the value of the fullName property.voidsetInternalReference(InternalReference value)Sets the value of the internalReference property.
 
- 
- 
- 
Field Detail- 
dateTimeprotected java.lang.String dateTime 
 - 
fullNameprotected java.lang.String fullName 
 - 
descriptionprotected java.lang.String description 
 - 
internalReferenceprotected InternalReference internalReference 
 
- 
 - 
Method Detail- 
getDateTimepublic java.lang.String getDateTime() Gets the value of the dateTime property.- Returns:
- possible object is
     String
 
 - 
setDateTimepublic void setDateTime(java.lang.String value) Sets the value of the dateTime property.- Parameters:
- value- allowed object is- String
 
 - 
getFullNamepublic java.lang.String getFullName() Gets the value of the fullName property.- Returns:
- possible object is
     String
 
 - 
setFullNamepublic void setFullName(java.lang.String value) Sets the value of the fullName property.- Parameters:
- value- allowed object is- String
 
 - 
getDescriptionpublic java.lang.String getDescription() Gets the value of the description property.- Returns:
- possible object is
     String
 
 - 
setDescriptionpublic void setDescription(java.lang.String value) Sets the value of the description property.- Parameters:
- value- allowed object is- String
 
 - 
getInternalReferencepublic InternalReference getInternalReference() Gets the value of the internalReference property.- Returns:
- possible object is
     InternalReference
 
 - 
setInternalReferencepublic void setInternalReference(InternalReference value) Sets the value of the internalReference property.- Parameters:
- value- allowed object is- InternalReference
 
 
- 
 
-