public class

InitializeRecord

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

Class Overview

Java class for InitializeRecord complex type.

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

 <complexType name="InitializeRecord">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="type" type="{urn:types.core_2010_2.platform.webservices.netsuite.com}InitializeType"/>
         <element name="reference" type="{urn:core_2010_2.platform.webservices.netsuite.com}InitializeRef"/>
         <element name="auxReference" type="{urn:core_2010_2.platform.webservices.netsuite.com}InitializeAuxRef" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected InitializeAuxRef auxReference
protected InitializeRef reference
protected InitializeType type
Public Constructors
InitializeRecord()
InitializeRecord(InitializeType type, InitializeRef reference, InitializeAuxRef auxReference)
Public Methods
InitializeAuxRef getAuxReference()
Gets the value of the auxReference property.
InitializeRef getReference()
Gets the value of the reference property.
InitializeType getType()
Gets the value of the type property.
void setAuxReference(InitializeAuxRef value)
Sets the value of the auxReference property.
void setReference(InitializeRef value)
Sets the value of the reference property.
void setType(InitializeType value)
Sets the value of the type property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected InitializeAuxRef auxReference

protected InitializeRef reference

protected InitializeType type

Public Constructors

public InitializeRecord ()

public InitializeRecord (InitializeType type, InitializeRef reference, InitializeAuxRef auxReference)

Parameters
type
reference
auxReference

Public Methods

public InitializeAuxRef getAuxReference ()

Gets the value of the auxReference property.

Returns

public InitializeRef getReference ()

Gets the value of the reference property.

Returns

public InitializeType getType ()

Gets the value of the type property.

Returns

public void setAuxReference (InitializeAuxRef value)

Sets the value of the auxReference property.

Parameters
value Allowed object is InitializeAuxRef

public void setReference (InitializeRef value)

Sets the value of the reference property.

Parameters
value Allowed object is InitializeRef

public void setType (InitializeType value)

Sets the value of the type property.

Parameters
value Allowed object is InitializeType