org.infoml.jaxb
Interface RichTextWithExactType

All Superinterfaces:
RichTextType
All Known Implementing Classes:
RichTextWithExactTypeImpl

public interface RichTextWithExactType
extends RichTextType

multi-paragraph style text, plus an exact attribute (used to indicate whether the text is an exact quotation or a paraphrase/summary Java content class for richTextWithExactType complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/Users/gw/tech/ecl-wkspaces-infoml/InfOrg-101105-stable-v1_0/InfocardOrganizer-v1_0/infomlFile.xsd line 733)

 <complexType name="richTextWithExactType">
   <complexContent>
     <extension base="{http://infoml.org/infomlFile}richTextType">
       <attribute name="exact" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
     </extension>
   </complexContent>
 </complexType>
 


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.infoml.jaxb.RichTextType
RichTextType.P, RichTextType.Poem, RichTextType.Quotation, RichTextType.Table
 
Method Summary
 boolean isExact()
          Gets the value of the exact property.
 void setExact(boolean value)
          Sets the value of the exact property.
 
Methods inherited from interface org.infoml.jaxb.RichTextType
getPOrQuotationOrPoem
 

Method Detail

isExact

boolean isExact()
Gets the value of the exact property.


setExact

void setExact(boolean value)
Sets the value of the exact property.