public class

SearchEnumMultiSelectCustomField

extends SearchCustomField
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_2.SearchCustomField
     ↳ com.netsuite.webservices.platform.core_2013_2.SearchEnumMultiSelectCustomField

Class Overview

Java class for SearchEnumMultiSelectCustomField complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SearchEnumMultiSelectCustomField">
   <complexContent>
     <extension base="{urn:core_2013_2.platform.webservices.netsuite.com}SearchCustomField">
       <sequence>
         <element name="searchValue" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="operator" type="{urn:types.core_2013_2.platform.webservices.netsuite.com}SearchEnumMultiSelectFieldOperator" />
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected SearchEnumMultiSelectFieldOperator operator
protected List<String> searchValue
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2013_2.SearchCustomField
Public Constructors
SearchEnumMultiSelectCustomField()
Public Methods
SearchEnumMultiSelectFieldOperator getOperator()
Gets the value of the operator property.
List<String> getSearchValue()
Gets the value of the searchValue property.
void setOperator(SearchEnumMultiSelectFieldOperator value)
Sets the value of the operator property.
void setSearchValue(List<String> searchValue)
Sets the value of the searchValue property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2013_2.SearchCustomField
From class java.lang.Object

Fields

protected List<String> searchValue

Public Constructors

public SearchEnumMultiSelectCustomField ()

Public Methods

public SearchEnumMultiSelectFieldOperator getOperator ()

Gets the value of the operator property.

Returns

public List<String> 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 String

public void setOperator (SearchEnumMultiSelectFieldOperator value)

Sets the value of the operator property.

Parameters
value Allowed object is SearchEnumMultiSelectFieldOperator

public void setSearchValue (List<String> searchValue)

Sets the value of the searchValue property.

Parameters
searchValue Allowed object is String