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
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionBoBDataExtension(ContentId cid, BoBData bobData) Bits of Binary data extension constructor. - 
Method Summary
Modifier and TypeMethodDescriptionstatic BoBDataExtensionfrom(StanzaView stanza) final BoBDataGet the Bits of Binary (BOB) data.final ContentIdGet 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, waitMethods 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:NamedElementReturns the root element name.- Specified by:
 getElementNamein interfaceNamedElement- Returns:
 - the element name.
 
 - 
getNamespace
Description copied from interface:XmlElementReturns the root element XML namespace.- Specified by:
 getNamespacein 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
 
 -