public class LanguageSettings extends Obj
Java class for languageSettings complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="languageSettings">
<complexContent>
<extension base="{http://www.intertrust.ru}obj">
<all>
<element name="defaultLocale" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="locales" type="{http://www.intertrust.ru}listOfLocales"/>
</all>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
defaultLocale |
protected List<String> |
locales |
| Constructor and Description |
|---|
LanguageSettings() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultLocale()
Gets the value of the defaultLocale property.
|
List<String> |
getLocales()
Gets the value of the locales property.
|
void |
setDefaultLocale(String value)
Sets the value of the defaultLocale property.
|
testGeneratedMethodpublic String getDefaultLocale()
Stringpublic void setDefaultLocale(String value)
value - allowed object is
Stringpublic List<String> getLocales()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the locales property.
For example, to add a new item, do as follows:
getLocales().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2012–2014 RedSoft. All rights reserved.