| java.lang.Object | ||
| ↳ | com.netsuite.webservices.platform.core_2010_2.BaseRef | |
| ↳ | com.netsuite.webservices.platform.core_2010_2.InitializeRef | |
Java class for InitializeRef complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InitializeRef">
<complexContent>
<extension base="{urn:core_2010_2.platform.webservices.netsuite.com}BaseRef">
<attribute name="type" type="{urn:types.core_2010_2.platform.webservices.netsuite.com}InitializeRefType" />
<attribute name="internalId" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="externalId" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| externalId | |||||||||||
| internalId | |||||||||||
| 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 type property.
| |||||||||||
Sets the value of the externalId property.
| |||||||||||
Sets the value of the internalId 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
| |||||||||||
From interface
org.mule.module.netsuite.api.model.entity.NetsuiteReference
| |||||||||||
Gets the value of the externalId property.
Gets the value of the internalId property.
Gets the value of the type property.
InitializeRefType
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 type property.
| value | Allowed object is
InitializeRefType
|
|---|