public class UnifiedRegistrationForm
extends tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement
| Modifier and Type | Class and Description |
|---|---|
static class |
UnifiedRegistrationForm.RegistrationFormType |
| Constructor and Description |
|---|
UnifiedRegistrationForm(tigase.jaxmpp.core.client.xmpp.stanzas.IQ responseStanza) |
| Modifier and Type | Method and Description |
|---|---|
UnifiedRegistrationForm.RegistrationFormType |
getRegistrationFormType() |
tigase.jaxmpp.core.client.xml.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(tigase.jaxmpp.core.client.xmpp.stanzas.IQ responseStanza)
throws tigase.jaxmpp.core.client.exceptions.JaxmppException
tigase.jaxmpp.core.client.exceptions.JaxmppExceptionpublic UnifiedRegistrationForm.RegistrationFormType getRegistrationFormType()
public tigase.jaxmpp.core.client.xml.Element getRegistrationQuery()
throws tigase.jaxmpp.core.client.exceptions.JaxmppException
tigase.jaxmpp.core.client.exceptions.JaxmppExceptionpublic void setEmail(String email) throws tigase.jaxmpp.core.client.xml.XMLException
tigase.jaxmpp.core.client.xml.XMLExceptionpublic void setPassword(String password) throws tigase.jaxmpp.core.client.xml.XMLException
tigase.jaxmpp.core.client.xml.XMLExceptionpublic void setUsername(String username) throws tigase.jaxmpp.core.client.xml.XMLException
tigase.jaxmpp.core.client.xml.XMLExceptionCopyright © 2006–2022 Tigase. All rights reserved.