public class

GetDeletedResponse

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

Class Overview

Java class for GetDeletedResponse complex type.

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

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

Summary

Fields
protected GetDeletedResult getDeletedResult
Public Constructors
GetDeletedResponse()
Public Methods
GetDeletedResult getGetDeletedResult()
Gets the value of the getDeletedResult property.
void setGetDeletedResult(GetDeletedResult value)
Sets the value of the getDeletedResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected GetDeletedResult getDeletedResult

Public Constructors

public GetDeletedResponse ()

Public Methods

public GetDeletedResult getGetDeletedResult ()

Gets the value of the getDeletedResult property.

Returns

public void setGetDeletedResult (GetDeletedResult value)

Sets the value of the getDeletedResult property.

Parameters
value Allowed object is GetDeletedResult