public class UnifiedRegistrationForm extends JabberDataElement
| Modifier and Type | Class and Description |
|---|---|
static class |
UnifiedRegistrationForm.RegistrationFormType |
| Constructor and Description |
|---|
UnifiedRegistrationForm(IQ responseStanza) |
| Modifier and Type | Method and Description |
|---|---|
UnifiedRegistrationForm.RegistrationFormType |
getRegistrationFormType() |
Element |
getRegistrationQuery()
Returns filled query element.
|
void |
setEmail(String email) |
void |
setPassword(String password) |
void |
setUsername(String username) |
addBooleanField, addField, addFixedField, addFixedField, addFORM_TYPE, addHiddenField, addJidMultiField, addJidSingleField, addListMultiField, addListSingleField, addTextMultiField, addTextPrivateField, addTextSingleField, cleanUpForm, createSubmitableElement, getAsString, getField, getField, getFields, getFields, getFieldValueAsStringArray, getInstructions, getRowsCount, getTitle, getType, setInstructions, setTitleaddChild, equals, findChild, getAttribute, getAttributes, getChildAfter, getChildElementValue, getChildElementValue, getChildren, getChildren, getChildrenNS, getChildrenNS, getFirstChild, getFirstChild, getName, getNextSibling, getParent, getValue, getWrappedElement, getXMLNS, hashCode, removeAttribute, removeChild, setAttribute, setAttributes, setChildElementValue, setChildElementValue, setParent, setValue, setXMLNS, toStringpublic UnifiedRegistrationForm(IQ responseStanza) throws JaxmppException
JaxmppExceptionpublic UnifiedRegistrationForm.RegistrationFormType getRegistrationFormType()
public Element getRegistrationQuery() throws JaxmppException
JaxmppExceptionpublic void setEmail(String email) throws XMLException
XMLExceptionpublic void setPassword(String password) throws XMLException
XMLExceptionpublic void setUsername(String username) throws XMLException
XMLExceptionCopyright © 2006–2020 Tigase. All rights reserved.