public class

GetSelectValueFieldDescription

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

Class Overview

Java class for GetSelectValueFieldDescription complex type.

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

 <complexType name="GetSelectValueFieldDescription">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="recordType" type="{urn:types.core_2010_2.platform.webservices.netsuite.com}RecordType" minOccurs="0"/>
         <element name="customRecordType" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="sublist" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="field" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="customForm" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="filter" type="{urn:core_2010_2.platform.webservices.netsuite.com}GetSelectValueFilter" minOccurs="0"/>
         <element name="filterByValueList" type="{urn:core_2010_2.platform.webservices.netsuite.com}GetSelectFilterByFieldValueList" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected RecordRef customForm
protected RecordRef customRecordType
protected String field
protected GetSelectValueFilter filter
protected GetSelectFilterByFieldValueList filterByValueList
protected RecordType recordType
protected String sublist
Public Constructors
GetSelectValueFieldDescription()
Public Methods
RecordRef getCustomForm()
Gets the value of the customForm property.
RecordRef getCustomRecordType()
Gets the value of the customRecordType property.
String getField()
Gets the value of the field property.
GetSelectValueFilter getFilter()
Gets the value of the filter property.
GetSelectFilterByFieldValueList getFilterByValueList()
Gets the value of the filterByValueList property.
RecordType getRecordType()
Gets the value of the recordType property.
String getSublist()
Gets the value of the sublist property.
void setCustomForm(RecordRef value)
Sets the value of the customForm property.
void setCustomRecordType(RecordRef value)
Sets the value of the customRecordType property.
void setField(String value)
Sets the value of the field property.
void setFilter(GetSelectValueFilter value)
Sets the value of the filter property.
void setFilterByValueList(GetSelectFilterByFieldValueList value)
Sets the value of the filterByValueList property.
void setRecordType(RecordType value)
Sets the value of the recordType property.
void setSublist(String value)
Sets the value of the sublist property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected RecordRef customForm

protected RecordRef customRecordType

protected String field

protected GetSelectValueFilter filter

protected GetSelectFilterByFieldValueList filterByValueList

protected RecordType recordType

protected String sublist

Public Constructors

public GetSelectValueFieldDescription ()

Public Methods

public RecordRef getCustomForm ()

Gets the value of the customForm property.

Returns

public RecordRef getCustomRecordType ()

Gets the value of the customRecordType property.

Returns

public String getField ()

Gets the value of the field property.

Returns
  • possible object is String

public GetSelectValueFilter getFilter ()

Gets the value of the filter property.

Returns

public GetSelectFilterByFieldValueList getFilterByValueList ()

Gets the value of the filterByValueList property.

Returns

public RecordType getRecordType ()

Gets the value of the recordType property.

Returns

public String getSublist ()

Gets the value of the sublist property.

Returns
  • possible object is String

public void setCustomForm (RecordRef value)

Sets the value of the customForm property.

Parameters
value Allowed object is RecordRef

public void setCustomRecordType (RecordRef value)

Sets the value of the customRecordType property.

Parameters
value Allowed object is RecordRef

public void setField (String value)

Sets the value of the field property.

Parameters
value Allowed object is String

public void setFilter (GetSelectValueFilter value)

Sets the value of the filter property.

Parameters
value Allowed object is GetSelectValueFilter

public void setFilterByValueList (GetSelectFilterByFieldValueList value)

Sets the value of the filterByValueList property.

Parameters
value Allowed object is GetSelectFilterByFieldValueList

public void setRecordType (RecordType value)

Sets the value of the recordType property.

Parameters
value Allowed object is RecordType

public void setSublist (String value)

Sets the value of the sublist property.

Parameters
value Allowed object is String