Class UnknownJingleContentDescription
- java.lang.Object
-
- org.jivesoftware.smackx.jingle.element.JingleContentDescription
-
- org.jivesoftware.smackx.jingle.element.UnknownJingleContentDescription
-
- All Implemented Interfaces:
Element
,ExtensionElement
,FullyQualifiedElement
,NamedElement
,XmlLangElement
public final class UnknownJingleContentDescription extends JingleContentDescription
-
-
Field Summary
-
Fields inherited from class org.jivesoftware.smackx.jingle.element.JingleContentDescription
ELEMENT
-
-
Constructor Summary
Constructors Constructor Description UnknownJingleContentDescription(StandardExtensionElement standardExtensionElement)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getElementName()
Returns the root element name.java.lang.String
getNamespace()
Returns the root element XML namespace.StandardExtensionElement
getStandardExtensionElement()
XmlStringBuilder
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.FullyQualifiedElement
getLanguage, getQName
-
-
-
-
Constructor Detail
-
UnknownJingleContentDescription
public UnknownJingleContentDescription(StandardExtensionElement standardExtensionElement)
-
-
Method Detail
-
getElementName
public java.lang.String 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
public java.lang.String getNamespace()
Description copied from interface:FullyQualifiedElement
Returns the root element XML namespace.- Returns:
- the namespace.
-
toXML
public XmlStringBuilder toXML(XmlEnvironment enclosingXmlEnvironment)
- Specified by:
toXML
in interfaceElement
- Overrides:
toXML
in classJingleContentDescription
-
getStandardExtensionElement
public StandardExtensionElement getStandardExtensionElement()
-
-