public class SetCampaignMerge extends Object
<xs:complexType xmlns:ns="http://www.sugarcrm.com/sugarcrm" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="set_campaign_merge">
<xs:all>
<xs:element type="xs:string" name="session"/>
<xs:element type="ns:select_fields" name="targets"/>
<xs:element type="xs:string" name="campaign_id"/>
</xs:all>
</xs:complexType>
| Constructor and Description |
|---|
SetCampaignMerge() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCampaignId()
Get the 'campaign_id' element value.
|
String |
getSession()
Get the 'session' element value.
|
SelectFields |
getTargets()
Get the 'targets' element value.
|
void |
setCampaignId(String campaignId)
Set the 'campaign_id' element value.
|
void |
setSession(String session)
Set the 'session' element value.
|
void |
setTargets(SelectFields targets)
Set the 'targets' element value.
|
public String getSession()
public void setSession(String session)
session - public SelectFields getTargets()
public void setTargets(SelectFields targets)
targets - public String getCampaignId()
public void setCampaignId(String campaignId)
campaignId - Copyright © 2018 Europeana Foundation. All rights reserved.