public class

CustomSearchRowBasic

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

Class Overview

Java class for CustomSearchRowBasic complex type.

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

 <complexType name="CustomSearchRowBasic">
   <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="searchRowBasic" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchRowBasic"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected CustomizationRef customizationRef
protected SearchRowBasic searchRowBasic
Public Constructors
CustomSearchRowBasic()
Public Methods
CustomizationRef getCustomizationRef()
Gets the value of the customizationRef property.
SearchRowBasic getSearchRowBasic()
Gets the value of the searchRowBasic property.
void setCustomizationRef(CustomizationRef value)
Sets the value of the customizationRef property.
void setSearchRowBasic(SearchRowBasic value)
Sets the value of the searchRowBasic property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected CustomizationRef customizationRef

protected SearchRowBasic searchRowBasic

Public Constructors

public CustomSearchRowBasic ()

Public Methods

public CustomizationRef getCustomizationRef ()

Gets the value of the customizationRef property.

Returns

public SearchRowBasic getSearchRowBasic ()

Gets the value of the searchRowBasic property.

Returns

public void setCustomizationRef (CustomizationRef value)

Sets the value of the customizationRef property.

Parameters
value Allowed object is CustomizationRef

public void setSearchRowBasic (SearchRowBasic value)

Sets the value of the searchRowBasic property.

Parameters
value Allowed object is SearchRowBasic