
public interface LocaleEncodingMappingType<T> extends Child<T>, JavaeeLocaleEncodingMappingCommonType<T,LocaleEncodingMappingType<T>>
locale-encoding-mappingType xsd type| Modifier 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 localeLocaleEncodingMappingTypeString getLocale()
locale elementlocaleLocaleEncodingMappingType<T> removeLocale()
locale elementLocaleEncodingMappingTypeLocaleEncodingMappingType<T> encoding(String encoding)
encoding elementencoding - the value for the element encodingLocaleEncodingMappingTypeString getEncoding()
encoding elementencodingLocaleEncodingMappingType<T> removeEncoding()
encoding elementLocaleEncodingMappingTypeLocaleEncodingMappingType<T> id(String id)
id attributeid - the value for the attribute idLocaleEncodingMappingTypeString getId()
id attributeidLocaleEncodingMappingType<T> removeId()
id attributeLocaleEncodingMappingTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.