| java.lang.Object | |
| ↳ | com.netsuite.webservices.platform.core_2010_2.InitializeRecord |
Java class for InitializeRecord complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InitializeRecord">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="type" type="{urn:types.core_2010_2.platform.webservices.netsuite.com}InitializeType"/>
<element name="reference" type="{urn:core_2010_2.platform.webservices.netsuite.com}InitializeRef"/>
<element name="auxReference" type="{urn:core_2010_2.platform.webservices.netsuite.com}InitializeAuxRef" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| auxReference | |||||||||||
| reference | |||||||||||
| type | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the auxReference property.
| |||||||||||
Gets the value of the reference property.
| |||||||||||
Gets the value of the type property.
| |||||||||||
Sets the value of the auxReference property.
| |||||||||||
Sets the value of the reference property.
| |||||||||||
Sets the value of the type property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
| type | |
|---|---|
| reference | |
| auxReference |
Gets the value of the auxReference property.
InitializeAuxRef
Gets the value of the reference property.
InitializeRef
Gets the value of the type property.
InitializeType
Sets the value of the auxReference property.
| value | Allowed object is
InitializeAuxRef
|
|---|
Sets the value of the reference property.
| value | Allowed object is
InitializeRef
|
|---|
Sets the value of the type property.
| value | Allowed object is
InitializeType
|
|---|