public abstract class

DetachReference

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.DetachReference
Known Direct Subclasses

Class Overview

Java class for DetachReference complex type.

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

 <complexType name="DetachReference">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="detachFrom" type="{urn:core_2010_2.platform.webservices.netsuite.com}BaseRef"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected BaseRef detachFrom
Public Constructors
DetachReference()
DetachReference(BaseRef detachFrom)
Public Methods
BaseRef getDetachFrom()
Gets the value of the detachFrom property.
void setDetachFrom(BaseRef value)
Sets the value of the detachFrom property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected BaseRef detachFrom

Public Constructors

public DetachReference ()

public DetachReference (BaseRef detachFrom)

Parameters
detachFrom

Public Methods

public BaseRef getDetachFrom ()

Gets the value of the detachFrom property.

Returns

public void setDetachFrom (BaseRef value)

Sets the value of the detachFrom property.

Parameters
value Allowed object is BaseRef