NASA World Wind

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

java.lang.Object
  extended by gov.nasa.worldwind.applications.gio.xml.Element
      extended by gov.nasa.worldwind.applications.gio.csw.Request
Direct Known Subclasses:
GetRecordById, GetRecords

public class Request
extends Element


Constructor Summary
Request(xmlns ns, String name)
           
 
Method Summary
 void setDefaultNamespace(String url)
           
 void setDefaultNamespace(xmlns ns)
           
 void setService(String service)
           
 void setVersion(String version)
           
 
Methods inherited from class gov.nasa.worldwind.applications.gio.xml.Element
addElement, addElement, addElements, clearAttributes, clearElements, getAttribute, getElement, getElementCount, getIndex, getName, getNs, hasContent, removeAttribute, removeElement, setAttribute, setElement, toXml, write, writeAttributes, writeBeginElement, writeElementContent, writeEndElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Request

public Request(xmlns ns,
               String name)
Method Detail

setDefaultNamespace

public void setDefaultNamespace(String url)

setDefaultNamespace

public void setDefaultNamespace(xmlns ns)

setService

public void setService(String service)

setVersion

public void setVersion(String version)

NASA World Wind