public class

MessageSearch

extends SearchRecord
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.SearchRecord
     ↳ com.netsuite.webservices.general.communication_2010_2.MessageSearch

Class Overview

Java class for MessageSearch complex type.

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

 <complexType name="MessageSearch">
   <complexContent>
     <extension base="{urn:core_2010_2.platform.webservices.netsuite.com}SearchRecord">
       <sequence>
         <element name="basic" type="{urn:common_2010_2.platform.webservices.netsuite.com}MessageSearchBasic" minOccurs="0"/>
         <element name="attachmentsJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}FileSearchBasic" minOccurs="0"/>
         <element name="authorJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}EntitySearchBasic" minOccurs="0"/>
         <element name="campaignJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}CampaignSearchBasic" minOccurs="0"/>
         <element name="caseJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}SupportCaseSearchBasic" minOccurs="0"/>
         <element name="contactJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}ContactSearchBasic" minOccurs="0"/>
         <element name="customerJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}CustomerSearchBasic" minOccurs="0"/>
         <element name="employeeJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}EmployeeSearchBasic" minOccurs="0"/>
         <element name="entityJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}EntitySearchBasic" minOccurs="0"/>
         <element name="opportunityJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}OpportunitySearchBasic" minOccurs="0"/>
         <element name="originatingLeadJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}OriginatingLeadSearchBasic" minOccurs="0"/>
         <element name="partnerJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}PartnerSearchBasic" minOccurs="0"/>
         <element name="recipientJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}EntitySearchBasic" minOccurs="0"/>
         <element name="transactionJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}TransactionSearchBasic" minOccurs="0"/>
         <element name="userJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}EmployeeSearchBasic" minOccurs="0"/>
         <element name="vendorJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}VendorSearchBasic" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected FileSearchBasic attachmentsJoin
protected EntitySearchBasic authorJoin
protected MessageSearchBasic basic
protected CampaignSearchBasic campaignJoin
protected SupportCaseSearchBasic caseJoin
protected ContactSearchBasic contactJoin
protected CustomerSearchBasic customerJoin
protected EmployeeSearchBasic employeeJoin
protected EntitySearchBasic entityJoin
protected OpportunitySearchBasic opportunityJoin
protected OriginatingLeadSearchBasic originatingLeadJoin
protected PartnerSearchBasic partnerJoin
protected EntitySearchBasic recipientJoin
protected TransactionSearchBasic transactionJoin
protected EmployeeSearchBasic userJoin
protected VendorSearchBasic vendorJoin
Public Constructors
MessageSearch()
Public Methods
FileSearchBasic getAttachmentsJoin()
Gets the value of the attachmentsJoin property.
EntitySearchBasic getAuthorJoin()
Gets the value of the authorJoin property.
MessageSearchBasic getBasic()
Gets the value of the basic property.
CampaignSearchBasic getCampaignJoin()
Gets the value of the campaignJoin property.
SupportCaseSearchBasic getCaseJoin()
Gets the value of the caseJoin property.
ContactSearchBasic getContactJoin()
Gets the value of the contactJoin property.
CustomerSearchBasic getCustomerJoin()
Gets the value of the customerJoin property.
EmployeeSearchBasic getEmployeeJoin()
Gets the value of the employeeJoin property.
EntitySearchBasic getEntityJoin()
Gets the value of the entityJoin property.
OpportunitySearchBasic getOpportunityJoin()
Gets the value of the opportunityJoin property.
OriginatingLeadSearchBasic getOriginatingLeadJoin()
Gets the value of the originatingLeadJoin property.
PartnerSearchBasic getPartnerJoin()
Gets the value of the partnerJoin property.
EntitySearchBasic getRecipientJoin()
Gets the value of the recipientJoin property.
TransactionSearchBasic getTransactionJoin()
Gets the value of the transactionJoin property.
EmployeeSearchBasic getUserJoin()
Gets the value of the userJoin property.
VendorSearchBasic getVendorJoin()
Gets the value of the vendorJoin property.
void setAttachmentsJoin(FileSearchBasic value)
Sets the value of the attachmentsJoin property.
void setAuthorJoin(EntitySearchBasic value)
Sets the value of the authorJoin property.
void setBasic(MessageSearchBasic value)
Sets the value of the basic property.
void setCampaignJoin(CampaignSearchBasic value)
Sets the value of the campaignJoin property.
void setCaseJoin(SupportCaseSearchBasic value)
Sets the value of the caseJoin property.
void setContactJoin(ContactSearchBasic value)
Sets the value of the contactJoin property.
void setCustomerJoin(CustomerSearchBasic value)
Sets the value of the customerJoin property.
void setEmployeeJoin(EmployeeSearchBasic value)
Sets the value of the employeeJoin property.
void setEntityJoin(EntitySearchBasic value)
Sets the value of the entityJoin property.
void setOpportunityJoin(OpportunitySearchBasic value)
Sets the value of the opportunityJoin property.
void setOriginatingLeadJoin(OriginatingLeadSearchBasic value)
Sets the value of the originatingLeadJoin property.
void setPartnerJoin(PartnerSearchBasic value)
Sets the value of the partnerJoin property.
void setRecipientJoin(EntitySearchBasic value)
Sets the value of the recipientJoin property.
void setTransactionJoin(TransactionSearchBasic value)
Sets the value of the transactionJoin property.
void setUserJoin(EmployeeSearchBasic value)
Sets the value of the userJoin property.
void setVendorJoin(VendorSearchBasic value)
Sets the value of the vendorJoin property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected FileSearchBasic attachmentsJoin

protected EntitySearchBasic authorJoin

protected MessageSearchBasic basic

protected CampaignSearchBasic campaignJoin

protected SupportCaseSearchBasic caseJoin

protected ContactSearchBasic contactJoin

protected CustomerSearchBasic customerJoin

protected EmployeeSearchBasic employeeJoin

protected EntitySearchBasic entityJoin

protected OpportunitySearchBasic opportunityJoin

protected OriginatingLeadSearchBasic originatingLeadJoin

protected PartnerSearchBasic partnerJoin

protected EntitySearchBasic recipientJoin

protected TransactionSearchBasic transactionJoin

protected EmployeeSearchBasic userJoin

protected VendorSearchBasic vendorJoin

Public Constructors

public MessageSearch ()

Public Methods

public FileSearchBasic getAttachmentsJoin ()

Gets the value of the attachmentsJoin property.

Returns

public EntitySearchBasic getAuthorJoin ()

Gets the value of the authorJoin property.

Returns

public MessageSearchBasic getBasic ()

Gets the value of the basic property.

Returns

public CampaignSearchBasic getCampaignJoin ()

Gets the value of the campaignJoin property.

Returns

public SupportCaseSearchBasic getCaseJoin ()

Gets the value of the caseJoin property.

Returns

public ContactSearchBasic getContactJoin ()

Gets the value of the contactJoin property.

Returns

public CustomerSearchBasic getCustomerJoin ()

Gets the value of the customerJoin property.

Returns

public EmployeeSearchBasic getEmployeeJoin ()

Gets the value of the employeeJoin property.

Returns

public EntitySearchBasic getEntityJoin ()

Gets the value of the entityJoin property.

Returns

public OpportunitySearchBasic getOpportunityJoin ()

Gets the value of the opportunityJoin property.

Returns

public OriginatingLeadSearchBasic getOriginatingLeadJoin ()

Gets the value of the originatingLeadJoin property.

Returns

public PartnerSearchBasic getPartnerJoin ()

Gets the value of the partnerJoin property.

Returns

public EntitySearchBasic getRecipientJoin ()

Gets the value of the recipientJoin property.

Returns

public TransactionSearchBasic getTransactionJoin ()

Gets the value of the transactionJoin property.

Returns

public EmployeeSearchBasic getUserJoin ()

Gets the value of the userJoin property.

Returns

public VendorSearchBasic getVendorJoin ()

Gets the value of the vendorJoin property.

Returns

public void setAttachmentsJoin (FileSearchBasic value)

Sets the value of the attachmentsJoin property.

Parameters
value Allowed object is FileSearchBasic

public void setAuthorJoin (EntitySearchBasic value)

Sets the value of the authorJoin property.

Parameters
value Allowed object is EntitySearchBasic

public void setBasic (MessageSearchBasic value)

Sets the value of the basic property.

Parameters
value Allowed object is MessageSearchBasic

public void setCampaignJoin (CampaignSearchBasic value)

Sets the value of the campaignJoin property.

Parameters
value Allowed object is CampaignSearchBasic

public void setCaseJoin (SupportCaseSearchBasic value)

Sets the value of the caseJoin property.

Parameters
value Allowed object is SupportCaseSearchBasic

public void setContactJoin (ContactSearchBasic value)

Sets the value of the contactJoin property.

Parameters
value Allowed object is ContactSearchBasic

public void setCustomerJoin (CustomerSearchBasic value)

Sets the value of the customerJoin property.

Parameters
value Allowed object is CustomerSearchBasic

public void setEmployeeJoin (EmployeeSearchBasic value)

Sets the value of the employeeJoin property.

Parameters
value Allowed object is EmployeeSearchBasic

public void setEntityJoin (EntitySearchBasic value)

Sets the value of the entityJoin property.

Parameters
value Allowed object is EntitySearchBasic

public void setOpportunityJoin (OpportunitySearchBasic value)

Sets the value of the opportunityJoin property.

Parameters
value Allowed object is OpportunitySearchBasic

public void setOriginatingLeadJoin (OriginatingLeadSearchBasic value)

Sets the value of the originatingLeadJoin property.

Parameters
value Allowed object is OriginatingLeadSearchBasic

public void setPartnerJoin (PartnerSearchBasic value)

Sets the value of the partnerJoin property.

Parameters
value Allowed object is PartnerSearchBasic

public void setRecipientJoin (EntitySearchBasic value)

Sets the value of the recipientJoin property.

Parameters
value Allowed object is EntitySearchBasic

public void setTransactionJoin (TransactionSearchBasic value)

Sets the value of the transactionJoin property.

Parameters
value Allowed object is TransactionSearchBasic

public void setUserJoin (EmployeeSearchBasic value)

Sets the value of the userJoin property.

Parameters
value Allowed object is EmployeeSearchBasic

public void setVendorJoin (VendorSearchBasic value)

Sets the value of the vendorJoin property.

Parameters
value Allowed object is VendorSearchBasic