org.infoml.jaxb
Interface SimpleRichTextWithSeparatorType

All Superinterfaces:
SimpleRichTextType
All Known Implementing Classes:
SimpleRichTextWithSeparatorTypeImpl

public interface SimpleRichTextWithSeparatorType
extends SimpleRichTextType

Java content class for simpleRichTextWithSeparatorType 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 809)

 <complexType name="simpleRichTextWithSeparatorType">
   <complexContent>
     <extension base="{http://infoml.org/infomlFile}simpleRichTextType">
       <attribute name="preSeparator" type="{http://infoml.org/infomlFile}nonnullTokenType" />
     </extension>
   </complexContent>
 </complexType>
 


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.infoml.jaxb.SimpleRichTextType
SimpleRichTextType.A, SimpleRichTextType.Code, SimpleRichTextType.Em, SimpleRichTextType.Pre, SimpleRichTextType.Strong
 
Method Summary
 java.lang.String getPreSeparator()
          Gets the value of the preSeparator property.
 void setPreSeparator(java.lang.String value)
          Sets the value of the preSeparator property.
 
Methods inherited from interface org.infoml.jaxb.SimpleRichTextType
getContent
 

Method Detail

getPreSeparator

java.lang.String getPreSeparator()
Gets the value of the preSeparator property.

Returns:
possible object is String

setPreSeparator

void setPreSeparator(java.lang.String value)
Sets the value of the preSeparator property.

Parameters:
value - allowed object is String