| java.lang.Object | |
| ↳ | com.netsuite.webservices.platform.core_2012_1.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_2012_1.platform.webservices.netsuite.com}RecordRef" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="operator" type="{urn:types.core_2012_1.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.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the searchValue property.
For example, to add a new item, do as follows:
getSearchValue().add(newItem);
Objects of the following type(s) are allowed in the list
RecordRef
Sets the value of the operator property.
| value | Allowed object is
SearchMultiSelectFieldOperator
|
|---|