public class

CustomRecordTranslations

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.setup.customization_2013_2.CustomRecordTranslations

Class Overview

Java class for CustomRecordTranslations complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CustomRecordTranslations">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="locale" type="{urn:types.common_2013_2.platform.webservices.netsuite.com}Language" minOccurs="0"/>
         <element name="language" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String label
protected String language
protected Language locale
Public Constructors
CustomRecordTranslations()
Public Methods
String getLabel()
Gets the value of the label property.
String getLanguage()
Gets the value of the language property.
Language getLocale()
Gets the value of the locale property.
void setLabel(String value)
Sets the value of the label property.
void setLanguage(String value)
Sets the value of the language property.
void setLocale(Language value)
Sets the value of the locale property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String label

protected String language

protected Language locale

Public Constructors

public CustomRecordTranslations ()

Public Methods

public String getLabel ()

Gets the value of the label property.

Returns
  • possible object is String

public String getLanguage ()

Gets the value of the language property.

Returns
  • possible object is String

public Language getLocale ()

Gets the value of the locale property.

Returns

public void setLabel (String value)

Sets the value of the label property.

Parameters
value Allowed object is String

public void setLanguage (String value)

Sets the value of the language property.

Parameters
value Allowed object is String

public void setLocale (Language value)

Sets the value of the locale property.

Parameters
value Allowed object is Language