public class

AttachBasicReference

extends AttachReference
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.AttachReference
     ↳ com.netsuite.webservices.platform.core_2010_2.AttachBasicReference

Class Overview

Java class for AttachBasicReference complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AttachBasicReference">
   <complexContent>
     <extension base="{urn:core_2010_2.platform.webservices.netsuite.com}AttachReference">
       <sequence>
         <element name="attachedRecord" type="{urn:core_2010_2.platform.webservices.netsuite.com}BaseRef"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected BaseRef attachedRecord
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2010_2.AttachReference
Public Constructors
AttachBasicReference()
AttachBasicReference(BaseRef attachTo, BaseRef attachRecord)
Public Methods
BaseRef getAttachedRecord()
Gets the value of the attachedRecord property.
void setAttachedRecord(BaseRef value)
Sets the value of the attachedRecord property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2010_2.AttachReference
From class java.lang.Object

Fields

protected BaseRef attachedRecord

Public Constructors

public AttachBasicReference ()

public AttachBasicReference (BaseRef attachTo, BaseRef attachRecord)

Parameters
attachTo
attachRecord

Public Methods

public BaseRef getAttachedRecord ()

Gets the value of the attachedRecord property.

Returns

public void setAttachedRecord (BaseRef value)

Sets the value of the attachedRecord property.

Parameters
value Allowed object is BaseRef