public class

SearchColumnMultiSelectCustomField

extends SearchColumnCustomField
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2012_2.SearchColumnCustomField
     ↳ com.netsuite.webservices.platform.core_2012_2.SearchColumnMultiSelectCustomField

Class Overview

Java class for SearchColumnMultiSelectCustomField complex type.

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

 <complexType name="SearchColumnMultiSelectCustomField">
   <complexContent>
     <extension base="{urn:core_2012_2.platform.webservices.netsuite.com}SearchColumnCustomField">
       <sequence>
         <element name="searchValue" type="{urn:core_2012_2.platform.webservices.netsuite.com}ListOrRecordRef" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="internalId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String internalId
protected List<ListOrRecordRef> searchValue
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2012_2.SearchColumnCustomField
Public Constructors
SearchColumnMultiSelectCustomField()
Public Methods
String getInternalId()
Gets the value of the internalId property.
List<ListOrRecordRef> getSearchValue()
Gets the value of the searchValue property.
void setInternalId(String value)
Sets the value of the internalId property.
void setSearchValue(List<ListOrRecordRef> searchValue)
Sets the value of the searchValue property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2012_2.SearchColumnCustomField
From class java.lang.Object

Fields

protected String internalId

protected List<ListOrRecordRef> searchValue

Public Constructors

public SearchColumnMultiSelectCustomField ()

Public Methods

public String getInternalId ()

Gets the value of the internalId property.

Returns
  • possible object is String

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

public void setInternalId (String value)

Sets the value of the internalId property.

Parameters
value Allowed object is String

public void setSearchValue (List<ListOrRecordRef> searchValue)

Sets the value of the searchValue property.

Parameters
searchValue Allowed object is ListOrRecordRef