public class LocaleEncodingMapping extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
encoding |
protected String |
id |
protected String |
locale |
| Constructor and Description |
|---|
LocaleEncodingMapping() |
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.