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