NASA World Wind

gov.nasa.worldwind.applications.gio.csw
Class RequestStatusParser

java.lang.Object
  extended by gov.nasa.worldwind.applications.gio.xml.ElementParser
      extended by gov.nasa.worldwind.applications.gio.csw.RequestStatusParser
All Implemented Interfaces:
RequestStatus

public class RequestStatusParser
extends ElementParser
implements RequestStatus


Field Summary
static String ELEMENT_NAME
           
 
Constructor Summary
RequestStatusParser(String elementName, Attributes attributes)
           
 
Method Summary
 String getTimestamp()
           
 void setTimestamp(String timestamp)
           
 
Methods inherited from class gov.nasa.worldwind.applications.gio.xml.ElementParser
characters, doCharacters, doEndElement, doStartElement, endElement, getCharacters, getCurrentElement, getElementName, setCurrentElement, startElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ELEMENT_NAME

public static final String ELEMENT_NAME
See Also:
Constant Field Values
Constructor Detail

RequestStatusParser

public RequestStatusParser(String elementName,
                           Attributes attributes)
Method Detail

getTimestamp

public String getTimestamp()
Specified by:
getTimestamp in interface RequestStatus

setTimestamp

public void setTimestamp(String timestamp)
Specified by:
setTimestamp in interface RequestStatus

NASA World Wind