public class

LanguageValue

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.setup.customization_2010_2.LanguageValue

Class Overview

Java class for LanguageValue complex type.

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

 <complexType name="LanguageValue">
   <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="value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Language locale
protected String value
Public Constructors
LanguageValue()
Public Methods
Language getLocale()
Gets the value of the locale property.
String getValue()
Gets the value of the value property.
void setLocale(Language value)
Sets the value of the locale property.
void setValue(String value)
Sets the value of the value property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Language locale

protected String value

Public Constructors

public LanguageValue ()

Public Methods

public Language getLocale ()

Gets the value of the locale property.

Returns

public String getValue ()

Gets the value of the value property.

Returns
  • possible object is String

public void setLocale (Language value)

Sets the value of the locale property.

Parameters
value Allowed object is Language

public void setValue (String value)

Sets the value of the value property.

Parameters
value Allowed object is String