Package org.apache.openejb.jee
Class FacesSupportedLocale
- java.lang.Object
-
- org.apache.openejb.jee.FacesSupportedLocale
-
public class FacesSupportedLocale extends Object
web-facesconfig_2_0.xsdJava class for faces-config-supported-localeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="faces-config-supported-localeType"> <simpleContent> <extension base="<http://java.sun.com/xml/ns/javaee>faces-config-localeType"> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </extension> </simpleContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringidprotected FacesLocalevalue
-
Constructor Summary
Constructors Constructor Description FacesSupportedLocale()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()Gets the value of the id property.FacesLocalegetValue()The localeType defines valid locale defined by ISO-639-1 and ISO-3166.voidsetId(String value)Sets the value of the id property.voidsetValue(FacesLocale value)Sets the value of the value property.
-
-
-
Field Detail
-
value
protected FacesLocale value
-
id
protected String id
-
-
Method Detail
-
getValue
public FacesLocale getValue()
The localeType defines valid locale defined by ISO-639-1 and ISO-3166.- Returns:
- possible object is
FacesLocale
-
setValue
public void setValue(FacesLocale value)
Sets the value of the value property.- Parameters:
value- allowed object isFacesLocale
-
-