public class

MultiSelectCustomFieldRef

extends CustomFieldRef
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2012_2.CustomFieldRef
     ↳ com.netsuite.webservices.platform.core_2012_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_2012_2.platform.webservices.netsuite.com}CustomFieldRef">
       <sequence>
         <element name="value" type="{urn:core_2012_2.platform.webservices.netsuite.com}ListOrRecordRef" maxOccurs="unbounded"/>
       </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> value
Public Constructors
MultiSelectCustomFieldRef()
Public Methods
String getInternalId()
Gets the value of the internalId property.
List<ListOrRecordRef> getValue()
Gets the value of the value property.
void setInternalId(String value)
Sets the value of the internalId property.
void setValue(List<ListOrRecordRef> value)
Sets the value of the value property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String internalId

protected List<ListOrRecordRef> value

Public Constructors

public MultiSelectCustomFieldRef ()

Public Methods

public String getInternalId ()

Gets the value of the internalId property.

Returns
  • possible object is String

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 setInternalId (String value)

Sets the value of the internalId property.

Parameters
value Allowed object is String

public void setValue (List<ListOrRecordRef> value)

Sets the value of the value property.

Parameters
value Allowed object is ListOrRecordRef