public class

SupportCaseSearch

extends SearchRecord
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.SearchRecord
     ↳ com.netsuite.webservices.lists.support_2010_2.SupportCaseSearch

Class Overview

Java class for SupportCaseSearch complex type.

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

 <complexType name="SupportCaseSearch">
   <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}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="fileJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}FileSearchBasic" minOccurs="0"/>
         <element name="issueJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}IssueSearchBasic" minOccurs="0"/>
         <element name="itemJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}ItemSearchBasic" minOccurs="0"/>
         <element name="messagesJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}MessageSearchBasic" minOccurs="0"/>
         <element name="timeJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}TimeBillSearchBasic" 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"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected SupportCaseSearchBasic basic
protected ContactSearchBasic contactJoin
protected CustomerSearchBasic customerJoin
protected EmployeeSearchBasic employeeJoin
protected FileSearchBasic fileJoin
protected IssueSearchBasic issueJoin
protected ItemSearchBasic itemJoin
protected MessageSearchBasic messagesJoin
protected TimeBillSearchBasic timeJoin
protected EmployeeSearchBasic userJoin
protected NoteSearchBasic userNotesJoin
Public Constructors
SupportCaseSearch()
Public Methods
SupportCaseSearchBasic getBasic()
Gets the value of the basic 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.
FileSearchBasic getFileJoin()
Gets the value of the fileJoin property.
IssueSearchBasic getIssueJoin()
Gets the value of the issueJoin property.
ItemSearchBasic getItemJoin()
Gets the value of the itemJoin property.
MessageSearchBasic getMessagesJoin()
Gets the value of the messagesJoin property.
TimeBillSearchBasic getTimeJoin()
Gets the value of the timeJoin property.
EmployeeSearchBasic getUserJoin()
Gets the value of the userJoin property.
NoteSearchBasic getUserNotesJoin()
Gets the value of the userNotesJoin property.
void setBasic(SupportCaseSearchBasic value)
Sets the value of the basic 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 setFileJoin(FileSearchBasic value)
Sets the value of the fileJoin property.
void setIssueJoin(IssueSearchBasic value)
Sets the value of the issueJoin property.
void setItemJoin(ItemSearchBasic value)
Sets the value of the itemJoin property.
void setMessagesJoin(MessageSearchBasic value)
Sets the value of the messagesJoin property.
void setTimeJoin(TimeBillSearchBasic value)
Sets the value of the timeJoin 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 SupportCaseSearchBasic basic

protected ContactSearchBasic contactJoin

protected CustomerSearchBasic customerJoin

protected EmployeeSearchBasic employeeJoin

protected FileSearchBasic fileJoin

protected IssueSearchBasic issueJoin

protected ItemSearchBasic itemJoin

protected MessageSearchBasic messagesJoin

protected TimeBillSearchBasic timeJoin

protected EmployeeSearchBasic userJoin

protected NoteSearchBasic userNotesJoin

Public Constructors

public SupportCaseSearch ()

Public Methods

public SupportCaseSearchBasic getBasic ()

Gets the value of the basic 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 FileSearchBasic getFileJoin ()

Gets the value of the fileJoin property.

Returns

public IssueSearchBasic getIssueJoin ()

Gets the value of the issueJoin property.

Returns

public ItemSearchBasic getItemJoin ()

Gets the value of the itemJoin property.

Returns

public MessageSearchBasic getMessagesJoin ()

Gets the value of the messagesJoin property.

Returns

public TimeBillSearchBasic getTimeJoin ()

Gets the value of the timeJoin 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 (SupportCaseSearchBasic value)

Sets the value of the basic 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 setFileJoin (FileSearchBasic value)

Sets the value of the fileJoin property.

Parameters
value Allowed object is FileSearchBasic

public void setIssueJoin (IssueSearchBasic value)

Sets the value of the issueJoin property.

Parameters
value Allowed object is IssueSearchBasic

public void setItemJoin (ItemSearchBasic value)

Sets the value of the itemJoin property.

Parameters
value Allowed object is ItemSearchBasic

public void setMessagesJoin (MessageSearchBasic value)

Sets the value of the messagesJoin property.

Parameters
value Allowed object is MessageSearchBasic

public void setTimeJoin (TimeBillSearchBasic value)

Sets the value of the timeJoin property.

Parameters
value Allowed object is TimeBillSearchBasic

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