|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.grizzly.http.webxml.schema.version_3_0.LocaleEncodingMappingType
public class LocaleEncodingMappingType
The locale-encoding-mapping contains locale name and encoding name. The locale name must be either "Language-code", such as "ja", defined by ISO-639 or "Language-code_Country-code", such as "ja_JP". "Country code" is defined by ISO-3166.
Java class for locale-encoding-mappingType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="locale-encoding-mappingType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="locale" type="{http://java.sun.com/xml/ns/javaee}localeType"/>
<element name="encoding" type="{http://java.sun.com/xml/ns/javaee}encodingType"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
encoding
|
protected String |
id
|
protected String |
locale
|
| Constructor Summary | |
|---|---|
LocaleEncodingMappingType()
|
|
| Method Summary | |
|---|---|
String |
getEncoding()
Gets the value of the encoding property. |
String |
getId()
Gets the value of the id property. |
String |
getLocale()
Gets the value of the locale property. |
void |
setEncoding(String value)
Sets the value of the encoding property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setLocale(String value)
Sets the value of the locale property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String locale
protected String encoding
protected String id
| Constructor Detail |
|---|
public LocaleEncodingMappingType()
| Method Detail |
|---|
public String getLocale()
Stringpublic void setLocale(String value)
value - allowed object is
Stringpublic String getEncoding()
Stringpublic void setEncoding(String value)
value - allowed object is
Stringpublic String getId()
Stringpublic void setId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||