com.buildforge.services.common.api.xml
Class RequestElement

java.lang.Object
  extended by com.buildforge.services.common.api.xml.Element
      extended by com.buildforge.services.common.api.xml.RequestElement

public class RequestElement
extends Element


Field Summary
 
Fields inherited from class com.buildforge.services.common.api.xml.Element
parent
 
Constructor Summary
RequestElement(Element parent, org.xml.sax.Attributes atts, boolean isServer)
           
 
Method Summary
 void addChild(Element child)
          Adds a child element to this element.
 ElementType getElementType()
          Returns the type of element that this is.
 APIRequest getRequest()
           
 
Methods inherited from class com.buildforge.services.common.api.xml.Element
corrupted
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestElement

public RequestElement(Element parent,
                      org.xml.sax.Attributes atts,
                      boolean isServer)
               throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException
Method Detail

getElementType

public ElementType getElementType()
Description copied from class: Element
Returns the type of element that this is.

Specified by:
getElementType in class Element

addChild

public void addChild(Element child)
              throws org.xml.sax.SAXException
Description copied from class: Element
Adds a child element to this element.

Specified by:
addChild in class Element
Throws:
org.xml.sax.SAXException

getRequest

public APIRequest getRequest()