public abstract class

Record

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.Record
Known Direct Subclasses

Class Overview

Java class for Record complex type.

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

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

Summary

Fields
protected NullField nullFieldList
Public Constructors
Record()
Public Methods
NullField getNullFieldList()
Gets the value of the nullFieldList property.
void setNullFieldList(NullField value)
Sets the value of the nullFieldList property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected NullField nullFieldList

Public Constructors

public Record ()

Public Methods

public NullField getNullFieldList ()

Gets the value of the nullFieldList property.

Returns

public void setNullFieldList (NullField value)

Sets the value of the nullFieldList property.

Parameters
value Allowed object is NullField