public class ContactByEmail extends Object
<xs:complexType xmlns:ns="http://www.sugarcrm.com/sugarcrm" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="contact_by_email">
<xs:all>
<xs:element type="xs:string" name="user_name"/>
<xs:element type="xs:string" name="password"/>
<xs:element type="xs:string" name="email_address"/>
</xs:all>
</xs:complexType>
| Constructor and Description |
|---|
ContactByEmail() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEmailAddress()
Get the 'email_address' element value.
|
String |
getPassword()
Get the 'password' element value.
|
String |
getUserName()
Get the 'user_name' element value.
|
void |
setEmailAddress(String emailAddress)
Set the 'email_address' element value.
|
void |
setPassword(String password)
Set the 'password' element value.
|
void |
setUserName(String userName)
Set the 'user_name' element value.
|
public String getUserName()
public void setUserName(String userName)
userName - public String getPassword()
public void setPassword(String password)
password - public String getEmailAddress()
public void setEmailAddress(String emailAddress)
emailAddress - Copyright © 2015 Europeana Foundation. All rights reserved.