public class

CustomRecordTypeSublists

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.setup.customization_2010_2.CustomRecordTypeSublists

Class Overview

Java class for CustomRecordTypeSublists complex type.

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

 <complexType name="CustomRecordTypeSublists">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="recordSearch" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="recordDescr" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="recordDescrLanguageValueList" type="{urn:customization_2010_2.setup.webservices.netsuite.com}LanguageValueList" minOccurs="0"/>
         <element name="recordTab" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="recordId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String recordDescr
protected LanguageValueList recordDescrLanguageValueList
protected String recordId
protected RecordRef recordSearch
protected RecordRef recordTab
Public Constructors
CustomRecordTypeSublists()
Public Methods
String getRecordDescr()
Gets the value of the recordDescr property.
LanguageValueList getRecordDescrLanguageValueList()
Gets the value of the recordDescrLanguageValueList property.
String getRecordId()
Gets the value of the recordId property.
RecordRef getRecordSearch()
Gets the value of the recordSearch property.
RecordRef getRecordTab()
Gets the value of the recordTab property.
void setRecordDescr(String value)
Sets the value of the recordDescr property.
void setRecordDescrLanguageValueList(LanguageValueList value)
Sets the value of the recordDescrLanguageValueList property.
void setRecordId(String value)
Sets the value of the recordId property.
void setRecordSearch(RecordRef value)
Sets the value of the recordSearch property.
void setRecordTab(RecordRef value)
Sets the value of the recordTab property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String recordDescr

protected LanguageValueList recordDescrLanguageValueList

protected String recordId

protected RecordRef recordSearch

protected RecordRef recordTab

Public Constructors

public CustomRecordTypeSublists ()

Public Methods

public String getRecordDescr ()

Gets the value of the recordDescr property.

Returns
  • possible object is String

public LanguageValueList getRecordDescrLanguageValueList ()

Gets the value of the recordDescrLanguageValueList property.

Returns

public String getRecordId ()

Gets the value of the recordId property.

Returns
  • possible object is String

public RecordRef getRecordSearch ()

Gets the value of the recordSearch property.

Returns

public RecordRef getRecordTab ()

Gets the value of the recordTab property.

Returns

public void setRecordDescr (String value)

Sets the value of the recordDescr property.

Parameters
value Allowed object is String

public void setRecordDescrLanguageValueList (LanguageValueList value)

Sets the value of the recordDescrLanguageValueList property.

Parameters
value Allowed object is LanguageValueList

public void setRecordId (String value)

Sets the value of the recordId property.

Parameters
value Allowed object is String

public void setRecordSearch (RecordRef value)

Sets the value of the recordSearch property.

Parameters
value Allowed object is RecordRef

public void setRecordTab (RecordRef value)

Sets the value of the recordTab property.

Parameters
value Allowed object is RecordRef