public class

MessageSearchRowBasic

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.common_2010_2.MessageSearchRowBasic

Class Overview

Java class for MessageSearchRowBasic complex type.

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

 <complexType name="MessageSearchRowBasic">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="author" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="bcc" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="cc" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="externalId" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="hasAttachment" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="internalId" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="internalOnly" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="isEmailed" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="isIncoming" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="message" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="messageDate" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="messageType" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnEnumSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="recipient" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="subject" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<SearchColumnSelectField> author
protected List<SearchColumnStringField> bcc
protected List<SearchColumnStringField> cc
protected List<SearchColumnSelectField> externalId
protected List<SearchColumnBooleanField> hasAttachment
protected List<SearchColumnSelectField> internalId
protected List<SearchColumnBooleanField> internalOnly
protected List<SearchColumnBooleanField> isEmailed
protected List<SearchColumnBooleanField> isIncoming
protected List<SearchColumnStringField> message
protected List<SearchColumnDateField> messageDate
protected List<SearchColumnEnumSelectField> messageType
protected List<SearchColumnSelectField> recipient
protected List<SearchColumnStringField> subject
Public Constructors
MessageSearchRowBasic()
Public Methods
List<SearchColumnSelectField> getAuthor()
Gets the value of the author property.
List<SearchColumnStringField> getBcc()
Gets the value of the bcc property.
List<SearchColumnStringField> getCc()
Gets the value of the cc property.
List<SearchColumnSelectField> getExternalId()
Gets the value of the externalId property.
List<SearchColumnBooleanField> getHasAttachment()
Gets the value of the hasAttachment property.
List<SearchColumnSelectField> getInternalId()
Gets the value of the internalId property.
List<SearchColumnBooleanField> getInternalOnly()
Gets the value of the internalOnly property.
List<SearchColumnBooleanField> getIsEmailed()
Gets the value of the isEmailed property.
List<SearchColumnBooleanField> getIsIncoming()
Gets the value of the isIncoming property.
List<SearchColumnStringField> getMessage()
Gets the value of the message property.
List<SearchColumnDateField> getMessageDate()
Gets the value of the messageDate property.
List<SearchColumnEnumSelectField> getMessageType()
Gets the value of the messageType property.
List<SearchColumnSelectField> getRecipient()
Gets the value of the recipient property.
List<SearchColumnStringField> getSubject()
Gets the value of the subject property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<SearchColumnSelectField> author

protected List<SearchColumnStringField> bcc

protected List<SearchColumnStringField> cc

protected List<SearchColumnSelectField> externalId

protected List<SearchColumnBooleanField> hasAttachment

protected List<SearchColumnSelectField> internalId

protected List<SearchColumnBooleanField> internalOnly

protected List<SearchColumnBooleanField> isEmailed

protected List<SearchColumnBooleanField> isIncoming

protected List<SearchColumnStringField> message

protected List<SearchColumnDateField> messageDate

protected List<SearchColumnEnumSelectField> messageType

protected List<SearchColumnSelectField> recipient

protected List<SearchColumnStringField> subject

Public Constructors

public MessageSearchRowBasic ()

Public Methods

public List<SearchColumnSelectField> getAuthor ()

Gets the value of the author property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the author property.

For example, to add a new item, do as follows:

    getAuthor().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnSelectField

public List<SearchColumnStringField> getBcc ()

Gets the value of the bcc property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the bcc property.

For example, to add a new item, do as follows:

    getBcc().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public List<SearchColumnStringField> getCc ()

Gets the value of the cc property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the cc property.

For example, to add a new item, do as follows:

    getCc().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public List<SearchColumnSelectField> getExternalId ()

Gets the value of the externalId property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the externalId property.

For example, to add a new item, do as follows:

    getExternalId().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnSelectField

public List<SearchColumnBooleanField> getHasAttachment ()

Gets the value of the hasAttachment property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the hasAttachment property.

For example, to add a new item, do as follows:

    getHasAttachment().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnBooleanField

public List<SearchColumnSelectField> getInternalId ()

Gets the value of the internalId property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the internalId property.

For example, to add a new item, do as follows:

    getInternalId().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnSelectField

public List<SearchColumnBooleanField> getInternalOnly ()

Gets the value of the internalOnly property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the internalOnly property.

For example, to add a new item, do as follows:

    getInternalOnly().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnBooleanField

public List<SearchColumnBooleanField> getIsEmailed ()

Gets the value of the isEmailed property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the isEmailed property.

For example, to add a new item, do as follows:

    getIsEmailed().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnBooleanField

public List<SearchColumnBooleanField> getIsIncoming ()

Gets the value of the isIncoming property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the isIncoming property.

For example, to add a new item, do as follows:

    getIsIncoming().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnBooleanField

public List<SearchColumnStringField> getMessage ()

Gets the value of the message property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the message property.

For example, to add a new item, do as follows:

    getMessage().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public List<SearchColumnDateField> getMessageDate ()

Gets the value of the messageDate property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the messageDate property.

For example, to add a new item, do as follows:

    getMessageDate().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnDateField

public List<SearchColumnEnumSelectField> getMessageType ()

Gets the value of the messageType property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the messageType property.

For example, to add a new item, do as follows:

    getMessageType().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnEnumSelectField

public List<SearchColumnSelectField> getRecipient ()

Gets the value of the recipient property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the recipient property.

For example, to add a new item, do as follows:

    getRecipient().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnSelectField

public List<SearchColumnStringField> getSubject ()

Gets the value of the subject property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the subject property.

For example, to add a new item, do as follows:

    getSubject().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField