Package org.jivesoftware.smackx.xdata
Class FormField.Required
java.lang.Object
org.jivesoftware.smackx.xdata.FormField.Required
- All Implemented Interfaces:
Element,NamedElement,XmlElement,XmlLangElement,FormFieldChildElement
- Enclosing class:
- FormField
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns the root element name.Returns the root element XML namespace.getQName()booleantoXML(XmlEnvironment xmlEnvironment) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jivesoftware.smackx.xdata.FormFieldChildElement
checkConsistency, isExclusiveElement, requiresNoTypeSet, validateMethods inherited from interface org.jivesoftware.smack.packet.XmlElement
getLanguage
-
Field Details
-
INSTANCE
-
ELEMENT
- See Also:
-
QNAME
-
-
Method Details
-
getElementName
Description copied from interface:NamedElementReturns the root element name.- Returns:
- the element name.
-
getNamespace
Description copied from interface:XmlElementReturns the root element XML namespace.- Returns:
- the namespace.
-
getQName
-
mustBeOnlyOfHisKind
-
toXML
-