public class

CampaignResponseResponses

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.lists.marketing_2010_2.CampaignResponseResponses

Class Overview

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>
 

Summary

Fields
protected String author
protected String note
protected String response
protected String responseDate
Public Constructors
CampaignResponseResponses()
Public Methods
String getAuthor()
Gets the value of the author property.
String getNote()
Gets the value of the note property.
String getResponse()
Gets the value of the response property.
String getResponseDate()
Gets the value of the responseDate property.
void setAuthor(String value)
Sets the value of the author property.
void setNote(String value)
Sets the value of the note property.
void setResponse(String value)
Sets the value of the response property.
void setResponseDate(String value)
Sets the value of the responseDate property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String author

protected String note

protected String response

protected String responseDate

Public Constructors

public CampaignResponseResponses ()

Public Methods

public String getAuthor ()

Gets the value of the author property.

Returns
  • possible object is String

public String getNote ()

Gets the value of the note property.

Returns
  • possible object is String

public String getResponse ()

Gets the value of the response property.

Returns
  • possible object is String

public String getResponseDate ()

Gets the value of the responseDate property.

Returns
  • possible object is String

public void setAuthor (String value)

Sets the value of the author property.

Parameters
value Allowed object is String

public void setNote (String value)

Sets the value of the note property.

Parameters
value Allowed object is String

public void setResponse (String value)

Sets the value of the response property.

Parameters
value Allowed object is String

public void setResponseDate (String value)

Sets the value of the responseDate property.

Parameters
value Allowed object is String