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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
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)