org.apache.openejb.jee
Class LocaleEncodingMapping
java.lang.Object
org.apache.openejb.jee.LocaleEncodingMapping
public class LocaleEncodingMapping
- extends Object
web-common_3_0.xsd
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
locale
protected String locale
encoding
protected String encoding
id
protected String id
LocaleEncodingMapping
public LocaleEncodingMapping()
getLocale
public String getLocale()
setLocale
public void setLocale(String value)
getEncoding
public String getEncoding()
setEncoding
public void setEncoding(String value)
getId
public String getId()
setId
public void setId(String value)
Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.