public class TrackEmail extends Object
<xs:complexType xmlns:ns="http://www.sugarcrm.com/sugarcrm" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="track_email">
<xs:all>
<xs:element type="xs:string" name="user_name"/>
<xs:element type="xs:string" name="password"/>
<xs:element type="xs:string" name="parent_id"/>
<xs:element type="xs:string" name="contact_ids"/>
<xs:element type="xs:date" name="date_sent"/>
<xs:element type="xs:string" name="email_subject"/>
<xs:element type="xs:string" name="email_body"/>
</xs:all>
</xs:complexType>
| Constructor and Description |
|---|
TrackEmail() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContactIds()
Get the 'contact_ids' element value.
|
Date |
getDateSent()
Get the 'date_sent' element value.
|
String |
getEmailBody()
Get the 'email_body' element value.
|
String |
getEmailSubject()
Get the 'email_subject' element value.
|
String |
getParentId()
Get the 'parent_id' element value.
|
String |
getPassword()
Get the 'password' element value.
|
String |
getUserName()
Get the 'user_name' element value.
|
void |
setContactIds(String contactIds)
Set the 'contact_ids' element value.
|
void |
setDateSent(Date dateSent)
Set the 'date_sent' element value.
|
void |
setEmailBody(String emailBody)
Set the 'email_body' element value.
|
void |
setEmailSubject(String emailSubject)
Set the 'email_subject' element value.
|
void |
setParentId(String parentId)
Set the 'parent_id' 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 getParentId()
public void setParentId(String parentId)
parentId - public String getContactIds()
public void setContactIds(String contactIds)
contactIds - public Date getDateSent()
public void setDateSent(Date dateSent)
dateSent - public String getEmailSubject()
public void setEmailSubject(String emailSubject)
emailSubject - public String getEmailBody()
public void setEmailBody(String emailBody)
emailBody - Copyright © 2018 Europeana Foundation. All rights reserved.