public class

SearchMultiSelectField

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2012_1.SearchMultiSelectField

Class Overview

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>
 

Summary

Fields
protected SearchMultiSelectFieldOperator operator
protected List<RecordRef> searchValue
Public Constructors
SearchMultiSelectField()
Public Methods
SearchMultiSelectFieldOperator getOperator()
Gets the value of the operator property.
List<RecordRef> getSearchValue()
Gets the value of the searchValue property.
void setOperator(SearchMultiSelectFieldOperator value)
Sets the value of the operator property.
void setSearchValue(List<RecordRef> searchValue)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected SearchMultiSelectFieldOperator operator

protected List<RecordRef> searchValue

Public Constructors

public SearchMultiSelectField ()

Public Methods

public SearchMultiSelectFieldOperator getOperator ()

Gets the value of the operator property.

Returns

public List<RecordRef> getSearchValue ()

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

public void setOperator (SearchMultiSelectFieldOperator value)

Sets the value of the operator property.

Parameters
value Allowed object is SearchMultiSelectFieldOperator

public void setSearchValue (List<RecordRef> searchValue)

Parameters
searchValue