public class LocaleEncodingMappingType 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 |
|---|
LocaleEncodingMappingType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
LocaleEncodingMappingType |
withEncoding(String value) |
LocaleEncodingMappingType |
withId(String value) |
LocaleEncodingMappingType |
withLocale(String value) |
protected String locale
protected String encoding
protected String id
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 void setId(String value)
value - allowed object is
Stringpublic LocaleEncodingMappingType withLocale(String value)
public LocaleEncodingMappingType withEncoding(String value)
public LocaleEncodingMappingType withId(String value)
Copyright © 2019. All rights reserved.