NASA World Wind

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

java.lang.Object
  extended by gov.nasa.worldwind.applications.gio.xml.Element
      extended by gov.nasa.worldwind.applications.gio.csw.Request
          extended by gov.nasa.worldwind.applications.gio.csw.GetRecordById

public class GetRecordById
extends Request


Constructor Summary
GetRecordById()
           
 
Method Summary
 ElementSetName addElementSetName(ElementSetType elementSetType)
           
 Element addId(String id)
           
 void setOutputFormat(String outputFormat)
           
 void setOutputSchema(xmlns ns)
           
 
Methods inherited from class gov.nasa.worldwind.applications.gio.csw.Request
setDefaultNamespace, setDefaultNamespace, setService, setVersion
 
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

GetRecordById

public GetRecordById()
Method Detail

addElementSetName

public ElementSetName addElementSetName(ElementSetType elementSetType)
                                 throws Exception
Throws:
Exception

addId

public Element addId(String id)
              throws Exception
Throws:
Exception

setOutputFormat

public void setOutputFormat(String outputFormat)

setOutputSchema

public void setOutputSchema(xmlns ns)

NASA World Wind