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.NamedElement,org.jivesoftware.smack.packet.XmlElement,org.jivesoftware.smack.packet.XmlLangElement
-
Field Summary
Fields inherited from class org.jivesoftware.smackx.jingle.element.JingleContentDescription
ELEMENT -
Constructor Summary
ConstructorsConstructorDescriptionUnknownJingleContentDescription(org.jivesoftware.smack.packet.StandardExtensionElement standardExtensionElement) -
Method Summary
Modifier and TypeMethodDescriptionorg.jivesoftware.smack.packet.StandardExtensionElementorg.jivesoftware.smack.util.XmlStringBuildertoXML(org.jivesoftware.smack.packet.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.Element
toXML, toXMLMethods inherited from interface org.jivesoftware.smack.packet.XmlElement
getLanguage, getQName
-
Constructor Details
-
UnknownJingleContentDescription
public UnknownJingleContentDescription(org.jivesoftware.smack.packet.StandardExtensionElement standardExtensionElement)
-
-
Method Details
-
getElementName
- Specified by:
getElementNamein interfaceorg.jivesoftware.smack.packet.NamedElement- Overrides:
getElementNamein classJingleContentDescription
-
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()
-