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 JAXRException
JAXRException
- if an internal error occurs on getting the locale.RichText getValue() throws JAXRException
JAXRException
- if an internal error occurs on getting the value.void setLocale(java.util.Locale locale) throws JAXRException
locale
- the Locale used by this object.JAXRException
- if an internal error occurs on setting the locale.void setValue(RichText value) throws JAXRException
value
- the value defined by this object.JAXRException
- if an internal error occurs on setting the value.