public class

MultiSelectCustomFieldRef

extends CustomFieldRef
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_2.CustomFieldRef
     ↳ com.netsuite.webservices.platform.core_2013_2.MultiSelectCustomFieldRef

Class Overview

Java class for MultiSelectCustomFieldRef complex type.

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

 <complexType name="MultiSelectCustomFieldRef">
   <complexContent>
     <extension base="{urn:core_2013_2.platform.webservices.netsuite.com}CustomFieldRef">
       <sequence>
         <element name="value" type="{urn:core_2013_2.platform.webservices.netsuite.com}ListOrRecordRef" maxOccurs="unbounded"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<ListOrRecordRef> value
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2013_2.CustomFieldRef
Public Constructors
MultiSelectCustomFieldRef()
Public Methods
List<ListOrRecordRef> getValue()
Gets the value of the value property.
void setValue(List<ListOrRecordRef> value)
Sets the value of the value property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2013_2.CustomFieldRef
From class java.lang.Object

Fields

protected List<ListOrRecordRef> value

Public Constructors

public MultiSelectCustomFieldRef ()

Public Methods

public List<ListOrRecordRef> getValue ()

Gets the value of the value 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 value property.

For example, to add a new item, do as follows:

    getValue().add(newItem);
 

Objects of the following type(s) are allowed in the list ListOrRecordRef

public void setValue (List<ListOrRecordRef> value)

Sets the value of the value property.

Parameters
value Allowed object is ListOrRecordRef