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 Object implements org.jivesoftware.smack.packet.XmlElement
  • Field Details

  • Constructor Details

  • Method Details

    • getElementName

      public String getElementName()
      Specified by:
      getElementName in interface org.jivesoftware.smack.packet.NamedElement
    • getNamespace

      public String getNamespace()
      Specified by:
      getNamespace in interface org.jivesoftware.smack.packet.XmlElement
    • getCondition

      public SpecificErrorCondition getCondition()
    • toXML

      public String toXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace)
      Specified by:
      toXML in interface org.jivesoftware.smack.packet.Element