public class

CampaignResponse

extends Record
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.Record
     ↳ com.netsuite.webservices.lists.marketing_2010_2.CampaignResponse

Class Overview

Java class for CampaignResponse complex type.

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

 <complexType name="CampaignResponse">
   <complexContent>
     <extension base="{urn:core_2010_2.platform.webservices.netsuite.com}Record">
       <sequence>
         <element name="entity" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="leadSource" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="campaignEvent" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="campaignResponseDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="channel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="response" type="{urn:types.marketing_2010_2.lists.webservices.netsuite.com}CampaignResponseResponse" minOccurs="0"/>
         <element name="note" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="responsesList" type="{urn:marketing_2010_2.lists.webservices.netsuite.com}CampaignResponseResponsesList" minOccurs="0"/>
       </sequence>
       <attribute name="internalId" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="externalId" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected RecordRef campaignEvent
protected XMLGregorianCalendar campaignResponseDate
protected String channel
protected RecordRef entity
protected String externalId
protected String internalId
protected RecordRef leadSource
protected String note
protected CampaignResponseResponse response
protected CampaignResponseResponsesList responsesList
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2010_2.Record
Public Constructors
CampaignResponse()
Public Methods
RecordRef getCampaignEvent()
Gets the value of the campaignEvent property.
XMLGregorianCalendar getCampaignResponseDate()
Gets the value of the campaignResponseDate property.
String getChannel()
Gets the value of the channel property.
RecordRef getEntity()
Gets the value of the entity property.
String getExternalId()
Gets the value of the externalId property.
String getInternalId()
Gets the value of the internalId property.
RecordRef getLeadSource()
Gets the value of the leadSource property.
String getNote()
Gets the value of the note property.
CampaignResponseResponse getResponse()
Gets the value of the response property.
CampaignResponseResponsesList getResponsesList()
Gets the value of the responsesList property.
void setCampaignEvent(RecordRef value)
Sets the value of the campaignEvent property.
void setCampaignResponseDate(XMLGregorianCalendar value)
Sets the value of the campaignResponseDate property.
void setChannel(String value)
Sets the value of the channel property.
void setEntity(RecordRef value)
Sets the value of the entity property.
void setExternalId(String value)
Sets the value of the externalId property.
void setInternalId(String value)
Sets the value of the internalId property.
void setLeadSource(RecordRef value)
Sets the value of the leadSource property.
void setNote(String value)
Sets the value of the note property.
void setResponse(CampaignResponseResponse value)
Sets the value of the response property.
void setResponsesList(CampaignResponseResponsesList value)
Sets the value of the responsesList property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2010_2.Record
From class java.lang.Object

Fields

protected RecordRef campaignEvent

protected XMLGregorianCalendar campaignResponseDate

protected String channel

protected RecordRef entity

protected String externalId

protected String internalId

protected RecordRef leadSource

protected String note

protected CampaignResponseResponse response

protected CampaignResponseResponsesList responsesList

Public Constructors

public CampaignResponse ()

Public Methods

public RecordRef getCampaignEvent ()

Gets the value of the campaignEvent property.

Returns

public XMLGregorianCalendar getCampaignResponseDate ()

Gets the value of the campaignResponseDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getChannel ()

Gets the value of the channel property.

Returns
  • possible object is String

public RecordRef getEntity ()

Gets the value of the entity property.

Returns

public String getExternalId ()

Gets the value of the externalId property.

Returns
  • possible object is String

public String getInternalId ()

Gets the value of the internalId property.

Returns
  • possible object is String

public RecordRef getLeadSource ()

Gets the value of the leadSource property.

Returns

public String getNote ()

Gets the value of the note property.

Returns
  • possible object is String

public CampaignResponseResponse getResponse ()

Gets the value of the response property.

Returns

public CampaignResponseResponsesList getResponsesList ()

Gets the value of the responsesList property.

Returns

public void setCampaignEvent (RecordRef value)

Sets the value of the campaignEvent property.

Parameters
value Allowed object is RecordRef

public void setCampaignResponseDate (XMLGregorianCalendar value)

Sets the value of the campaignResponseDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setChannel (String value)

Sets the value of the channel property.

Parameters
value Allowed object is String

public void setEntity (RecordRef value)

Sets the value of the entity property.

Parameters
value Allowed object is RecordRef

public void setExternalId (String value)

Sets the value of the externalId property.

Parameters
value Allowed object is String

public void setInternalId (String value)

Sets the value of the internalId property.

Parameters
value Allowed object is String

public void setLeadSource (RecordRef value)

Sets the value of the leadSource property.

Parameters
value Allowed object is RecordRef

public void setNote (String value)

Sets the value of the note property.

Parameters
value Allowed object is String

public void setResponse (CampaignResponseResponse value)

Sets the value of the response property.

Parameters
value Allowed object is CampaignResponseResponse

public void setResponsesList (CampaignResponseResponsesList value)

Sets the value of the responsesList property.

Parameters
value Allowed object is CampaignResponseResponsesList