| java.lang.Object | |
| ↳ | com.netsuite.webservices.lists.marketing_2010_2.CampaignEmail |
Java class for CampaignEmail complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CampaignEmail">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="internalId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="campaignGroup" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
<element name="template" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="subscription" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
<element name="channel" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
<element name="cost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="status" type="{urn:types.marketing_2010_2.lists.webservices.netsuite.com}CampaignCampaignEmailStatus" minOccurs="0"/>
<element name="dateScheduled" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="promoCode" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
<element name="customFieldList" type="{urn:core_2010_2.platform.webservices.netsuite.com}CustomFieldList" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| campaignGroup | |||||||||||
| channel | |||||||||||
| cost | |||||||||||
| customFieldList | |||||||||||
| dateScheduled | |||||||||||
| description | |||||||||||
| internalId | |||||||||||
| promoCode | |||||||||||
| status | |||||||||||
| subscription | |||||||||||
| template | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the campaignGroup property.
| |||||||||||
Gets the value of the channel property.
| |||||||||||
Gets the value of the cost property.
| |||||||||||
Gets the value of the customFieldList property.
| |||||||||||
Gets the value of the dateScheduled property.
| |||||||||||
Gets the value of the description property.
| |||||||||||
Gets the value of the internalId property.
| |||||||||||
Gets the value of the promoCode property.
| |||||||||||
Gets the value of the status property.
| |||||||||||
Gets the value of the subscription property.
| |||||||||||
Gets the value of the template property.
| |||||||||||
Sets the value of the campaignGroup property.
| |||||||||||
Sets the value of the channel property.
| |||||||||||
Sets the value of the cost property.
| |||||||||||
Sets the value of the customFieldList property.
| |||||||||||
Sets the value of the dateScheduled property.
| |||||||||||
Sets the value of the description property.
| |||||||||||
Sets the value of the internalId property.
| |||||||||||
Sets the value of the promoCode property.
| |||||||||||
Sets the value of the status property.
| |||||||||||
Sets the value of the subscription property.
| |||||||||||
Sets the value of the template property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the campaignGroup property.
RecordRef
Gets the value of the channel property.
RecordRef
Gets the value of the cost property.
Gets the value of the customFieldList property.
CustomFieldList
Gets the value of the dateScheduled property.
Gets the value of the description property.
Gets the value of the internalId property.
Gets the value of the promoCode property.
RecordRef
Gets the value of the status property.
CampaignCampaignEmailStatus
Gets the value of the subscription property.
RecordRef
Gets the value of the template property.
RecordRef
Sets the value of the campaignGroup property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the channel property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the cost property.
| value | Allowed object is Double |
|---|
Sets the value of the customFieldList property.
| value | Allowed object is
CustomFieldList
|
|---|
Sets the value of the dateScheduled property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the description property.
| value | Allowed object is String |
|---|
Sets the value of the internalId property.
| value | Allowed object is String |
|---|
Sets the value of the promoCode property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the status property.
| value | Allowed object is
CampaignCampaignEmailStatus
|
|---|
Sets the value of the subscription property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the template property.
| value | Allowed object is
RecordRef
|
|---|