public interface LocalizedRichText
Modifier and Type | Method and Description |
---|---|
java.util.Locale |
getLocale()
Gets the Locale for this object.
|
RichText |
getValue()
Gets the RichText value for this object.
|
void |
setLocale(java.util.Locale locale)
Sets the Locale for this object.
|
void |
setValue(RichText value)
Sets the RichText value for this object.
|
java.util.Locale getLocale() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
- if an internal error occurs on getting the locale.RichText getValue() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
- if an internal error occurs on getting the value.void setLocale(java.util.Locale locale) throws javax.xml.registry.JAXRException
locale
- the Locale used by this object.javax.xml.registry.JAXRException
- if an internal error occurs on setting the locale.void setValue(RichText value) throws javax.xml.registry.JAXRException
value
- the value defined by this object.javax.xml.registry.JAXRException
- if an internal error occurs on setting the value.