Package org.jivesoftware.smackx.xdata
Class FormField.Description
java.lang.Object
org.jivesoftware.smackx.xdata.FormField.Description
- All Implemented Interfaces:
Element
,NamedElement
,XmlElement
,XmlLangElement
,FormFieldChildElement
- Enclosing class:
- FormField
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the root element name.Returns the root element XML namespace.getQName()
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.XmlElement
getLanguage
-
Field Details
-
ELEMENT
- See Also:
-
QNAME
-
-
Constructor Details
-
Description
-
-
Method Details
-
getDescription
-
getElementName
Description copied from interface:NamedElement
Returns the root element name.- Returns:
- the element name.
-
getNamespace
Description copied from interface:XmlElement
Returns the root element XML namespace.- Returns:
- the namespace.
-
getQName
-
toXML
-