| java.lang.Object | |||
| ↳ | com.netsuite.webservices.platform.core_2013_2.BaseRef | ||
| ↳ | com.netsuite.webservices.platform.core_2013_2.RecordRef | ||
| ↳ | com.netsuite.webservices.platform.core_2013_2.CustomizationRef | ||
Java class for CustomizationRef complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomizationRef">
<complexContent>
<extension base="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef">
<attribute name="scriptId" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| scriptId | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.netsuite.webservices.platform.core_2013_2.RecordRef
| |||||||||||
From class
com.netsuite.webservices.platform.core_2013_2.BaseRef
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the scriptId property.
| |||||||||||
Sets the value of the scriptId property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.netsuite.webservices.platform.core_2013_2.RecordRef
| |||||||||||
From class
com.netsuite.webservices.platform.core_2013_2.BaseRef
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the scriptId property.
Sets the value of the scriptId property.
| value | Allowed object is String |
|---|