| java.lang.Object | |
| ↳ | com.netsuite.webservices.platform.core_2010_2.DeletedRecord |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| deletedDate | |||||||||||
| record | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the deletedDate property.
| |||||||||||
Gets the value of the record property.
| |||||||||||
Sets the value of the deletedDate property.
| |||||||||||
Sets the value of the record property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the deletedDate property.
Gets the value of the record property.
BaseRef
Sets the value of the deletedDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the record property.
| value | Allowed object is
BaseRef
|
|---|