com.centrasite.jaxr.infomodel
Interface LocalizedRichText


public interface LocalizedRichText


Method Summary
 java.util.Locale getLocale()
          Get the Locale for this object.
 RichText getValue()
          Get the RichText value for this object.
 void setLocale(java.util.Locale locale)
          Set the Locale for this object.
 void setValue(RichText value)
          Set the RichText value for this object.
 

Method Detail

getLocale

java.util.Locale getLocale()
                           throws javax.xml.registry.JAXRException
Get the Locale for this object. Return the default Locale when no Locale has been defined.

Returns:
the Locale used by this object
Throws:
javax.xml.registry.JAXRException

getValue

RichText getValue()
                  throws javax.xml.registry.JAXRException
Get the RichText value for this object.

Returns:
the value defined by this object
Throws:
javax.xml.registry.JAXRException

setLocale

void setLocale(java.util.Locale locale)
               throws javax.xml.registry.JAXRException
Set the Locale for this object.

Parameters:
locale - the Locale used by this object
Throws:
javax.xml.registry.JAXRException

setValue

void setValue(RichText value)
              throws javax.xml.registry.JAXRException
Set the RichText value for this object.

Parameters:
value - the value defined by this object
Throws:
javax.xml.registry.JAXRException