Class AdHocCommandData.SpecificError
- java.lang.Object
-
- org.jivesoftware.smackx.commands.packet.AdHocCommandData.SpecificError
-
- All Implemented Interfaces:
org.jivesoftware.smack.packet.Element,org.jivesoftware.smack.packet.NamedElement,org.jivesoftware.smack.packet.XmlElement,org.jivesoftware.smack.packet.XmlLangElement
- Enclosing class:
- AdHocCommandData
public static class AdHocCommandData.SpecificError extends java.lang.Object implements org.jivesoftware.smack.packet.XmlElement
-
-
Field Summary
Fields Modifier and Type Field Description SpecificErrorConditionconditionstatic java.lang.Stringnamespace
-
Constructor Summary
Constructors Constructor Description SpecificError(SpecificErrorCondition condition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SpecificErrorConditiongetCondition()java.lang.StringgetElementName()java.lang.StringgetNamespace()java.lang.StringtoXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace)
-
-
-
Field Detail
-
namespace
public static final java.lang.String namespace
- See Also:
- Constant Field Values
-
condition
public SpecificErrorCondition condition
-
-
Constructor Detail
-
SpecificError
public SpecificError(SpecificErrorCondition condition)
-
-
Method Detail
-
getElementName
public java.lang.String getElementName()
- Specified by:
getElementNamein interfaceorg.jivesoftware.smack.packet.NamedElement
-
getNamespace
public java.lang.String getNamespace()
- Specified by:
getNamespacein interfaceorg.jivesoftware.smack.packet.XmlElement
-
getCondition
public SpecificErrorCondition getCondition()
-
toXML
public java.lang.String toXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace)
- Specified by:
toXMLin interfaceorg.jivesoftware.smack.packet.Element
-
-