public class

GetDeletedRequest

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

Class Overview

Java class for GetDeletedRequest complex type.

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

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

Summary

Fields
protected GetDeletedFilter getDeletedFilter
Public Constructors
GetDeletedRequest()
GetDeletedRequest(GetDeletedFilter getDeletedFilter)
Public Methods
GetDeletedFilter getGetDeletedFilter()
Gets the value of the getDeletedFilter property.
void setGetDeletedFilter(GetDeletedFilter value)
Sets the value of the getDeletedFilter property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected GetDeletedFilter getDeletedFilter

Public Constructors

public GetDeletedRequest ()

public GetDeletedRequest (GetDeletedFilter getDeletedFilter)

Parameters
getDeletedFilter

Public Methods

public GetDeletedFilter getGetDeletedFilter ()

Gets the value of the getDeletedFilter property.

Returns

public void setGetDeletedFilter (GetDeletedFilter value)

Sets the value of the getDeletedFilter property.

Parameters
value Allowed object is GetDeletedFilter