public class

GetAllRecord

extends Object
implements Serializable
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_2.GetAllRecord

Class Overview

Java class for GetAllRecord complex type.

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

 <complexType name="GetAllRecord">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
       </sequence>
       <attribute name="recordType" type="{urn:types.core_2013_2.platform.webservices.netsuite.com}GetAllRecordType" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected GetAllRecordType recordType
Public Constructors
GetAllRecord()
Public Methods
GetAllRecordType getRecordType()
Gets the value of the recordType property.
void setRecordType(GetAllRecordType value)
Sets the value of the recordType property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected GetAllRecordType recordType

Public Constructors

public GetAllRecord ()

Public Methods

public GetAllRecordType getRecordType ()

Gets the value of the recordType property.

Returns

public void setRecordType (GetAllRecordType value)

Sets the value of the recordType property.

Parameters
value Allowed object is GetAllRecordType