public class

InitializeRecord

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_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_2013_2.platform.webservices.netsuite.com}InitializeType"/>
         <element name="reference" type="{urn:core_2013_2.platform.webservices.netsuite.com}InitializeRef" minOccurs="0"/>
         <element name="auxReference" type="{urn:core_2013_2.platform.webservices.netsuite.com}InitializeAuxRef" minOccurs="0"/>
         <element name="referenceList" type="{urn:core_2013_2.platform.webservices.netsuite.com}InitializeRefList" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected InitializeAuxRef auxReference
protected InitializeRef reference
protected InitializeRefList referenceList
protected InitializeType type
Public Constructors
InitializeRecord()
Public Methods
InitializeAuxRef getAuxReference()
Gets the value of the auxReference property.
InitializeRef getReference()
Gets the value of the reference property.
InitializeRefList getReferenceList()
Gets the value of the referenceList 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 setReferenceList(InitializeRefList value)
Sets the value of the referenceList 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 InitializeRefList referenceList

protected InitializeType type

Public Constructors

public InitializeRecord ()

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 InitializeRefList getReferenceList ()

Gets the value of the referenceList 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 setReferenceList (InitializeRefList value)

Sets the value of the referenceList property.

Parameters
value Allowed object is InitializeRefList

public void setType (InitializeType value)

Sets the value of the type property.

Parameters
value Allowed object is InitializeType