public class

CustomSearchJoin

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.common_2013_2.CustomSearchJoin

Class Overview

Java class for CustomSearchJoin complex type.

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

 <complexType name="CustomSearchJoin">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="customizationRef" type="{urn:core_2013_2.platform.webservices.netsuite.com}CustomizationRef"/>
         <element name="searchRecordBasic" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchRecordBasic"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected CustomizationRef customizationRef
protected SearchRecordBasic searchRecordBasic
Public Constructors
CustomSearchJoin()
Public Methods
CustomizationRef getCustomizationRef()
Gets the value of the customizationRef property.
SearchRecordBasic getSearchRecordBasic()
Gets the value of the searchRecordBasic property.
void setCustomizationRef(CustomizationRef value)
Sets the value of the customizationRef property.
void setSearchRecordBasic(SearchRecordBasic value)
Sets the value of the searchRecordBasic property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected CustomizationRef customizationRef

protected SearchRecordBasic searchRecordBasic

Public Constructors

public CustomSearchJoin ()

Public Methods

public CustomizationRef getCustomizationRef ()

Gets the value of the customizationRef property.

Returns

public SearchRecordBasic getSearchRecordBasic ()

Gets the value of the searchRecordBasic property.

Returns

public void setCustomizationRef (CustomizationRef value)

Sets the value of the customizationRef property.

Parameters
value Allowed object is CustomizationRef

public void setSearchRecordBasic (SearchRecordBasic value)

Sets the value of the searchRecordBasic property.

Parameters
value Allowed object is SearchRecordBasic