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