public final class RoomRegistrationForm extends Object
| Constructor and Description |
|---|
RoomRegistrationForm(DataForm dataForm) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEmail()
Gets the e-mail address.
|
String |
getFamilyName()
Gets the family name.
|
String |
getFaqEntry()
Gets the FAQ entry.
|
String |
getGivenName()
Gets the given name.
|
String |
getRoomNick()
Gets the desired room nick.
|
URL |
getWebPage()
Gets an URL to a web page.
|
boolean |
isRegisterAllowed()
Indicates, whether the registration request is approved.
|
void |
setEmail(String email)
Sets the e-mail address.
|
void |
setFamilyName(String familyName)
Sets the family name.
|
void |
setFaqEntry(String faqEntry)
Sets the FAQ entry.
|
void |
setGivenName(String givenName)
Sets the given name.
|
void |
setRegisterAllowed(boolean registerAllowed)
Indicates, whether the registration request is approved.
|
void |
setRoomNick(String roomNick)
Sets the desired room nick.
|
void |
setWebPage(URL webPage)
Sets an URL to a web page.
|
public RoomRegistrationForm(DataForm dataForm)
public String getEmail()
public void setEmail(String email)
email - The e-mail address.public String getFamilyName()
setFamilyName(String)public void setFamilyName(String familyName)
familyName - The family name.getFamilyName()public String getGivenName()
setGivenName(String)public void setGivenName(String givenName)
givenName - The given name.setGivenName(String)public String getRoomNick()
setRoomNick(String)public void setRoomNick(String roomNick)
roomNick - The room nick.getRoomNick()public URL getWebPage()
public void setWebPage(URL webPage)
webPage - The URL.public String getFaqEntry()
public void setFaqEntry(String faqEntry)
faqEntry - The FAQ entry.public boolean isRegisterAllowed()
public void setRegisterAllowed(boolean registerAllowed)
registerAllowed - True, if the registration request is approved.Copyright © 2014 XMPP.rocks. All rights reserved.