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

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

public class DiscoInfo.Identity
extends XMLElement

See Also:
Serialized Form

Constructor Summary
DiscoInfo.Identity(java.util.Hashtable attrs)
           
DiscoInfo.Identity(java.lang.String category)
           
DiscoInfo.Identity(java.lang.String category, java.lang.String type)
           
DiscoInfo.Identity(java.lang.String category, java.lang.String type, java.lang.String name)
           
 
Method Summary
 XMLElement addChild(java.lang.String tag)
           
 XMLElement addChild(java.lang.String tag, java.util.Hashtable attrs)
           
 java.lang.String getCategory()
           
 java.lang.String getIdentityName()
           
 java.lang.String getType()
           
 void setCategory(java.lang.String category)
           
 void setIdentityName(java.lang.String name)
           
 void setType(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiscoInfo.Identity

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

DiscoInfo.Identity

public DiscoInfo.Identity(java.lang.String category)

DiscoInfo.Identity

public DiscoInfo.Identity(java.lang.String category,
                          java.lang.String type)

DiscoInfo.Identity

public DiscoInfo.Identity(java.lang.String category,
                          java.lang.String type,
                          java.lang.String name)
Method Detail

getCategory

public java.lang.String getCategory()

setCategory

public void setCategory(java.lang.String category)

getIdentityName

public java.lang.String getIdentityName()

setIdentityName

public void setIdentityName(java.lang.String name)

getType

public java.lang.String getType()

setType

public void setType(java.lang.String type)

addChild

public XMLElement addChild(java.lang.String tag)

addChild

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