public class

MessageSearchBasic

extends SearchRecord
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.SearchRecord
     ↳ com.netsuite.webservices.platform.common_2010_2.MessageSearchBasic

Class Overview

Java class for MessageSearchBasic complex type.

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

 <complexType name="MessageSearchBasic">
   <complexContent>
     <extension base="{urn:core_2010_2.platform.webservices.netsuite.com}SearchRecord">
       <sequence>
         <element name="author" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="authorEmail" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="bcc" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="cc" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="externalId" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="externalIdString" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="hasAttachment" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
         <element name="internalId" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="internalIdNumber" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchLongField" minOccurs="0"/>
         <element name="internalOnly" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
         <element name="message" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="messageDate" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
         <element name="messageType" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchEnumMultiSelectField" minOccurs="0"/>
         <element name="recipient" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="recipientEmail" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="subject" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected SearchMultiSelectField author
protected SearchStringField authorEmail
protected SearchStringField bcc
protected SearchStringField cc
protected SearchMultiSelectField externalId
protected SearchStringField externalIdString
protected SearchBooleanField hasAttachment
protected SearchMultiSelectField internalId
protected SearchLongField internalIdNumber
protected SearchBooleanField internalOnly
protected SearchStringField message
protected SearchDateField messageDate
protected SearchEnumMultiSelectField messageType
protected SearchMultiSelectField recipient
protected SearchStringField recipientEmail
protected SearchStringField subject
Public Constructors
MessageSearchBasic()
Public Methods
SearchMultiSelectField getAuthor()
Gets the value of the author property.
SearchStringField getAuthorEmail()
Gets the value of the authorEmail property.
SearchStringField getBcc()
Gets the value of the bcc property.
SearchStringField getCc()
Gets the value of the cc property.
SearchMultiSelectField getExternalId()
Gets the value of the externalId property.
SearchStringField getExternalIdString()
Gets the value of the externalIdString property.
SearchBooleanField getHasAttachment()
Gets the value of the hasAttachment property.
SearchMultiSelectField getInternalId()
Gets the value of the internalId property.
SearchLongField getInternalIdNumber()
Gets the value of the internalIdNumber property.
SearchBooleanField getInternalOnly()
Gets the value of the internalOnly property.
SearchStringField getMessage()
Gets the value of the message property.
SearchDateField getMessageDate()
Gets the value of the messageDate property.
SearchEnumMultiSelectField getMessageType()
Gets the value of the messageType property.
SearchMultiSelectField getRecipient()
Gets the value of the recipient property.
SearchStringField getRecipientEmail()
Gets the value of the recipientEmail property.
SearchStringField getSubject()
Gets the value of the subject property.
void setAuthor(SearchMultiSelectField value)
Sets the value of the author property.
void setAuthorEmail(SearchStringField value)
Sets the value of the authorEmail property.
void setBcc(SearchStringField value)
Sets the value of the bcc property.
void setCc(SearchStringField value)
Sets the value of the cc property.
void setExternalId(SearchMultiSelectField value)
Sets the value of the externalId property.
void setExternalIdString(SearchStringField value)
Sets the value of the externalIdString property.
void setHasAttachment(SearchBooleanField value)
Sets the value of the hasAttachment property.
void setInternalId(SearchMultiSelectField value)
Sets the value of the internalId property.
void setInternalIdNumber(SearchLongField value)
Sets the value of the internalIdNumber property.
void setInternalOnly(SearchBooleanField value)
Sets the value of the internalOnly property.
void setMessage(SearchStringField value)
Sets the value of the message property.
void setMessageDate(SearchDateField value)
Sets the value of the messageDate property.
void setMessageType(SearchEnumMultiSelectField value)
Sets the value of the messageType property.
void setRecipient(SearchMultiSelectField value)
Sets the value of the recipient property.
void setRecipientEmail(SearchStringField value)
Sets the value of the recipientEmail property.
void setSubject(SearchStringField value)
Sets the value of the subject property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected SearchMultiSelectField author

protected SearchStringField authorEmail

protected SearchStringField bcc

protected SearchStringField cc

protected SearchMultiSelectField externalId

protected SearchStringField externalIdString

protected SearchBooleanField hasAttachment

protected SearchMultiSelectField internalId

protected SearchLongField internalIdNumber

protected SearchBooleanField internalOnly

protected SearchStringField message

protected SearchDateField messageDate

protected SearchEnumMultiSelectField messageType

protected SearchMultiSelectField recipient

protected SearchStringField recipientEmail

protected SearchStringField subject

Public Constructors

public MessageSearchBasic ()

Public Methods

public SearchMultiSelectField getAuthor ()

Gets the value of the author property.

Returns

public SearchStringField getAuthorEmail ()

Gets the value of the authorEmail property.

Returns

public SearchStringField getBcc ()

Gets the value of the bcc property.

Returns

public SearchStringField getCc ()

Gets the value of the cc property.

Returns

public SearchMultiSelectField getExternalId ()

Gets the value of the externalId property.

Returns

public SearchStringField getExternalIdString ()

Gets the value of the externalIdString property.

Returns

public SearchBooleanField getHasAttachment ()

Gets the value of the hasAttachment property.

Returns

public SearchMultiSelectField getInternalId ()

Gets the value of the internalId property.

Returns

public SearchLongField getInternalIdNumber ()

Gets the value of the internalIdNumber property.

Returns

public SearchBooleanField getInternalOnly ()

Gets the value of the internalOnly property.

Returns

public SearchStringField getMessage ()

Gets the value of the message property.

Returns

public SearchDateField getMessageDate ()

Gets the value of the messageDate property.

Returns

public SearchEnumMultiSelectField getMessageType ()

Gets the value of the messageType property.

Returns

public SearchMultiSelectField getRecipient ()

Gets the value of the recipient property.

Returns

public SearchStringField getRecipientEmail ()

Gets the value of the recipientEmail property.

Returns

public SearchStringField getSubject ()

Gets the value of the subject property.

Returns

public void setAuthor (SearchMultiSelectField value)

Sets the value of the author property.

Parameters
value Allowed object is SearchMultiSelectField

public void setAuthorEmail (SearchStringField value)

Sets the value of the authorEmail property.

Parameters
value Allowed object is SearchStringField

public void setBcc (SearchStringField value)

Sets the value of the bcc property.

Parameters
value Allowed object is SearchStringField

public void setCc (SearchStringField value)

Sets the value of the cc property.

Parameters
value Allowed object is SearchStringField

public void setExternalId (SearchMultiSelectField value)

Sets the value of the externalId property.

Parameters
value Allowed object is SearchMultiSelectField

public void setExternalIdString (SearchStringField value)

Sets the value of the externalIdString property.

Parameters
value Allowed object is SearchStringField

public void setHasAttachment (SearchBooleanField value)

Sets the value of the hasAttachment property.

Parameters
value Allowed object is SearchBooleanField

public void setInternalId (SearchMultiSelectField value)

Sets the value of the internalId property.

Parameters
value Allowed object is SearchMultiSelectField

public void setInternalIdNumber (SearchLongField value)

Sets the value of the internalIdNumber property.

Parameters
value Allowed object is SearchLongField

public void setInternalOnly (SearchBooleanField value)

Sets the value of the internalOnly property.

Parameters
value Allowed object is SearchBooleanField

public void setMessage (SearchStringField value)

Sets the value of the message property.

Parameters
value Allowed object is SearchStringField

public void setMessageDate (SearchDateField value)

Sets the value of the messageDate property.

Parameters
value Allowed object is SearchDateField

public void setMessageType (SearchEnumMultiSelectField value)

Sets the value of the messageType property.

Parameters
value Allowed object is SearchEnumMultiSelectField

public void setRecipient (SearchMultiSelectField value)

Sets the value of the recipient property.

Parameters
value Allowed object is SearchMultiSelectField

public void setRecipientEmail (SearchStringField value)

Sets the value of the recipientEmail property.

Parameters
value Allowed object is SearchStringField

public void setSubject (SearchStringField value)

Sets the value of the subject property.

Parameters
value Allowed object is SearchStringField