public class FacesLocale
extends java.lang.Object
Java class for faces-config-localeType simple type.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="faces-config-localeType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <pattern value="[a-z]{2}(_|-)?([\p{L}\-\p{Nd}]{2})?"/> </restriction> </simpleType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
value |
Constructor and Description |
---|
FacesLocale() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue()
The localeType defines valid locale defined by ISO-639-1
and ISO-3166.
|
void |
setValue(java.lang.String value)
Sets the value of the value property.
|
public java.lang.String getValue()
String
public void setValue(java.lang.String value)
value
- allowed object is
String