| java.lang.Object | ||
| ↳ | com.netsuite.webservices.platform.core_2010_2.DetachReference | |
| ↳ | com.netsuite.webservices.platform.core_2010_2.DetachBasicReference | |
Java class for DetachBasicReference complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DetachBasicReference">
<complexContent>
<extension base="{urn:core_2010_2.platform.webservices.netsuite.com}DetachReference">
<sequence>
<element name="detachedRecord" type="{urn:core_2010_2.platform.webservices.netsuite.com}BaseRef"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| detachedRecord | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.netsuite.webservices.platform.core_2010_2.DetachReference
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the detachedRecord property.
| |||||||||||
Sets the value of the detachedRecord property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.netsuite.webservices.platform.core_2010_2.DetachReference
| |||||||||||
From class
java.lang.Object
| |||||||||||
| detachedRecord | |
|---|---|
| detachFrom |
Gets the value of the detachedRecord property.
BaseRef
Sets the value of the detachedRecord property.
| value | Allowed object is
BaseRef
|
|---|