| java.lang.Object | ||
| ↳ | com.netsuite.webservices.platform.core_2010_2.SearchCustomField | |
| ↳ | com.netsuite.webservices.platform.core_2010_2.SearchMultiSelectCustomField | |
Java class for SearchMultiSelectCustomField complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SearchMultiSelectCustomField">
<complexContent>
<extension base="{urn:core_2010_2.platform.webservices.netsuite.com}SearchCustomField">
<sequence>
<element name="searchValue" type="{urn:core_2010_2.platform.webservices.netsuite.com}ListOrRecordRef" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="internalId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="operator" type="{urn:types.core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectFieldOperator" />
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| internalId | |||||||||||
| operator | |||||||||||
| searchValue | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the internalId property.
| |||||||||||
Gets the value of the operator property.
| |||||||||||
Gets the value of the searchValue property.
| |||||||||||
Sets the value of the internalId property.
| |||||||||||
Sets the value of the operator property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the internalId property.
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
ListOrRecordRef
Sets the value of the internalId property.
| value | Allowed object is String |
|---|
Sets the value of the operator property.
| value | Allowed object is
SearchMultiSelectFieldOperator
|
|---|