public class

EmployeeSearch

extends SearchRecord
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2012_1.SearchRecord
     ↳ com.netsuite.webservices.lists.employees_2012_1.EmployeeSearch

Class Overview

Java class for EmployeeSearch complex type.

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

 <complexType name="EmployeeSearch">
   <complexContent>
     <extension base="{urn:core_2012_1.platform.webservices.netsuite.com}SearchRecord">
       <sequence>
         <element name="basic" type="{urn:common_2012_1.platform.webservices.netsuite.com}EmployeeSearchBasic" minOccurs="0"/>
         <element name="campaignResponseJoin" type="{urn:common_2012_1.platform.webservices.netsuite.com}CampaignSearchBasic" minOccurs="0"/>
         <element name="departmentJoin" type="{urn:common_2012_1.platform.webservices.netsuite.com}DepartmentSearchBasic" minOccurs="0"/>
         <element name="fileJoin" type="{urn:common_2012_1.platform.webservices.netsuite.com}FileSearchBasic" minOccurs="0"/>
         <element name="locationJoin" type="{urn:common_2012_1.platform.webservices.netsuite.com}LocationSearchBasic" minOccurs="0"/>
         <element name="messagesJoin" type="{urn:common_2012_1.platform.webservices.netsuite.com}MessageSearchBasic" minOccurs="0"/>
         <element name="messagesFromJoin" type="{urn:common_2012_1.platform.webservices.netsuite.com}MessageSearchBasic" minOccurs="0"/>
         <element name="messagesToJoin" type="{urn:common_2012_1.platform.webservices.netsuite.com}MessageSearchBasic" minOccurs="0"/>
         <element name="subsidiaryJoin" type="{urn:common_2012_1.platform.webservices.netsuite.com}SubsidiarySearchBasic" minOccurs="0"/>
         <element name="timeJoin" type="{urn:common_2012_1.platform.webservices.netsuite.com}TimeBillSearchBasic" minOccurs="0"/>
         <element name="transactionJoin" type="{urn:common_2012_1.platform.webservices.netsuite.com}TransactionSearchBasic" minOccurs="0"/>
         <element name="userJoin" type="{urn:common_2012_1.platform.webservices.netsuite.com}EmployeeSearchBasic" minOccurs="0"/>
         <element name="userNotesJoin" type="{urn:common_2012_1.platform.webservices.netsuite.com}NoteSearchBasic" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected EmployeeSearchBasic basic
protected CampaignSearchBasic campaignResponseJoin
protected DepartmentSearchBasic departmentJoin
protected FileSearchBasic fileJoin
protected LocationSearchBasic locationJoin
protected MessageSearchBasic messagesFromJoin
protected MessageSearchBasic messagesJoin
protected MessageSearchBasic messagesToJoin
protected SubsidiarySearchBasic subsidiaryJoin
protected TimeBillSearchBasic timeJoin
protected TransactionSearchBasic transactionJoin
protected EmployeeSearchBasic userJoin
protected NoteSearchBasic userNotesJoin
Public Constructors
EmployeeSearch()
Public Methods
EmployeeSearchBasic getBasic()
Gets the value of the basic property.
CampaignSearchBasic getCampaignResponseJoin()
Gets the value of the campaignResponseJoin property.
DepartmentSearchBasic getDepartmentJoin()
Gets the value of the departmentJoin property.
FileSearchBasic getFileJoin()
Gets the value of the fileJoin property.
LocationSearchBasic getLocationJoin()
Gets the value of the locationJoin 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.
SubsidiarySearchBasic getSubsidiaryJoin()
Gets the value of the subsidiaryJoin property.
TimeBillSearchBasic getTimeJoin()
Gets the value of the timeJoin 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.
void setBasic(EmployeeSearchBasic value)
Sets the value of the basic property.
void setCampaignResponseJoin(CampaignSearchBasic value)
Sets the value of the campaignResponseJoin property.
void setDepartmentJoin(DepartmentSearchBasic value)
Sets the value of the departmentJoin property.
void setFileJoin(FileSearchBasic value)
Sets the value of the fileJoin property.
void setLocationJoin(LocationSearchBasic value)
Sets the value of the locationJoin 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 setSubsidiaryJoin(SubsidiarySearchBasic value)
Sets the value of the subsidiaryJoin property.
void setTimeJoin(TimeBillSearchBasic value)
Sets the value of the timeJoin 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.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected EmployeeSearchBasic basic

protected CampaignSearchBasic campaignResponseJoin

protected DepartmentSearchBasic departmentJoin

protected FileSearchBasic fileJoin

protected LocationSearchBasic locationJoin

protected MessageSearchBasic messagesFromJoin

protected MessageSearchBasic messagesJoin

protected MessageSearchBasic messagesToJoin

protected SubsidiarySearchBasic subsidiaryJoin

protected TimeBillSearchBasic timeJoin

protected TransactionSearchBasic transactionJoin

protected EmployeeSearchBasic userJoin

protected NoteSearchBasic userNotesJoin

Public Constructors

public EmployeeSearch ()

Public Methods

public EmployeeSearchBasic getBasic ()

Gets the value of the basic property.

Returns

public CampaignSearchBasic getCampaignResponseJoin ()

Gets the value of the campaignResponseJoin property.

Returns

public DepartmentSearchBasic getDepartmentJoin ()

Gets the value of the departmentJoin property.

Returns

public FileSearchBasic getFileJoin ()

Gets the value of the fileJoin property.

Returns

public LocationSearchBasic getLocationJoin ()

Gets the value of the locationJoin 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 SubsidiarySearchBasic getSubsidiaryJoin ()

Gets the value of the subsidiaryJoin property.

Returns

public TimeBillSearchBasic getTimeJoin ()

Gets the value of the timeJoin 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 void setBasic (EmployeeSearchBasic value)

Sets the value of the basic property.

Parameters
value Allowed object is EmployeeSearchBasic

public void setCampaignResponseJoin (CampaignSearchBasic value)

Sets the value of the campaignResponseJoin property.

Parameters
value Allowed object is CampaignSearchBasic

public void setDepartmentJoin (DepartmentSearchBasic value)

Sets the value of the departmentJoin property.

Parameters
value Allowed object is DepartmentSearchBasic

public void setFileJoin (FileSearchBasic value)

Sets the value of the fileJoin property.

Parameters
value Allowed object is FileSearchBasic

public void setLocationJoin (LocationSearchBasic value)

Sets the value of the locationJoin property.

Parameters
value Allowed object is LocationSearchBasic

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 setSubsidiaryJoin (SubsidiarySearchBasic value)

Sets the value of the subsidiaryJoin property.

Parameters
value Allowed object is SubsidiarySearchBasic

public void setTimeJoin (TimeBillSearchBasic value)

Sets the value of the timeJoin property.

Parameters
value Allowed object is TimeBillSearchBasic

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