Class UnknownJingleContentDescription
- java.lang.Object
-
- org.jivesoftware.smackx.jingle.element.JingleContentDescription
-
- org.jivesoftware.smackx.jingle.element.UnknownJingleContentDescription
-
- All Implemented Interfaces:
org.jivesoftware.smack.packet.Element,org.jivesoftware.smack.packet.ExtensionElement,org.jivesoftware.smack.packet.FullyQualifiedElement,org.jivesoftware.smack.packet.NamedElement,org.jivesoftware.smack.packet.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(org.jivesoftware.smack.packet.StandardExtensionElement standardExtensionElement)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetElementName()java.lang.StringgetNamespace()org.jivesoftware.smack.packet.StandardExtensionElementgetStandardExtensionElement()org.jivesoftware.smack.util.XmlStringBuildertoXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingXmlEnvironment)-
Methods inherited from class org.jivesoftware.smackx.jingle.element.JingleContentDescription
addExtraAttributes, getJingleContentDescriptionChildren
-
-
-
-
Method Detail
-
getElementName
public java.lang.String getElementName()
- Specified by:
getElementNamein interfaceorg.jivesoftware.smack.packet.NamedElement- Overrides:
getElementNamein classJingleContentDescription
-
getNamespace
public java.lang.String getNamespace()
-
toXML
public org.jivesoftware.smack.util.XmlStringBuilder toXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingXmlEnvironment)
- Specified by:
toXMLin interfaceorg.jivesoftware.smack.packet.Element- Overrides:
toXMLin classJingleContentDescription
-
getStandardExtensionElement
public org.jivesoftware.smack.packet.StandardExtensionElement getStandardExtensionElement()
-
-