public class

IssueSearch

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

Class Overview

Java class for IssueSearch complex type.

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

 <complexType name="IssueSearch">
   <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}IssueSearchBasic" minOccurs="0"/>
         <element name="caseJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}SupportCaseSearchBasic" 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="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 IssueSearchBasic basic
protected SupportCaseSearchBasic caseJoin
protected EmployeeSearchBasic employeeJoin
protected FileSearchBasic fileJoin
protected EmployeeSearchBasic userJoin
protected NoteSearchBasic userNotesJoin
Public Constructors
IssueSearch()
Public Methods
IssueSearchBasic getBasic()
Gets the value of the basic property.
SupportCaseSearchBasic getCaseJoin()
Gets the value of the caseJoin property.
EmployeeSearchBasic getEmployeeJoin()
Gets the value of the employeeJoin property.
FileSearchBasic getFileJoin()
Gets the value of the fileJoin property.
EmployeeSearchBasic getUserJoin()
Gets the value of the userJoin property.
NoteSearchBasic getUserNotesJoin()
Gets the value of the userNotesJoin property.
void setBasic(IssueSearchBasic value)
Sets the value of the basic property.
void setCaseJoin(SupportCaseSearchBasic value)
Sets the value of the caseJoin property.
void setEmployeeJoin(EmployeeSearchBasic value)
Sets the value of the employeeJoin property.
void setFileJoin(FileSearchBasic value)
Sets the value of the fileJoin 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 IssueSearchBasic basic

protected SupportCaseSearchBasic caseJoin

protected EmployeeSearchBasic employeeJoin

protected FileSearchBasic fileJoin

protected EmployeeSearchBasic userJoin

protected NoteSearchBasic userNotesJoin

Public Constructors

public IssueSearch ()

Public Methods

public IssueSearchBasic getBasic ()

Gets the value of the basic property.

Returns

public SupportCaseSearchBasic getCaseJoin ()

Gets the value of the caseJoin 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 EmployeeSearchBasic getUserJoin ()

Gets the value of the userJoin property.

Returns

public NoteSearchBasic getUserNotesJoin ()

Gets the value of the userNotesJoin property.

Returns

public void setBasic (IssueSearchBasic value)

Sets the value of the basic property.

Parameters
value Allowed object is IssueSearchBasic

public void setCaseJoin (SupportCaseSearchBasic value)

Sets the value of the caseJoin property.

Parameters
value Allowed object is SupportCaseSearchBasic

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 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