public class

DetachBasicReference

extends DetachReference
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.DetachReference
     ↳ com.netsuite.webservices.platform.core_2010_2.DetachBasicReference

Class Overview

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>
 

Summary

Fields
protected BaseRef detachedRecord
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2010_2.DetachReference
Public Constructors
DetachBasicReference()
DetachBasicReference(BaseRef detachedRecord, BaseRef detachFrom)
Public Methods
BaseRef getDetachedRecord()
Gets the value of the detachedRecord property.
void setDetachedRecord(BaseRef value)
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

Fields

protected BaseRef detachedRecord

Public Constructors

public DetachBasicReference ()

public DetachBasicReference (BaseRef detachedRecord, BaseRef detachFrom)

Parameters
detachedRecord
detachFrom

Public Methods

public BaseRef getDetachedRecord ()

Gets the value of the detachedRecord property.

Returns

public void setDetachedRecord (BaseRef value)

Sets the value of the detachedRecord property.

Parameters
value Allowed object is BaseRef