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
ConstructorsConstructorDescriptionUnknownJingleContentDescription(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, getJingleContentDescriptionChildrenMethods 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
-
Constructor Details
-
UnknownJingleContentDescription
-
-
Method Details
-
getElementName
Description copied from interface:NamedElementReturns the root element name.- Specified by:
getElementNamein interfaceNamedElement- Overrides:
getElementNamein classJingleContentDescription- Returns:
- the element name.
-
getNamespace
Description copied from interface:XmlElementReturns the root element XML namespace.- Returns:
- the namespace.
-
toXML
- Specified by:
toXMLin interfaceElement- Overrides:
toXMLin classJingleContentDescription
-
getStandardExtensionElement
-