com.centrasite.jaxr.infomodel
Interface RichText


public interface RichText


Method Summary
 javax.xml.registry.infomodel.ExtrinsicObject getExtrinsicObject()
           
 java.lang.String getText()
          Get the rich-text content.
 void setText(java.lang.String text)
          Set the rich-text content.
 

Method Detail

setText

void setText(java.lang.String text)
             throws javax.xml.registry.JAXRException
Set the rich-text content.

Parameters:
text - the rich-text content
Throws:
javax.xml.registry.JAXRException

getText

java.lang.String getText()
                         throws javax.xml.registry.JAXRException
Get the rich-text content.

Returns:
the rich-text content
Throws:
javax.xml.registry.JAXRException

getExtrinsicObject

javax.xml.registry.infomodel.ExtrinsicObject getExtrinsicObject()
                                                                throws javax.xml.registry.JAXRException
Throws:
javax.xml.registry.JAXRException