public class

SelectCustomFieldRef

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

Class Overview

Java class for SelectCustomFieldRef complex type.

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

 <complexType name="SelectCustomFieldRef">
   <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"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected ListOrRecordRef value
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2013_2.CustomFieldRef
Public Constructors
SelectCustomFieldRef()
Public Methods
ListOrRecordRef getValue()
Gets the value of the value property.
void setValue(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 ListOrRecordRef value

Public Constructors

public SelectCustomFieldRef ()

Public Methods

public ListOrRecordRef getValue ()

Gets the value of the value property.

Returns

public void setValue (ListOrRecordRef value)

Sets the value of the value property.

Parameters
value Allowed object is ListOrRecordRef