public class EmailForSalesData extends Object
Java class for EmailForSalesData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EmailForSalesData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Company" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Phone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="EmailBody" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
company |
protected String |
email |
protected String |
emailBody |
protected String |
name |
protected String |
phone |
| Constructor and Description |
|---|
EmailForSalesData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCompany()
Gets the value of the company property.
|
String |
getEmail()
Gets the value of the email property.
|
String |
getEmailBody()
Gets the value of the emailBody property.
|
String |
getName()
Gets the value of the name property.
|
String |
getPhone()
Gets the value of the phone property.
|
void |
setCompany(String value)
Sets the value of the company property.
|
void |
setEmail(String value)
Sets the value of the email property.
|
void |
setEmailBody(String value)
Sets the value of the emailBody property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPhone(String value)
Sets the value of the phone property.
|
protected String name
protected String email
protected String company
protected String phone
protected String emailBody
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getEmail()
Stringpublic void setEmail(String value)
value - allowed object is
Stringpublic String getCompany()
Stringpublic void setCompany(String value)
value - allowed object is
Stringpublic String getPhone()
Stringpublic void setPhone(String value)
value - allowed object is
Stringpublic String getEmailBody()
StringCopyright © 2020. All rights reserved.