| java.lang.Object | ||
| ↳ | com.netsuite.webservices.platform.core_2010_2.CustomFieldRef | |
| ↳ | com.netsuite.webservices.platform.core_2010_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_2010_2.platform.webservices.netsuite.com}CustomFieldRef">
<sequence>
<element name="value" type="{urn:core_2010_2.platform.webservices.netsuite.com}ListOrRecordRef"/>
</sequence>
<attribute name="internalId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| internalId | |||||||||||
| value | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the internalId property.
| |||||||||||
Gets the value of the value property.
| |||||||||||
Sets the value of the internalId property.
| |||||||||||
Sets the value of the value property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the internalId property.
Gets the value of the value property.
ListOrRecordRef
Sets the value of the internalId property.
| value | Allowed object is String |
|---|
Sets the value of the value property.
| value | Allowed object is
ListOrRecordRef
|
|---|