public class

GetDeletedResult

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.GetDeletedResult

Class Overview

Java class for GetDeletedResult complex type.

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

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

Summary

Fields
protected DeletedRecordList deletedRecordList
protected Status status
Public Constructors
GetDeletedResult()
Public Methods
DeletedRecordList getDeletedRecordList()
Gets the value of the deletedRecordList property.
Status getStatus()
Gets the value of the status property.
void setDeletedRecordList(DeletedRecordList value)
Sets the value of the deletedRecordList property.
void setStatus(Status value)
Sets the value of the status property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected DeletedRecordList deletedRecordList

protected Status status

Public Constructors

public GetDeletedResult ()

Public Methods

public DeletedRecordList getDeletedRecordList ()

Gets the value of the deletedRecordList property.

Returns

public Status getStatus ()

Gets the value of the status property.

Returns

public void setDeletedRecordList (DeletedRecordList value)

Sets the value of the deletedRecordList property.

Parameters
value Allowed object is DeletedRecordList

public void setStatus (Status value)

Sets the value of the status property.

Parameters
value Allowed object is Status