Class UnknownJingleContentDescription
java.lang.Object
org.jivesoftware.smackx.jingle.element.JingleContentDescription
org.jivesoftware.smackx.jingle.element.UnknownJingleContentDescription
- All Implemented Interfaces:
Element
,NamedElement
,XmlElement
,XmlLangElement
-
Field Summary
Fields inherited from class org.jivesoftware.smackx.jingle.element.JingleContentDescription
ELEMENT
-
Constructor Summary
ConstructorDescriptionUnknownJingleContentDescription
(StandardExtensionElement standardExtensionElement) -
Method Summary
Modifier and TypeMethodDescriptionReturns the root element name.Returns the root element XML namespace.toXML
(XmlEnvironment enclosingXmlEnvironment) Methods inherited from class org.jivesoftware.smackx.jingle.element.JingleContentDescription
addExtraAttributes, getJingleContentDescriptionChildren
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
-
Constructor Details
-
UnknownJingleContentDescription
-
-
Method Details
-
getElementName
Description copied from interface:NamedElement
Returns the root element name.- Specified by:
getElementName
in interfaceNamedElement
- Overrides:
getElementName
in classJingleContentDescription
- Returns:
- the element name.
-
getNamespace
Description copied from interface:XmlElement
Returns the root element XML namespace.- Returns:
- the namespace.
-
toXML
- Specified by:
toXML
in interfaceElement
- Overrides:
toXML
in classJingleContentDescription
-
getStandardExtensionElement
-