Class BoBDataExtension
java.lang.Object
org.jivesoftware.smackx.bob.element.BoBDataExtension
- All Implemented Interfaces:
Element
,ExtensionElement
,NamedElement
,XmlElement
,XmlLangElement
Bits of Binary data extension element.
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionBoBDataExtension
(ContentId cid, BoBData bobData) Bits of Binary data extension constructor. -
Method Summary
Modifier and TypeMethodDescriptionstatic BoBDataExtension
from
(StanzaView stanza) final BoBData
Get the Bits of Binary (BOB) data.final ContentId
Get the content ID.Returns the root element name.Returns the root element XML namespace.toXML
(XmlEnvironment enclosingNamespace) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jivesoftware.smack.packet.XmlElement
getLanguage, getQName
-
Field Details
-
ELEMENT
- See Also:
-
NAMESPACE
- See Also:
-
-
Constructor Details
-
BoBDataExtension
Bits of Binary data extension constructor.- Parameters:
cid
- TODO javadoc me pleasebobData
- TODO javadoc me please
-
-
Method Details
-
getElementName
Description copied from interface:NamedElement
Returns the root element name.- Specified by:
getElementName
in interfaceNamedElement
- Returns:
- the element name.
-
getNamespace
Description copied from interface:XmlElement
Returns the root element XML namespace.- Specified by:
getNamespace
in interfaceXmlElement
- Returns:
- the namespace.
-
getContentId
Get the content ID.- Returns:
- the content ID.
- Since:
- 4.4.1
-
getBobData
Get the Bits of Binary (BOB) data.- Returns:
- the BoB data.
- Since:
- 4.4.1
-
toXML
-
from
-