Package org.jivesoftware.smackx.xdata
Class FormField.Description
- java.lang.Object
-
- org.jivesoftware.smackx.xdata.FormField.Description
-
- All Implemented Interfaces:
Element
,FullyQualifiedElement
,NamedElement
,XmlLangElement
,FormFieldChildElement
- Enclosing class:
- FormField
public static class FormField.Description extends Object
-
-
Constructor Summary
Constructors Constructor Description Description(String description)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
String
getElementName()
Returns the root element name.String
getNamespace()
Returns the root element XML namespace.QName
getQName()
XmlStringBuilder
toXML(XmlEnvironment xmlEnvironment)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jivesoftware.smackx.xdata.FormFieldChildElement
checkConsistency, isExclusiveElement, mustBeOnlyOfHisKind, requiresNoTypeSet, validate
-
Methods inherited from interface org.jivesoftware.smack.packet.FullyQualifiedElement
getLanguage
-
-
-
-
Field Detail
-
ELEMENT
public static final String ELEMENT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Description
public Description(String description)
-
-
Method Detail
-
getDescription
public String getDescription()
-
getElementName
public String getElementName()
Description copied from interface:NamedElement
Returns the root element name.- Returns:
- the element name.
-
getNamespace
public String getNamespace()
Description copied from interface:FullyQualifiedElement
Returns the root element XML namespace.- Returns:
- the namespace.
-
toXML
public XmlStringBuilder toXML(XmlEnvironment xmlEnvironment)
-
-