public abstract class JingleContentDescription
extends java.lang.Object
implements org.jivesoftware.smack.packet.ExtensionElement
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ELEMENT |
Modifier | Constructor and Description |
---|---|
protected |
JingleContentDescription(java.util.List<? extends org.jivesoftware.smack.packet.NamedElement> payloads) |
Modifier and Type | Method and Description |
---|---|
protected void |
addExtraAttributes(org.jivesoftware.smack.util.XmlStringBuilder xml) |
java.lang.String |
getElementName() |
java.util.List<org.jivesoftware.smack.packet.NamedElement> |
getJingleContentDescriptionChildren() |
org.jivesoftware.smack.util.XmlStringBuilder |
toXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final java.lang.String ELEMENT
protected JingleContentDescription(java.util.List<? extends org.jivesoftware.smack.packet.NamedElement> payloads)
public java.lang.String getElementName()
getElementName
in interface org.jivesoftware.smack.packet.NamedElement
public java.util.List<org.jivesoftware.smack.packet.NamedElement> getJingleContentDescriptionChildren()
protected void addExtraAttributes(org.jivesoftware.smack.util.XmlStringBuilder xml)
public org.jivesoftware.smack.util.XmlStringBuilder toXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace)
toXML
in interface org.jivesoftware.smack.packet.Element