public static class AdHocCommandData.SpecificError
extends java.lang.Object
implements org.jivesoftware.smack.packet.ExtensionElement
Modifier and Type | Field and Description |
---|---|
AdHocCommand.SpecificErrorCondition |
condition |
static java.lang.String |
namespace |
Constructor and Description |
---|
SpecificError(AdHocCommand.SpecificErrorCondition condition) |
Modifier and Type | Method and Description |
---|---|
AdHocCommand.SpecificErrorCondition |
getCondition() |
java.lang.String |
getElementName() |
java.lang.String |
getNamespace() |
java.lang.String |
toXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final java.lang.String namespace
public AdHocCommand.SpecificErrorCondition condition
public SpecificError(AdHocCommand.SpecificErrorCondition condition)
public java.lang.String getElementName()
getElementName
in interface org.jivesoftware.smack.packet.NamedElement
public java.lang.String getNamespace()
getNamespace
in interface org.jivesoftware.smack.packet.FullyQualifiedElement
public AdHocCommand.SpecificErrorCondition getCondition()
public java.lang.String toXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace)
toXML
in interface org.jivesoftware.smack.packet.Element