| java.lang.Object | ||
| ↳ | com.netsuite.webservices.platform.core_2010_2.Record | |
| ↳ | com.netsuite.webservices.setup.customization_2010_2.CustomList | |
Java class for CustomList complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomList">
<complexContent>
<extension base="{urn:core_2010_2.platform.webservices.netsuite.com}Record">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="owner" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
<element name="isOrdered" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="isMatrixOption" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="scriptId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="convertToCustomRecord" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="isInactive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="customValueList" type="{urn:customization_2010_2.setup.webservices.netsuite.com}CustomListCustomValueList" minOccurs="0"/>
<element name="translationsList" type="{urn:customization_2010_2.setup.webservices.netsuite.com}CustomListTranslationsList" minOccurs="0"/>
</sequence>
<attribute name="internalId" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| convertToCustomRecord | |||||||||||
| customValueList | |||||||||||
| description | |||||||||||
| internalId | |||||||||||
| isInactive | |||||||||||
| isMatrixOption | |||||||||||
| isOrdered | |||||||||||
| name | |||||||||||
| owner | |||||||||||
| scriptId | |||||||||||
| translationsList | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.netsuite.webservices.platform.core_2010_2.Record
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the customValueList property.
| |||||||||||
Gets the value of the description property.
| |||||||||||
Gets the value of the internalId property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the owner property.
| |||||||||||
Gets the value of the scriptId property.
| |||||||||||
Gets the value of the translationsList property.
| |||||||||||
Gets the value of the convertToCustomRecord property.
| |||||||||||
Gets the value of the isInactive property.
| |||||||||||
Gets the value of the isMatrixOption property.
| |||||||||||
Gets the value of the isOrdered property.
| |||||||||||
Sets the value of the convertToCustomRecord property.
| |||||||||||
Sets the value of the customValueList property.
| |||||||||||
Sets the value of the description property.
| |||||||||||
Sets the value of the internalId property.
| |||||||||||
Sets the value of the isInactive property.
| |||||||||||
Sets the value of the isMatrixOption property.
| |||||||||||
Sets the value of the isOrdered property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the owner property.
| |||||||||||
Sets the value of the scriptId property.
| |||||||||||
Sets the value of the translationsList property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.netsuite.webservices.platform.core_2010_2.Record
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the customValueList property.
CustomListCustomValueList
Gets the value of the description property.
Gets the value of the internalId property.
Gets the value of the name property.
Gets the value of the owner property.
RecordRef
Gets the value of the scriptId property.
Gets the value of the translationsList property.
CustomListTranslationsList
Gets the value of the convertToCustomRecord property.
Gets the value of the isInactive property.
Gets the value of the isMatrixOption property.
Gets the value of the isOrdered property.
Sets the value of the convertToCustomRecord property.
| value | Allowed object is Boolean |
|---|
Sets the value of the customValueList property.
| value | Allowed object is
CustomListCustomValueList
|
|---|
Sets the value of the description property.
| value | Allowed object is String |
|---|
Sets the value of the internalId property.
| value | Allowed object is String |
|---|
Sets the value of the isInactive property.
| value | Allowed object is Boolean |
|---|
Sets the value of the isMatrixOption property.
| value | Allowed object is Boolean |
|---|
Sets the value of the isOrdered property.
| value | Allowed object is Boolean |
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the owner property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the scriptId property.
| value | Allowed object is String |
|---|
Sets the value of the translationsList property.
| value | Allowed object is
CustomListTranslationsList
|
|---|