gov.nasa.arc.pds.xml.generated
Class UpdateEntry

java.lang.Object
  extended by gov.nasa.arc.pds.xml.generated.UpdateEntry

public class UpdateEntry
extends Object

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 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

dateTime

protected String dateTime

fullName

protected String fullName

description

protected String description

internalReference

protected InternalReference internalReference
Constructor Detail

UpdateEntry

public UpdateEntry()
Method Detail

getDateTime

public String getDateTime()
Gets the value of the dateTime property.

Returns:
possible object is String

setDateTime

public void setDateTime(String value)
Sets the value of the dateTime property.

Parameters:
value - allowed object is String

getFullName

public String getFullName()
Gets the value of the fullName property.

Returns:
possible object is String

setFullName

public void setFullName(String value)
Sets the value of the fullName property.

Parameters:
value - allowed object is String

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getInternalReference

public InternalReference getInternalReference()
Gets the value of the internalReference property.

Returns:
possible object is InternalReference

setInternalReference

public void setInternalReference(InternalReference value)
Sets the value of the internalReference property.

Parameters:
value - allowed object is InternalReference


Copyright © 2014. All Rights Reserved.