Class FormField.Description

java.lang.Object
org.jivesoftware.smackx.xdata.FormField.Description
All Implemented Interfaces:
org.jivesoftware.smack.packet.Element, org.jivesoftware.smack.packet.NamedElement, org.jivesoftware.smack.packet.XmlElement, org.jivesoftware.smack.packet.XmlLangElement, FormFieldChildElement
Enclosing class:
FormField

public static class FormField.Description extends Object
  • Field Details

  • Constructor Details

    • Description

      public Description(String description)
  • Method Details

    • getDescription

      public String getDescription()
    • getElementName

      public String getElementName()
    • getNamespace

      public String getNamespace()
    • getQName

      public QName getQName()
    • toXML

      public org.jivesoftware.smack.util.XmlStringBuilder toXML(org.jivesoftware.smack.packet.XmlEnvironment xmlEnvironment)