public class

TimeBillSearch

extends SearchRecord
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_2.SearchRecord
     ↳ com.netsuite.webservices.transactions.employees_2013_2.TimeBillSearch

Class Overview

Java class for TimeBillSearch complex type.

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

 <complexType name="TimeBillSearch">
   <complexContent>
     <extension base="{urn:core_2013_2.platform.webservices.netsuite.com}SearchRecord">
       <sequence>
         <element name="basic" type="{urn:common_2013_2.platform.webservices.netsuite.com}TimeBillSearchBasic" minOccurs="0"/>
         <element name="callJoin" type="{urn:common_2013_2.platform.webservices.netsuite.com}PhoneCallSearchBasic" minOccurs="0"/>
         <element name="caseJoin" type="{urn:common_2013_2.platform.webservices.netsuite.com}SupportCaseSearchBasic" minOccurs="0"/>
         <element name="classJoin" type="{urn:common_2013_2.platform.webservices.netsuite.com}ClassificationSearchBasic" minOccurs="0"/>
         <element name="customerJoin" type="{urn:common_2013_2.platform.webservices.netsuite.com}CustomerSearchBasic" minOccurs="0"/>
         <element name="departmentJoin" type="{urn:common_2013_2.platform.webservices.netsuite.com}DepartmentSearchBasic" minOccurs="0"/>
         <element name="employeeJoin" type="{urn:common_2013_2.platform.webservices.netsuite.com}EmployeeSearchBasic" minOccurs="0"/>
         <element name="eventJoin" type="{urn:common_2013_2.platform.webservices.netsuite.com}CalendarEventSearchBasic" minOccurs="0"/>
         <element name="itemJoin" type="{urn:common_2013_2.platform.webservices.netsuite.com}ItemSearchBasic" minOccurs="0"/>
         <element name="jobJoin" type="{urn:common_2013_2.platform.webservices.netsuite.com}JobSearchBasic" minOccurs="0"/>
         <element name="locationJoin" type="{urn:common_2013_2.platform.webservices.netsuite.com}LocationSearchBasic" minOccurs="0"/>
         <element name="projectTaskJoin" type="{urn:common_2013_2.platform.webservices.netsuite.com}ProjectTaskSearchBasic" minOccurs="0"/>
         <element name="projectTaskAssignmentJoin" type="{urn:common_2013_2.platform.webservices.netsuite.com}ProjectTaskAssignmentSearchBasic" minOccurs="0"/>
         <element name="resourceAllocationJoin" type="{urn:common_2013_2.platform.webservices.netsuite.com}ResourceAllocationSearchBasic" minOccurs="0"/>
         <element name="taskJoin" type="{urn:common_2013_2.platform.webservices.netsuite.com}TaskSearchBasic" minOccurs="0"/>
         <element name="userJoin" type="{urn:common_2013_2.platform.webservices.netsuite.com}EmployeeSearchBasic" minOccurs="0"/>
         <element name="vendorJoin" type="{urn:common_2013_2.platform.webservices.netsuite.com}VendorSearchBasic" minOccurs="0"/>
         <element name="customSearchJoin" type="{urn:common_2013_2.platform.webservices.netsuite.com}CustomSearchJoin" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected TimeBillSearchBasic basic
protected PhoneCallSearchBasic callJoin
protected SupportCaseSearchBasic caseJoin
protected ClassificationSearchBasic classJoin
protected List<CustomSearchJoin> customSearchJoin
protected CustomerSearchBasic customerJoin
protected DepartmentSearchBasic departmentJoin
protected EmployeeSearchBasic employeeJoin
protected CalendarEventSearchBasic eventJoin
protected ItemSearchBasic itemJoin
protected JobSearchBasic jobJoin
protected LocationSearchBasic locationJoin
protected ProjectTaskAssignmentSearchBasic projectTaskAssignmentJoin
protected ProjectTaskSearchBasic projectTaskJoin
protected ResourceAllocationSearchBasic resourceAllocationJoin
protected TaskSearchBasic taskJoin
protected EmployeeSearchBasic userJoin
protected VendorSearchBasic vendorJoin
Public Constructors
TimeBillSearch()
Public Methods
TimeBillSearchBasic getBasic()
Gets the value of the basic property.
PhoneCallSearchBasic getCallJoin()
Gets the value of the callJoin property.
SupportCaseSearchBasic getCaseJoin()
Gets the value of the caseJoin property.
ClassificationSearchBasic getClassJoin()
Gets the value of the classJoin property.
List<CustomSearchJoin> getCustomSearchJoin()
Gets the value of the customSearchJoin property.
CustomerSearchBasic getCustomerJoin()
Gets the value of the customerJoin property.
DepartmentSearchBasic getDepartmentJoin()
Gets the value of the departmentJoin property.
EmployeeSearchBasic getEmployeeJoin()
Gets the value of the employeeJoin property.
CalendarEventSearchBasic getEventJoin()
Gets the value of the eventJoin property.
ItemSearchBasic getItemJoin()
Gets the value of the itemJoin property.
JobSearchBasic getJobJoin()
Gets the value of the jobJoin property.
LocationSearchBasic getLocationJoin()
Gets the value of the locationJoin property.
ProjectTaskAssignmentSearchBasic getProjectTaskAssignmentJoin()
Gets the value of the projectTaskAssignmentJoin property.
ProjectTaskSearchBasic getProjectTaskJoin()
Gets the value of the projectTaskJoin property.
ResourceAllocationSearchBasic getResourceAllocationJoin()
Gets the value of the resourceAllocationJoin property.
TaskSearchBasic getTaskJoin()
Gets the value of the taskJoin property.
EmployeeSearchBasic getUserJoin()
Gets the value of the userJoin property.
VendorSearchBasic getVendorJoin()
Gets the value of the vendorJoin property.
void setBasic(TimeBillSearchBasic value)
Sets the value of the basic property.
void setCallJoin(PhoneCallSearchBasic value)
Sets the value of the callJoin property.
void setCaseJoin(SupportCaseSearchBasic value)
Sets the value of the caseJoin property.
void setClassJoin(ClassificationSearchBasic value)
Sets the value of the classJoin property.
void setCustomSearchJoin(List<CustomSearchJoin> customSearchJoin)
Sets the value of the customSearchJoin property.
void setCustomerJoin(CustomerSearchBasic value)
Sets the value of the customerJoin property.
void setDepartmentJoin(DepartmentSearchBasic value)
Sets the value of the departmentJoin property.
void setEmployeeJoin(EmployeeSearchBasic value)
Sets the value of the employeeJoin property.
void setEventJoin(CalendarEventSearchBasic value)
Sets the value of the eventJoin property.
void setItemJoin(ItemSearchBasic value)
Sets the value of the itemJoin property.
void setJobJoin(JobSearchBasic value)
Sets the value of the jobJoin property.
void setLocationJoin(LocationSearchBasic value)
Sets the value of the locationJoin property.
void setProjectTaskAssignmentJoin(ProjectTaskAssignmentSearchBasic value)
Sets the value of the projectTaskAssignmentJoin property.
void setProjectTaskJoin(ProjectTaskSearchBasic value)
Sets the value of the projectTaskJoin property.
void setResourceAllocationJoin(ResourceAllocationSearchBasic value)
Sets the value of the resourceAllocationJoin property.
void setTaskJoin(TaskSearchBasic value)
Sets the value of the taskJoin 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 TimeBillSearchBasic basic

protected PhoneCallSearchBasic callJoin

protected SupportCaseSearchBasic caseJoin

protected ClassificationSearchBasic classJoin

protected List<CustomSearchJoin> customSearchJoin

protected CustomerSearchBasic customerJoin

protected DepartmentSearchBasic departmentJoin

protected EmployeeSearchBasic employeeJoin

protected CalendarEventSearchBasic eventJoin

protected ItemSearchBasic itemJoin

protected JobSearchBasic jobJoin

protected LocationSearchBasic locationJoin

protected ProjectTaskAssignmentSearchBasic projectTaskAssignmentJoin

protected ProjectTaskSearchBasic projectTaskJoin

protected ResourceAllocationSearchBasic resourceAllocationJoin

protected TaskSearchBasic taskJoin

protected EmployeeSearchBasic userJoin

protected VendorSearchBasic vendorJoin

Public Constructors

public TimeBillSearch ()

Public Methods

public TimeBillSearchBasic getBasic ()

Gets the value of the basic property.

Returns

public PhoneCallSearchBasic getCallJoin ()

Gets the value of the callJoin property.

Returns

public SupportCaseSearchBasic getCaseJoin ()

Gets the value of the caseJoin property.

Returns

public ClassificationSearchBasic getClassJoin ()

Gets the value of the classJoin property.

Returns

public List<CustomSearchJoin> getCustomSearchJoin ()

Gets the value of the customSearchJoin 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 customSearchJoin property.

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

    getCustomSearchJoin().add(newItem);
 

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

public CustomerSearchBasic getCustomerJoin ()

Gets the value of the customerJoin property.

Returns

public DepartmentSearchBasic getDepartmentJoin ()

Gets the value of the departmentJoin property.

Returns

public EmployeeSearchBasic getEmployeeJoin ()

Gets the value of the employeeJoin property.

Returns

public CalendarEventSearchBasic getEventJoin ()

Gets the value of the eventJoin property.

Returns

public ItemSearchBasic getItemJoin ()

Gets the value of the itemJoin property.

Returns

public JobSearchBasic getJobJoin ()

Gets the value of the jobJoin property.

Returns

public LocationSearchBasic getLocationJoin ()

Gets the value of the locationJoin property.

Returns

public ProjectTaskAssignmentSearchBasic getProjectTaskAssignmentJoin ()

Gets the value of the projectTaskAssignmentJoin property.

Returns

public ProjectTaskSearchBasic getProjectTaskJoin ()

Gets the value of the projectTaskJoin property.

Returns

public ResourceAllocationSearchBasic getResourceAllocationJoin ()

Gets the value of the resourceAllocationJoin property.

Returns

public TaskSearchBasic getTaskJoin ()

Gets the value of the taskJoin 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 setBasic (TimeBillSearchBasic value)

Sets the value of the basic property.

Parameters
value Allowed object is TimeBillSearchBasic

public void setCallJoin (PhoneCallSearchBasic value)

Sets the value of the callJoin property.

Parameters
value Allowed object is PhoneCallSearchBasic

public void setCaseJoin (SupportCaseSearchBasic value)

Sets the value of the caseJoin property.

Parameters
value Allowed object is SupportCaseSearchBasic

public void setClassJoin (ClassificationSearchBasic value)

Sets the value of the classJoin property.

Parameters
value Allowed object is ClassificationSearchBasic

public void setCustomSearchJoin (List<CustomSearchJoin> customSearchJoin)

Sets the value of the customSearchJoin property.

Parameters
customSearchJoin Allowed object is CustomSearchJoin

public void setCustomerJoin (CustomerSearchBasic value)

Sets the value of the customerJoin property.

Parameters
value Allowed object is CustomerSearchBasic

public void setDepartmentJoin (DepartmentSearchBasic value)

Sets the value of the departmentJoin property.

Parameters
value Allowed object is DepartmentSearchBasic

public void setEmployeeJoin (EmployeeSearchBasic value)

Sets the value of the employeeJoin property.

Parameters
value Allowed object is EmployeeSearchBasic

public void setEventJoin (CalendarEventSearchBasic value)

Sets the value of the eventJoin property.

Parameters
value Allowed object is CalendarEventSearchBasic

public void setItemJoin (ItemSearchBasic value)

Sets the value of the itemJoin property.

Parameters
value Allowed object is ItemSearchBasic

public void setJobJoin (JobSearchBasic value)

Sets the value of the jobJoin property.

Parameters
value Allowed object is JobSearchBasic

public void setLocationJoin (LocationSearchBasic value)

Sets the value of the locationJoin property.

Parameters
value Allowed object is LocationSearchBasic

public void setProjectTaskAssignmentJoin (ProjectTaskAssignmentSearchBasic value)

Sets the value of the projectTaskAssignmentJoin property.

Parameters
value Allowed object is ProjectTaskAssignmentSearchBasic

public void setProjectTaskJoin (ProjectTaskSearchBasic value)

Sets the value of the projectTaskJoin property.

Parameters
value Allowed object is ProjectTaskSearchBasic

public void setResourceAllocationJoin (ResourceAllocationSearchBasic value)

Sets the value of the resourceAllocationJoin property.

Parameters
value Allowed object is ResourceAllocationSearchBasic

public void setTaskJoin (TaskSearchBasic value)

Sets the value of the taskJoin property.

Parameters
value Allowed object is TaskSearchBasic

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