public class Registration extends IQ
ID_NOT_AVAILABLE| Constructor and Description |
|---|
Registration() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map |
getAttributes()
Returns the map of String key/value pairs of account attributes.
|
java.lang.String |
getChildElementXML()
Returns the sub-element XML section of the IQ packet, or null if there
isn't one.
|
java.lang.String |
getInstructions()
Returns the registration instructions, or null if no instructions
have been set.
|
void |
setAttributes(java.util.Map attributes)
Sets the account attributes.
|
void |
setInstructions(java.lang.String instructions)
Sets the registration instructions.
|
addExtension, deleteProperty, getError, getExtension, getExtensions, getExtensionsXML, getFrom, getPacketID, getProperty, getPropertyNames, getTo, removeExtension, setError, setFrom, setPacketID, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setTopublic java.lang.String getInstructions()
public void setInstructions(java.lang.String instructions)
instructions - the registration instructions.public java.util.Map getAttributes()
public void setAttributes(java.util.Map attributes)
attributes - the account attributes.public java.lang.String getChildElementXML()
IQExtensions of this class must override this method.
getChildElementXML in class IQCopyright © 2003 Jive Software.