com.jabberwookie.ns.jabber.iq
Class DiscoInfo.Feature

java.lang.Object
  |
  +--XMLElement
        |
        +--com.jabberwookie.ns.jabber.iq.DiscoInfo.Feature
Enclosing class:
DiscoInfo

public class DiscoInfo.Feature
extends XMLElement

See Also:
Serialized Form

Constructor Summary
DiscoInfo.Feature(java.util.Hashtable attrs)
           
DiscoInfo.Feature(java.lang.String var)
           
 
Method Summary
 XMLElement addChild(java.lang.String tag)
           
 XMLElement addChild(java.lang.String tag, java.util.Hashtable attrs)
           
 java.lang.String getVar()
           
 void setVar(java.lang.String var)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiscoInfo.Feature

public DiscoInfo.Feature(java.util.Hashtable attrs)

DiscoInfo.Feature

public DiscoInfo.Feature(java.lang.String var)
Method Detail

getVar

public java.lang.String getVar()

setVar

public void setVar(java.lang.String var)

addChild

public XMLElement addChild(java.lang.String tag)

addChild

public XMLElement addChild(java.lang.String tag,
                           java.util.Hashtable attrs)