public class

GetAllRecord

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_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_2010_2.platform.webservices.netsuite.com}GetAllRecordType" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected GetAllRecordType recordType
Public Constructors
GetAllRecord()
GetAllRecord(GetAllRecordType recordType)
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

Fields

protected GetAllRecordType recordType

Public Constructors

public GetAllRecord ()

public GetAllRecord (GetAllRecordType recordType)

Parameters
recordType

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