public interface LocaleEncodingMappingType
The following features are supported:
Webapp25Package.getLocaleEncodingMappingType()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEncoding()
Returns the value of the 'Encoding' attribute.
|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
java.lang.String |
getLocale()
Returns the value of the 'Locale' attribute.
|
void |
setEncoding(java.lang.String value)
Sets the value of the '
Encoding' attribute. |
void |
setId(java.lang.String value)
Sets the value of the '
Id' attribute. |
void |
setLocale(java.lang.String value)
Sets the value of the '
Locale' attribute. |
java.lang.String getLocale()
If the meaning of the 'Locale' attribute isn't clear, there really should be more of a description here...
setLocale(String),
Webapp25Package.getLocaleEncodingMappingType_Locale()void setLocale(java.lang.String value)
Locale' attribute. value - the new value of the 'Locale' attribute.getLocale()java.lang.String getEncoding()
If the meaning of the 'Encoding' attribute isn't clear, there really should be more of a description here...
setEncoding(String),
Webapp25Package.getLocaleEncodingMappingType_Encoding()void setEncoding(java.lang.String value)
Encoding' attribute. value - the new value of the 'Encoding' attribute.getEncoding()java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
Webapp25Package.getLocaleEncodingMappingType_Id()