public class

DeletedRecord

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

Class Overview

Java class for DeletedRecord complex type.

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

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

Summary

Fields
protected XMLGregorianCalendar deletedDate
protected BaseRef record
Public Constructors
DeletedRecord()
Public Methods
XMLGregorianCalendar getDeletedDate()
Gets the value of the deletedDate property.
BaseRef getRecord()
Gets the value of the record property.
void setDeletedDate(XMLGregorianCalendar value)
Sets the value of the deletedDate property.
void setRecord(BaseRef value)
Sets the value of the record property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected XMLGregorianCalendar deletedDate

protected BaseRef record

Public Constructors

public DeletedRecord ()

Public Methods

public XMLGregorianCalendar getDeletedDate ()

Gets the value of the deletedDate property.

Returns
  • possible object is XMLGregorianCalendar

public BaseRef getRecord ()

Gets the value of the record property.

Returns

public void setDeletedDate (XMLGregorianCalendar value)

Sets the value of the deletedDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setRecord (BaseRef value)

Sets the value of the record property.

Parameters
value Allowed object is BaseRef