public class

DetachRequest

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.messages_2010_2.DetachRequest

Class Overview

Java class for DetachRequest complex type.

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

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

Summary

Fields
protected DetachReference detachReference
Public Constructors
DetachRequest()
DetachRequest(DetachReference detachReference)
Public Methods
DetachReference getDetachReference()
Gets the value of the detachReference property.
void setDetachReference(DetachReference value)
Sets the value of the detachReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected DetachReference detachReference

Public Constructors

public DetachRequest ()

public DetachRequest (DetachReference detachReference)

Parameters
detachReference

Public Methods

public DetachReference getDetachReference ()

Gets the value of the detachReference property.

Returns

public void setDetachReference (DetachReference value)

Sets the value of the detachReference property.

Parameters
value Allowed object is DetachReference