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