| java.lang.Object | ||
| ↳ | com.netsuite.webservices.platform.core_2013_2.CustomFieldRef | |
| ↳ | com.netsuite.webservices.platform.core_2013_2.SelectCustomFieldRef | |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| value | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.netsuite.webservices.platform.core_2013_2.CustomFieldRef
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the value property.
| |||||||||||
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
| |||||||||||
Gets the value of the value property.
ListOrRecordRef
Sets the value of the value property.
| value | Allowed object is
ListOrRecordRef
|
|---|