| java.lang.Object | |
| ↳ | com.netsuite.webservices.setup.customization_2010_2.CustomRecordTypeTabs |
Java class for CustomRecordTypeTabs complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomRecordTypeTabs">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="tabTitle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="tabParent" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
<element name="tabTitleLanguageValueList" type="{urn:customization_2010_2.setup.webservices.netsuite.com}LanguageValueList" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| tabParent | |||||||||||
| tabTitle | |||||||||||
| tabTitleLanguageValueList | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the tabParent property.
| |||||||||||
Gets the value of the tabTitle property.
| |||||||||||
Gets the value of the tabTitleLanguageValueList property.
| |||||||||||
Sets the value of the tabParent property.
| |||||||||||
Sets the value of the tabTitle property.
| |||||||||||
Sets the value of the tabTitleLanguageValueList property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the tabParent property.
RecordRef
Gets the value of the tabTitle property.
Gets the value of the tabTitleLanguageValueList property.
LanguageValueList
Sets the value of the tabParent property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the tabTitle property.
| value | Allowed object is String |
|---|
Sets the value of the tabTitleLanguageValueList property.
| value | Allowed object is
LanguageValueList
|
|---|