Package org.jivesoftware.smackx.xdata
Class FormField.Value
java.lang.Object
org.jivesoftware.smackx.xdata.FormField.Value
- All Implemented Interfaces:
Element
,NamedElement
,XmlElement
,XmlLangElement
- Enclosing class:
- FormField
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns the root element name.Returns the root element XML namespace.getQName()
getValue()
int
hashCode()
toXML
(XmlEnvironment xmlEnvironment) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jivesoftware.smack.packet.XmlElement
getLanguage
-
Field Details
-
ELEMENT
- See Also:
-
QNAME
-
-
Constructor Details
-
Value
-
-
Method Details
-
getValue
-
getElementName
Description copied from interface:NamedElement
Returns the root element name.- Specified by:
getElementName
in interfaceNamedElement
- Returns:
- the element name.
-
getNamespace
Description copied from interface:XmlElement
Returns the root element XML namespace.- Specified by:
getNamespace
in interfaceXmlElement
- Returns:
- the namespace.
-
getQName
- Specified by:
getQName
in interfaceXmlElement
-
toXML
-
equals
-
hashCode
-