public class CreateAccount extends Object
<xs:complexType xmlns:ns="http://www.sugarcrm.com/sugarcrm" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="create_account">
<xs:all>
<xs:element type="xs:string" name="user_name"/>
<xs:element type="xs:string" name="password"/>
<xs:element type="xs:string" name="name"/>
<xs:element type="xs:string" name="phone"/>
<xs:element type="xs:string" name="website"/>
</xs:all>
</xs:complexType>
| Constructor and Description |
|---|
CreateAccount() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Get the 'name' element value.
|
String |
getPassword()
Get the 'password' element value.
|
String |
getPhone()
Get the 'phone' element value.
|
String |
getUserName()
Get the 'user_name' element value.
|
String |
getWebsite()
Get the 'website' element value.
|
void |
setName(String name)
Set the 'name' element value.
|
void |
setPassword(String password)
Set the 'password' element value.
|
void |
setPhone(String phone)
Set the 'phone' element value.
|
void |
setUserName(String userName)
Set the 'user_name' element value.
|
void |
setWebsite(String website)
Set the 'website' element value.
|
public String getUserName()
public void setUserName(String userName)
userName - public String getPassword()
public void setPassword(String password)
password - public String getName()
public void setName(String name)
name - public String getPhone()
public void setPhone(String phone)
phone - public String getWebsite()
public void setWebsite(String website)
website - Copyright © 2017 Europeana Foundation. All rights reserved.