public class Newsletter extends Object
<xs:complexType xmlns:ns="http://www.sugarcrm.com/sugarcrm" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="newsletter">
<xs:all>
<xs:element type="xs:string" name="name"/>
<xs:element type="xs:string" name="prospect_list_id"/>
<xs:element type="xs:string" name="campaign_id"/>
<xs:element type="xs:string" name="description"/>
<xs:element type="xs:string" name="frequency"/>
</xs:all>
</xs:complexType>
| Constructor and Description |
|---|
Newsletter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCampaignId()
Get the 'campaign_id' element value.
|
String |
getDescription()
Get the 'description' element value.
|
String |
getFrequency()
Get the 'frequency' element value.
|
String |
getName()
Get the 'name' element value.
|
String |
getProspectListId()
Get the 'prospect_list_id' element value.
|
void |
setCampaignId(String campaignId)
Set the 'campaign_id' element value.
|
void |
setDescription(String description)
Set the 'description' element value.
|
void |
setFrequency(String frequency)
Set the 'frequency' element value.
|
void |
setName(String name)
Set the 'name' element value.
|
void |
setProspectListId(String prospectListId)
Set the 'prospect_list_id' element value.
|
public String getName()
public void setName(String name)
name - public String getProspectListId()
public void setProspectListId(String prospectListId)
prospectListId - public String getCampaignId()
public void setCampaignId(String campaignId)
campaignId - public String getDescription()
public void setDescription(String description)
description - public String getFrequency()
public void setFrequency(String frequency)
frequency - Copyright © 2018 Europeana Foundation. All rights reserved.