public class

ResourceAllocationSearch

extends SearchRecord
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_2.SearchRecord
     ↳ com.netsuite.webservices.activities.scheduling_2013_2.ResourceAllocationSearch

Class Overview

Java class for ResourceAllocationSearch complex type.

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

 <complexType name="ResourceAllocationSearch">
   <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}ResourceAllocationSearchBasic" minOccurs="0"/>
         <element name="customerJoin" type="{urn:common_2013_2.platform.webservices.netsuite.com}CustomerSearchBasic" minOccurs="0"/>
         <element name="jobJoin" type="{urn:common_2013_2.platform.webservices.netsuite.com}JobSearchBasic" minOccurs="0"/>
         <element name="requestedByJoin" type="{urn:common_2013_2.platform.webservices.netsuite.com}EntitySearchBasic" minOccurs="0"/>
         <element name="resourceJoin" type="{urn:common_2013_2.platform.webservices.netsuite.com}EntitySearchBasic" minOccurs="0"/>
         <element name="userJoin" type="{urn:common_2013_2.platform.webservices.netsuite.com}EmployeeSearchBasic" 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 ResourceAllocationSearchBasic basic
protected List<CustomSearchJoin> customSearchJoin
protected CustomerSearchBasic customerJoin
protected JobSearchBasic jobJoin
protected EntitySearchBasic requestedByJoin
protected EntitySearchBasic resourceJoin
protected EmployeeSearchBasic userJoin
Public Constructors
ResourceAllocationSearch()
Public Methods
ResourceAllocationSearchBasic getBasic()
Gets the value of the basic property.
List<CustomSearchJoin> getCustomSearchJoin()
Gets the value of the customSearchJoin property.
CustomerSearchBasic getCustomerJoin()
Gets the value of the customerJoin property.
JobSearchBasic getJobJoin()
Gets the value of the jobJoin property.
EntitySearchBasic getRequestedByJoin()
Gets the value of the requestedByJoin property.
EntitySearchBasic getResourceJoin()
Gets the value of the resourceJoin property.
EmployeeSearchBasic getUserJoin()
Gets the value of the userJoin property.
void setBasic(ResourceAllocationSearchBasic value)
Sets the value of the basic 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 setJobJoin(JobSearchBasic value)
Sets the value of the jobJoin property.
void setRequestedByJoin(EntitySearchBasic value)
Sets the value of the requestedByJoin property.
void setResourceJoin(EntitySearchBasic value)
Sets the value of the resourceJoin property.
void setUserJoin(EmployeeSearchBasic value)
Sets the value of the userJoin property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<CustomSearchJoin> customSearchJoin

protected CustomerSearchBasic customerJoin

protected JobSearchBasic jobJoin

protected EntitySearchBasic requestedByJoin

protected EntitySearchBasic resourceJoin

protected EmployeeSearchBasic userJoin

Public Constructors

public ResourceAllocationSearch ()

Public Methods

public ResourceAllocationSearchBasic getBasic ()

Gets the value of the basic 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 JobSearchBasic getJobJoin ()

Gets the value of the jobJoin property.

Returns

public EntitySearchBasic getRequestedByJoin ()

Gets the value of the requestedByJoin property.

Returns

public EntitySearchBasic getResourceJoin ()

Gets the value of the resourceJoin property.

Returns

public EmployeeSearchBasic getUserJoin ()

Gets the value of the userJoin property.

Returns

public void setBasic (ResourceAllocationSearchBasic value)

Sets the value of the basic property.

Parameters
value Allowed object is ResourceAllocationSearchBasic

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 setJobJoin (JobSearchBasic value)

Sets the value of the jobJoin property.

Parameters
value Allowed object is JobSearchBasic

public void setRequestedByJoin (EntitySearchBasic value)

Sets the value of the requestedByJoin property.

Parameters
value Allowed object is EntitySearchBasic

public void setResourceJoin (EntitySearchBasic value)

Sets the value of the resourceJoin property.

Parameters
value Allowed object is EntitySearchBasic

public void setUserJoin (EmployeeSearchBasic value)

Sets the value of the userJoin property.

Parameters
value Allowed object is EmployeeSearchBasic