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