public class

ContactSearch

extends SearchRecord
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.SearchRecord
     ↳ com.netsuite.webservices.lists.relationships_2010_2.ContactSearch

Class Overview

Java class for ContactSearch complex type.

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

 <complexType name="ContactSearch">
   <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}ContactSearchBasic" minOccurs="0"/>
         <element name="callJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}PhoneCallSearchBasic" minOccurs="0"/>
         <element name="campaignResponseJoin" 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="customerJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}CustomerSearchBasic" minOccurs="0"/>
         <element name="customerPrimaryJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}CustomerSearchBasic" minOccurs="0"/>
         <element name="eventJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}CalendarEventSearchBasic" minOccurs="0"/>
         <element name="fileJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}FileSearchBasic" minOccurs="0"/>
         <element name="jobJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}JobSearchBasic" minOccurs="0"/>
         <element name="jobPrimaryJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}JobSearchBasic" minOccurs="0"/>
         <element name="messagesJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}MessageSearchBasic" minOccurs="0"/>
         <element name="messagesFromJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}MessageSearchBasic" minOccurs="0"/>
         <element name="messagesToJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}MessageSearchBasic" minOccurs="0"/>
         <element name="opportunityJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}OpportunitySearchBasic" minOccurs="0"/>
         <element name="partnerJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}PartnerSearchBasic" minOccurs="0"/>
         <element name="partnerPrimaryJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}PartnerSearchBasic" minOccurs="0"/>
         <element name="taskJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}TaskSearchBasic" 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="userNotesJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}NoteSearchBasic" minOccurs="0"/>
         <element name="vendorJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}VendorSearchBasic" minOccurs="0"/>
         <element name="vendorPrimaryJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}VendorSearchBasic" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected ContactSearchBasic basic
protected PhoneCallSearchBasic callJoin
protected CampaignSearchBasic campaignResponseJoin
protected SupportCaseSearchBasic caseJoin
protected CustomerSearchBasic customerJoin
protected CustomerSearchBasic customerPrimaryJoin
protected CalendarEventSearchBasic eventJoin
protected FileSearchBasic fileJoin
protected JobSearchBasic jobJoin
protected JobSearchBasic jobPrimaryJoin
protected MessageSearchBasic messagesFromJoin
protected MessageSearchBasic messagesJoin
protected MessageSearchBasic messagesToJoin
protected OpportunitySearchBasic opportunityJoin
protected PartnerSearchBasic partnerJoin
protected PartnerSearchBasic partnerPrimaryJoin
protected TaskSearchBasic taskJoin
protected TransactionSearchBasic transactionJoin
protected EmployeeSearchBasic userJoin
protected NoteSearchBasic userNotesJoin
protected VendorSearchBasic vendorJoin
protected VendorSearchBasic vendorPrimaryJoin
Public Constructors
ContactSearch()
Public Methods
ContactSearchBasic getBasic()
Gets the value of the basic property.
PhoneCallSearchBasic getCallJoin()
Gets the value of the callJoin property.
CampaignSearchBasic getCampaignResponseJoin()
Gets the value of the campaignResponseJoin property.
SupportCaseSearchBasic getCaseJoin()
Gets the value of the caseJoin property.
CustomerSearchBasic getCustomerJoin()
Gets the value of the customerJoin property.
CustomerSearchBasic getCustomerPrimaryJoin()
Gets the value of the customerPrimaryJoin property.
CalendarEventSearchBasic getEventJoin()
Gets the value of the eventJoin property.
FileSearchBasic getFileJoin()
Gets the value of the fileJoin property.
JobSearchBasic getJobJoin()
Gets the value of the jobJoin property.
JobSearchBasic getJobPrimaryJoin()
Gets the value of the jobPrimaryJoin property.
MessageSearchBasic getMessagesFromJoin()
Gets the value of the messagesFromJoin property.
MessageSearchBasic getMessagesJoin()
Gets the value of the messagesJoin property.
MessageSearchBasic getMessagesToJoin()
Gets the value of the messagesToJoin property.
OpportunitySearchBasic getOpportunityJoin()
Gets the value of the opportunityJoin property.
PartnerSearchBasic getPartnerJoin()
Gets the value of the partnerJoin property.
PartnerSearchBasic getPartnerPrimaryJoin()
Gets the value of the partnerPrimaryJoin property.
TaskSearchBasic getTaskJoin()
Gets the value of the taskJoin property.
TransactionSearchBasic getTransactionJoin()
Gets the value of the transactionJoin property.
EmployeeSearchBasic getUserJoin()
Gets the value of the userJoin property.
NoteSearchBasic getUserNotesJoin()
Gets the value of the userNotesJoin property.
VendorSearchBasic getVendorJoin()
Gets the value of the vendorJoin property.
VendorSearchBasic getVendorPrimaryJoin()
Gets the value of the vendorPrimaryJoin property.
void setBasic(ContactSearchBasic value)
Sets the value of the basic property.
void setCallJoin(PhoneCallSearchBasic value)
Sets the value of the callJoin property.
void setCampaignResponseJoin(CampaignSearchBasic value)
Sets the value of the campaignResponseJoin property.
void setCaseJoin(SupportCaseSearchBasic value)
Sets the value of the caseJoin property.
void setCustomerJoin(CustomerSearchBasic value)
Sets the value of the customerJoin property.
void setCustomerPrimaryJoin(CustomerSearchBasic value)
Sets the value of the customerPrimaryJoin property.
void setEventJoin(CalendarEventSearchBasic value)
Sets the value of the eventJoin property.
void setFileJoin(FileSearchBasic value)
Sets the value of the fileJoin property.
void setJobJoin(JobSearchBasic value)
Sets the value of the jobJoin property.
void setJobPrimaryJoin(JobSearchBasic value)
Sets the value of the jobPrimaryJoin property.
void setMessagesFromJoin(MessageSearchBasic value)
Sets the value of the messagesFromJoin property.
void setMessagesJoin(MessageSearchBasic value)
Sets the value of the messagesJoin property.
void setMessagesToJoin(MessageSearchBasic value)
Sets the value of the messagesToJoin property.
void setOpportunityJoin(OpportunitySearchBasic value)
Sets the value of the opportunityJoin property.
void setPartnerJoin(PartnerSearchBasic value)
Sets the value of the partnerJoin property.
void setPartnerPrimaryJoin(PartnerSearchBasic value)
Sets the value of the partnerPrimaryJoin property.
void setTaskJoin(TaskSearchBasic value)
Sets the value of the taskJoin property.
void setTransactionJoin(TransactionSearchBasic value)
Sets the value of the transactionJoin property.
void setUserJoin(EmployeeSearchBasic value)
Sets the value of the userJoin property.
void setUserNotesJoin(NoteSearchBasic value)
Sets the value of the userNotesJoin property.
void setVendorJoin(VendorSearchBasic value)
Sets the value of the vendorJoin property.
void setVendorPrimaryJoin(VendorSearchBasic value)
Sets the value of the vendorPrimaryJoin property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ContactSearchBasic basic

protected PhoneCallSearchBasic callJoin

protected CampaignSearchBasic campaignResponseJoin

protected SupportCaseSearchBasic caseJoin

protected CustomerSearchBasic customerJoin

protected CustomerSearchBasic customerPrimaryJoin

protected CalendarEventSearchBasic eventJoin

protected FileSearchBasic fileJoin

protected JobSearchBasic jobJoin

protected JobSearchBasic jobPrimaryJoin

protected MessageSearchBasic messagesFromJoin

protected MessageSearchBasic messagesJoin

protected MessageSearchBasic messagesToJoin

protected OpportunitySearchBasic opportunityJoin

protected PartnerSearchBasic partnerJoin

protected PartnerSearchBasic partnerPrimaryJoin

protected TaskSearchBasic taskJoin

protected TransactionSearchBasic transactionJoin

protected EmployeeSearchBasic userJoin

protected NoteSearchBasic userNotesJoin

protected VendorSearchBasic vendorJoin

protected VendorSearchBasic vendorPrimaryJoin

Public Constructors

public ContactSearch ()

Public Methods

public ContactSearchBasic getBasic ()

Gets the value of the basic property.

Returns

public PhoneCallSearchBasic getCallJoin ()

Gets the value of the callJoin property.

Returns

public CampaignSearchBasic getCampaignResponseJoin ()

Gets the value of the campaignResponseJoin property.

Returns

public SupportCaseSearchBasic getCaseJoin ()

Gets the value of the caseJoin property.

Returns

public CustomerSearchBasic getCustomerJoin ()

Gets the value of the customerJoin property.

Returns

public CustomerSearchBasic getCustomerPrimaryJoin ()

Gets the value of the customerPrimaryJoin property.

Returns

public CalendarEventSearchBasic getEventJoin ()

Gets the value of the eventJoin property.

Returns

public FileSearchBasic getFileJoin ()

Gets the value of the fileJoin property.

Returns

public JobSearchBasic getJobJoin ()

Gets the value of the jobJoin property.

Returns

public JobSearchBasic getJobPrimaryJoin ()

Gets the value of the jobPrimaryJoin property.

Returns

public MessageSearchBasic getMessagesFromJoin ()

Gets the value of the messagesFromJoin property.

Returns

public MessageSearchBasic getMessagesJoin ()

Gets the value of the messagesJoin property.

Returns

public MessageSearchBasic getMessagesToJoin ()

Gets the value of the messagesToJoin property.

Returns

public OpportunitySearchBasic getOpportunityJoin ()

Gets the value of the opportunityJoin property.

Returns

public PartnerSearchBasic getPartnerJoin ()

Gets the value of the partnerJoin property.

Returns

public PartnerSearchBasic getPartnerPrimaryJoin ()

Gets the value of the partnerPrimaryJoin property.

Returns

public TaskSearchBasic getTaskJoin ()

Gets the value of the taskJoin 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 NoteSearchBasic getUserNotesJoin ()

Gets the value of the userNotesJoin property.

Returns

public VendorSearchBasic getVendorJoin ()

Gets the value of the vendorJoin property.

Returns

public VendorSearchBasic getVendorPrimaryJoin ()

Gets the value of the vendorPrimaryJoin property.

Returns

public void setBasic (ContactSearchBasic value)

Sets the value of the basic property.

Parameters
value Allowed object is ContactSearchBasic

public void setCallJoin (PhoneCallSearchBasic value)

Sets the value of the callJoin property.

Parameters
value Allowed object is PhoneCallSearchBasic

public void setCampaignResponseJoin (CampaignSearchBasic value)

Sets the value of the campaignResponseJoin 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 setCustomerJoin (CustomerSearchBasic value)

Sets the value of the customerJoin property.

Parameters
value Allowed object is CustomerSearchBasic

public void setCustomerPrimaryJoin (CustomerSearchBasic value)

Sets the value of the customerPrimaryJoin property.

Parameters
value Allowed object is CustomerSearchBasic

public void setEventJoin (CalendarEventSearchBasic value)

Sets the value of the eventJoin property.

Parameters
value Allowed object is CalendarEventSearchBasic

public void setFileJoin (FileSearchBasic value)

Sets the value of the fileJoin property.

Parameters
value Allowed object is FileSearchBasic

public void setJobJoin (JobSearchBasic value)

Sets the value of the jobJoin property.

Parameters
value Allowed object is JobSearchBasic

public void setJobPrimaryJoin (JobSearchBasic value)

Sets the value of the jobPrimaryJoin property.

Parameters
value Allowed object is JobSearchBasic

public void setMessagesFromJoin (MessageSearchBasic value)

Sets the value of the messagesFromJoin property.

Parameters
value Allowed object is MessageSearchBasic

public void setMessagesJoin (MessageSearchBasic value)

Sets the value of the messagesJoin property.

Parameters
value Allowed object is MessageSearchBasic

public void setMessagesToJoin (MessageSearchBasic value)

Sets the value of the messagesToJoin property.

Parameters
value Allowed object is MessageSearchBasic

public void setOpportunityJoin (OpportunitySearchBasic value)

Sets the value of the opportunityJoin property.

Parameters
value Allowed object is OpportunitySearchBasic

public void setPartnerJoin (PartnerSearchBasic value)

Sets the value of the partnerJoin property.

Parameters
value Allowed object is PartnerSearchBasic

public void setPartnerPrimaryJoin (PartnerSearchBasic value)

Sets the value of the partnerPrimaryJoin property.

Parameters
value Allowed object is PartnerSearchBasic

public void setTaskJoin (TaskSearchBasic value)

Sets the value of the taskJoin property.

Parameters
value Allowed object is TaskSearchBasic

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 setUserNotesJoin (NoteSearchBasic value)

Sets the value of the userNotesJoin property.

Parameters
value Allowed object is NoteSearchBasic

public void setVendorJoin (VendorSearchBasic value)

Sets the value of the vendorJoin property.

Parameters
value Allowed object is VendorSearchBasic

public void setVendorPrimaryJoin (VendorSearchBasic value)

Sets the value of the vendorPrimaryJoin property.

Parameters
value Allowed object is VendorSearchBasic