public class

SetCampaignMergeRequestType

extends Object
java.lang.Object
   ↳ com.sugarcrm.sugarcrm.SetCampaignMergeRequestType

Class Overview

Java class for set_campaign_mergeRequestType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="set_campaign_mergeRequestType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="session" type="{http://www.w3.org/2001/XMLSchema}string" form="unqualified"/>
         <element name="targets" type="{http://www.sugarcrm.com/sugarcrm}select_fields" form="unqualified"/>
         <element name="campaign_id" type="{http://www.w3.org/2001/XMLSchema}string" form="unqualified"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String campaignId
protected String session
protected SelectFields targets
Public Constructors
SetCampaignMergeRequestType()
Public Methods
String getCampaignId()
Gets the value of the campaignId property.
String getSession()
Gets the value of the session property.
SelectFields getTargets()
Gets the value of the targets property.
void setCampaignId(String value)
Sets the value of the campaignId property.
void setSession(String value)
Sets the value of the session property.
void setTargets(SelectFields value)
Sets the value of the targets property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String campaignId

protected String session

protected SelectFields targets

Public Constructors

public SetCampaignMergeRequestType ()

Public Methods

public String getCampaignId ()

Gets the value of the campaignId property.

Returns
  • possible object is String

public String getSession ()

Gets the value of the session property.

Returns
  • possible object is String

public SelectFields getTargets ()

Gets the value of the targets property.

Returns

public void setCampaignId (String value)

Sets the value of the campaignId property.

Parameters
value Allowed object is String

public void setSession (String value)

Sets the value of the session property.

Parameters
value Allowed object is String

public void setTargets (SelectFields value)

Sets the value of the targets property.

Parameters
value Allowed object is SelectFields