| java.lang.Object | |
| ↳ | com.netsuite.webservices.lists.marketing_2010_2.CampaignResponseResponses |
Java class for CampaignResponseResponses complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CampaignResponseResponses">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="response" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="responseDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="author" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="note" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| author | |||||||||||
| note | |||||||||||
| response | |||||||||||
| responseDate | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the author property.
| |||||||||||
Gets the value of the note property.
| |||||||||||
Gets the value of the response property.
| |||||||||||
Gets the value of the responseDate property.
| |||||||||||
Sets the value of the author property.
| |||||||||||
Sets the value of the note property.
| |||||||||||
Sets the value of the response property.
| |||||||||||
Sets the value of the responseDate property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the author property.
Gets the value of the note property.
Gets the value of the response property.
Gets the value of the responseDate property.
Sets the value of the author property.
| value | Allowed object is String |
|---|
Sets the value of the note property.
| value | Allowed object is String |
|---|
Sets the value of the response property.
| value | Allowed object is String |
|---|
Sets the value of the responseDate property.
| value | Allowed object is String |
|---|