org.jivesoftware.smackx.entitycaps.packet
Class CapsExtension
java.lang.Object
org.jivesoftware.smackx.entitycaps.packet.CapsExtension
- All Implemented Interfaces:
- PacketExtension
public class CapsExtension
- extends Object
- implements PacketExtension
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CapsExtension
public CapsExtension()
CapsExtension
public CapsExtension(String node,
String version,
String hash)
getElementName
public String getElementName()
- Description copied from interface:
PacketExtension
- Returns the root element name.
- Specified by:
getElementName
in interface PacketExtension
- Returns:
- the element name.
getNamespace
public String getNamespace()
- Description copied from interface:
PacketExtension
- Returns the root element XML namespace.
- Specified by:
getNamespace
in interface PacketExtension
- Returns:
- the namespace.
getNode
public String getNode()
setNode
public void setNode(String node)
getVer
public String getVer()
setVer
public void setVer(String ver)
getHash
public String getHash()
setHash
public void setHash(String hash)
toXML
public String toXML()
- Description copied from interface:
PacketExtension
- Returns the XML representation of the PacketExtension.
- Specified by:
toXML
in interface PacketExtension
- Returns:
- the packet extension as XML.
Copyright © 2003-2007 Jive Software.