public class

GetDeletedFilter

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

Class Overview

Java class for GetDeletedFilter complex type.

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

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

Summary

Fields
protected SearchDateField deletedDate
protected SearchEnumMultiSelectField type
Public Constructors
GetDeletedFilter()
Public Methods
SearchDateField getDeletedDate()
Gets the value of the deletedDate property.
SearchEnumMultiSelectField getType()
Gets the value of the type property.
void setDeletedDate(SearchDateField value)
Sets the value of the deletedDate property.
void setType(SearchEnumMultiSelectField value)
Sets the value of the type property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected SearchDateField deletedDate

Public Constructors

public GetDeletedFilter ()

Public Methods

public SearchDateField getDeletedDate ()

Gets the value of the deletedDate property.

Returns

public SearchEnumMultiSelectField getType ()

Gets the value of the type property.

Returns

public void setDeletedDate (SearchDateField value)

Sets the value of the deletedDate property.

Parameters
value Allowed object is SearchDateField

public void setType (SearchEnumMultiSelectField value)

Sets the value of the type property.

Parameters
value Allowed object is SearchEnumMultiSelectField