| java.lang.Object | ||
| ↳ | com.netsuite.webservices.platform.core_2013_2.Record | |
| ↳ | com.netsuite.webservices.setup.customization_2013_2.CustomFieldType | |
Known Direct Subclasses
|
Java class for CustomFieldType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomFieldType">
<complexContent>
<extension base="{urn:core_2013_2.platform.webservices.netsuite.com}Record">
<sequence>
<element name="fieldType" type="{urn:types.customization_2013_2.setup.webservices.netsuite.com}CustomizationFieldType" minOccurs="0"/>
<element name="scriptId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| fieldType | |||||||||||
| scriptId | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.netsuite.webservices.platform.core_2013_2.Record
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the fieldType property.
| |||||||||||
Gets the value of the scriptId property.
| |||||||||||
Sets the value of the fieldType property.
| |||||||||||
Sets the value of the scriptId property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.netsuite.webservices.platform.core_2013_2.Record
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the fieldType property.
CustomizationFieldType
Gets the value of the scriptId property.
Sets the value of the fieldType property.
| value | Allowed object is
CustomizationFieldType
|
|---|
Sets the value of the scriptId property.
| value | Allowed object is String |
|---|