public class

DeleteListResponse

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

Class Overview

Java class for DeleteListResponse complex type.

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

 <complexType name="DeleteListResponse">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:messages_2010_2.platform.webservices.netsuite.com}writeResponseList"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected WriteResponseList writeResponseList
Public Constructors
DeleteListResponse()
Public Methods
WriteResponseList getWriteResponseList()
Gets the value of the writeResponseList property.
void setWriteResponseList(WriteResponseList value)
Sets the value of the writeResponseList property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected WriteResponseList writeResponseList

Public Constructors

public DeleteListResponse ()

Public Methods

public WriteResponseList getWriteResponseList ()

Gets the value of the writeResponseList property.

Returns

public void setWriteResponseList (WriteResponseList value)

Sets the value of the writeResponseList property.

Parameters
value Allowed object is WriteResponseList