public interface LocaleEncodingMappingType<T> extends Child<T>, JavaeeLocaleEncodingMappingCommonType<T,LocaleEncodingMappingType<T>>
locale-encoding-mappingType
xsd typeModifier and Type | Method and Description |
---|---|
LocaleEncodingMappingType<T> |
encoding(String encoding)
Sets the
encoding element |
String |
getEncoding()
Returns the
encoding element |
String |
getId()
Returns the
id attribute |
String |
getLocale()
Returns the
locale element |
LocaleEncodingMappingType<T> |
id(String id)
Sets the
id attribute |
LocaleEncodingMappingType<T> |
locale(String locale)
Sets the
locale element |
LocaleEncodingMappingType<T> |
removeEncoding()
Removes the
encoding element |
LocaleEncodingMappingType<T> |
removeId()
Removes the
id attribute |
LocaleEncodingMappingType<T> |
removeLocale()
Removes the
locale element |
LocaleEncodingMappingType<T> locale(String locale)
locale
elementlocale
- the value for the element locale
LocaleEncodingMappingType
String getLocale()
locale
elementlocale
LocaleEncodingMappingType<T> removeLocale()
locale
elementLocaleEncodingMappingType
LocaleEncodingMappingType<T> encoding(String encoding)
encoding
elementencoding
- the value for the element encoding
LocaleEncodingMappingType
String getEncoding()
encoding
elementencoding
LocaleEncodingMappingType<T> removeEncoding()
encoding
elementLocaleEncodingMappingType
LocaleEncodingMappingType<T> id(String id)
id
attributeid
- the value for the attribute id
LocaleEncodingMappingType
String getId()
id
attributeid
LocaleEncodingMappingType<T> removeId()
id
attributeLocaleEncodingMappingType
Copyright © 2017 JBoss by Red Hat. All rights reserved.