public class

ClassTranslation

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.lists.accounting_2010_2.ClassTranslation

Class Overview

Java class for ClassTranslation complex type.

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

 <complexType name="ClassTranslation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="locale" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="language" 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>
 

Summary

Fields
protected String language
protected String locale
protected String name
Public Constructors
ClassTranslation()
Public Methods
String getLanguage()
Gets the value of the language property.
String getLocale()
Gets the value of the locale property.
String getName()
Gets the value of the name property.
void setLanguage(String value)
Sets the value of the language property.
void setLocale(String value)
Sets the value of the locale property.
void setName(String value)
Sets the value of the name property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String language

protected String locale

protected String name

Public Constructors

public ClassTranslation ()

Public Methods

public String getLanguage ()

Gets the value of the language property.

Returns
  • possible object is String

public String getLocale ()

Gets the value of the locale property.

Returns
  • possible object is String

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public void setLanguage (String value)

Sets the value of the language property.

Parameters
value Allowed object is String

public void setLocale (String value)

Sets the value of the locale property.

Parameters
value Allowed object is String

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String