| java.lang.Object | |
| ↳ | com.netsuite.webservices.platform.core_2010_2.GetSelectValueFieldDescription |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| customForm | |||||||||||
| customRecordType | |||||||||||
| field | |||||||||||
| filter | |||||||||||
| filterByValueList | |||||||||||
| recordType | |||||||||||
| sublist | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the customForm property.
| |||||||||||
Gets the value of the customRecordType property.
| |||||||||||
Gets the value of the field property.
| |||||||||||
Gets the value of the filter property.
| |||||||||||
Gets the value of the filterByValueList property.
| |||||||||||
Gets the value of the recordType property.
| |||||||||||
Gets the value of the sublist property.
| |||||||||||
Sets the value of the customForm property.
| |||||||||||
Sets the value of the customRecordType property.
| |||||||||||
Sets the value of the field property.
| |||||||||||
Sets the value of the filter property.
| |||||||||||
Sets the value of the filterByValueList property.
| |||||||||||
Sets the value of the recordType property.
| |||||||||||
Sets the value of the sublist property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the customForm property.
RecordRef
Gets the value of the customRecordType property.
RecordRef
Gets the value of the field property.
Gets the value of the filter property.
GetSelectValueFilter
Gets the value of the filterByValueList property.
GetSelectFilterByFieldValueList
Gets the value of the recordType property.
RecordType
Gets the value of the sublist property.
Sets the value of the customForm property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the customRecordType property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the field property.
| value | Allowed object is String |
|---|
Sets the value of the filter property.
| value | Allowed object is
GetSelectValueFilter
|
|---|
Sets the value of the filterByValueList property.
| value | Allowed object is
GetSelectFilterByFieldValueList
|
|---|
Sets the value of the recordType property.
| value | Allowed object is
RecordType
|
|---|
Sets the value of the sublist property.
| value | Allowed object is String |
|---|