| java.lang.Object | ||
| ↳ | com.netsuite.webservices.platform.core_2010_2.SearchColumnField | |
| ↳ | com.netsuite.webservices.platform.core_2010_2.SearchColumnSelectField | |
Java class for SearchColumnSelectField complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SearchColumnSelectField">
<complexContent>
<extension base="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnField">
<sequence>
<element name="searchValue" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| searchValue | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.netsuite.webservices.platform.core_2010_2.SearchColumnField
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the searchValue property.
| |||||||||||
Sets the value of the searchValue property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.netsuite.webservices.platform.core_2010_2.SearchColumnField
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the searchValue property.
RecordRef
Sets the value of the searchValue property.
| value | Allowed object is
RecordRef
|
|---|