| java.lang.Object | |
| ↳ | com.netsuite.webservices.platform.core_2010_2.SearchMultiSelectField |
Java class for SearchMultiSelectField complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SearchMultiSelectField">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="searchValue" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="operator" type="{urn:types.core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectFieldOperator" />
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| operator | |||||||||||
| searchValue | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the operator property.
| |||||||||||
Gets the value of the searchValue property.
| |||||||||||
Sets the value of the operator property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the operator property.
SearchMultiSelectFieldOperator
Gets the value of the searchValue property.
Objects of the following type(s) are allowed in the list
RecordRef
Sets the value of the operator property.
| value | Allowed object is
SearchMultiSelectFieldOperator
|
|---|