public class

DeleteRequest

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

Class Overview

Java class for DeleteRequest complex type.

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

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

Summary

Fields
protected BaseRef baseRef
Public Constructors
DeleteRequest()
DeleteRequest(BaseRef baseRef)
Public Methods
BaseRef getBaseRef()
Gets the value of the baseRef property.
void setBaseRef(BaseRef value)
Sets the value of the baseRef property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected BaseRef baseRef

Public Constructors

public DeleteRequest ()

public DeleteRequest (BaseRef baseRef)

Parameters
baseRef

Public Methods

public BaseRef getBaseRef ()

Gets the value of the baseRef property.

Returns

public void setBaseRef (BaseRef value)

Sets the value of the baseRef property.

Parameters
value Allowed object is BaseRef