public class

CampaignSubscription

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

Class Overview

Java class for CampaignSubscription complex type.

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

 <complexType name="CampaignSubscription">
   <complexContent>
     <extension base="{urn:core_2010_2.platform.webservices.netsuite.com}Record">
       <sequence>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="subscribedByDefault" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="unsubscribed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="externalName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="externalDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="isInactive" type="{http://www.w3.org/2001/XMLSchema}boolean" 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 String description
protected String externalDescription
protected String externalId
protected String externalName
protected String internalId
protected Boolean isInactive
protected String name
protected Boolean subscribedByDefault
protected Boolean unsubscribed
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2010_2.Record
Public Constructors
CampaignSubscription()
Public Methods
String getDescription()
Gets the value of the description property.
String getExternalDescription()
Gets the value of the externalDescription property.
String getExternalId()
Gets the value of the externalId property.
String getExternalName()
Gets the value of the externalName property.
String getInternalId()
Gets the value of the internalId property.
String getName()
Gets the value of the name property.
Boolean isIsInactive()
Gets the value of the isInactive property.
Boolean isSubscribedByDefault()
Gets the value of the subscribedByDefault property.
Boolean isUnsubscribed()
Gets the value of the unsubscribed property.
void setDescription(String value)
Sets the value of the description property.
void setExternalDescription(String value)
Sets the value of the externalDescription property.
void setExternalId(String value)
Sets the value of the externalId property.
void setExternalName(String value)
Sets the value of the externalName property.
void setInternalId(String value)
Sets the value of the internalId property.
void setIsInactive(Boolean value)
Sets the value of the isInactive property.
void setName(String value)
Sets the value of the name property.
void setSubscribedByDefault(Boolean value)
Sets the value of the subscribedByDefault property.
void setUnsubscribed(Boolean value)
Sets the value of the unsubscribed property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2010_2.Record
From class java.lang.Object

Fields

protected String description

protected String externalDescription

protected String externalId

protected String externalName

protected String internalId

protected Boolean isInactive

protected String name

protected Boolean subscribedByDefault

protected Boolean unsubscribed

Public Constructors

public CampaignSubscription ()

Public Methods

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public String getExternalDescription ()

Gets the value of the externalDescription property.

Returns
  • possible object is String

public String getExternalId ()

Gets the value of the externalId property.

Returns
  • possible object is String

public String getExternalName ()

Gets the value of the externalName property.

Returns
  • possible object is String

public String getInternalId ()

Gets the value of the internalId property.

Returns
  • possible object is String

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public Boolean isIsInactive ()

Gets the value of the isInactive property.

Returns
  • possible object is Boolean

public Boolean isSubscribedByDefault ()

Gets the value of the subscribedByDefault property.

Returns
  • possible object is Boolean

public Boolean isUnsubscribed ()

Gets the value of the unsubscribed property.

Returns
  • possible object is Boolean

public void setDescription (String value)

Sets the value of the description property.

Parameters
value Allowed object is String

public void setExternalDescription (String value)

Sets the value of the externalDescription property.

Parameters
value Allowed object is String

public void setExternalId (String value)

Sets the value of the externalId property.

Parameters
value Allowed object is String

public void setExternalName (String value)

Sets the value of the externalName 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 setIsInactive (Boolean value)

Sets the value of the isInactive property.

Parameters
value Allowed object is Boolean

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setSubscribedByDefault (Boolean value)

Sets the value of the subscribedByDefault property.

Parameters
value Allowed object is Boolean

public void setUnsubscribed (Boolean value)

Sets the value of the unsubscribed property.

Parameters
value Allowed object is Boolean