public class

GetDeletedResponse

extends Object
implements Serializable
java.lang.Object
   ↳ com.netsuite.webservices.platform.messages_2013_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_2013_2.platform.webservices.netsuite.com}getDeletedResult"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
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

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

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