| java.lang.Object | |
| ↳ | com.netsuite.webservices.platform.common_2013_2.CustomSearchRowBasic |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| customizationRef | |||||||||||
| searchRowBasic | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the customizationRef property.
| |||||||||||
Gets the value of the searchRowBasic property.
| |||||||||||
Sets the value of the customizationRef property.
| |||||||||||
Sets the value of the searchRowBasic property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the customizationRef property.
CustomizationRef
Gets the value of the searchRowBasic property.
SearchRowBasic
Sets the value of the customizationRef property.
| value | Allowed object is
CustomizationRef
|
|---|
Sets the value of the searchRowBasic property.
| value | Allowed object is
SearchRowBasic
|
|---|