org.infoml.jaxb.impl
Class SimpleRichTextWithSeparatorTypeImpl

java.lang.Object
  extended by org.infoml.jaxb.impl.SimpleRichTextTypeImpl
      extended by org.infoml.jaxb.impl.SimpleRichTextWithSeparatorTypeImpl
All Implemented Interfaces:
SimpleRichTextType, SimpleRichTextWithSeparatorType

public class SimpleRichTextWithSeparatorTypeImpl
extends SimpleRichTextTypeImpl
implements SimpleRichTextWithSeparatorType


Nested Class Summary
 class SimpleRichTextWithSeparatorTypeImpl.Unmarshaller
           
 
Nested classes/interfaces inherited from class org.infoml.jaxb.impl.SimpleRichTextTypeImpl
SimpleRichTextTypeImpl.AImpl, SimpleRichTextTypeImpl.CodeImpl, SimpleRichTextTypeImpl.EmImpl, SimpleRichTextTypeImpl.PreImpl, SimpleRichTextTypeImpl.StrongImpl
 
Nested classes/interfaces inherited from interface org.infoml.jaxb.SimpleRichTextType
SimpleRichTextType.A, SimpleRichTextType.Code, SimpleRichTextType.Em, SimpleRichTextType.Pre, SimpleRichTextType.Strong
 
Field Summary
protected  java.lang.String _PreSeparator
           
static java.lang.Class version
           
 
Fields inherited from class org.infoml.jaxb.impl.SimpleRichTextTypeImpl
_Content
 
Constructor Summary
SimpleRichTextWithSeparatorTypeImpl()
           
 
Method Summary
 com.sun.msv.verifier.DocumentDeclaration createRawValidator()
           
 org.infoml.jaxb.impl.runtime.UnmarshallingEventHandler createUnmarshaller(org.infoml.jaxb.impl.runtime.UnmarshallingContext context)
           
 java.lang.String getPreSeparator()
          Gets the value of the preSeparator property.
 java.lang.Class getPrimaryInterface()
           
 void serializeAttributes(org.infoml.jaxb.impl.runtime.XMLSerializer context)
           
 void serializeBody(org.infoml.jaxb.impl.runtime.XMLSerializer context)
           
 void serializeURIs(org.infoml.jaxb.impl.runtime.XMLSerializer context)
           
 void setPreSeparator(java.lang.String value)
          Sets the value of the preSeparator property.
 
Methods inherited from class org.infoml.jaxb.impl.SimpleRichTextTypeImpl
_getContent, getContent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.infoml.jaxb.SimpleRichTextType
getContent
 

Field Detail

_PreSeparator

protected java.lang.String _PreSeparator

version

public static final java.lang.Class version
Constructor Detail

SimpleRichTextWithSeparatorTypeImpl

public SimpleRichTextWithSeparatorTypeImpl()
Method Detail

getPreSeparator

public java.lang.String getPreSeparator()
Description copied from interface: SimpleRichTextWithSeparatorType
Gets the value of the preSeparator property.

Specified by:
getPreSeparator in interface SimpleRichTextWithSeparatorType
Returns:
possible object is String

setPreSeparator

public void setPreSeparator(java.lang.String value)
Description copied from interface: SimpleRichTextWithSeparatorType
Sets the value of the preSeparator property.

Specified by:
setPreSeparator in interface SimpleRichTextWithSeparatorType
Parameters:
value - allowed object is String

createUnmarshaller

public org.infoml.jaxb.impl.runtime.UnmarshallingEventHandler createUnmarshaller(org.infoml.jaxb.impl.runtime.UnmarshallingContext context)
Overrides:
createUnmarshaller in class SimpleRichTextTypeImpl

serializeBody

public void serializeBody(org.infoml.jaxb.impl.runtime.XMLSerializer context)
                   throws org.xml.sax.SAXException
Overrides:
serializeBody in class SimpleRichTextTypeImpl
Throws:
org.xml.sax.SAXException

serializeAttributes

public void serializeAttributes(org.infoml.jaxb.impl.runtime.XMLSerializer context)
                         throws org.xml.sax.SAXException
Overrides:
serializeAttributes in class SimpleRichTextTypeImpl
Throws:
org.xml.sax.SAXException

serializeURIs

public void serializeURIs(org.infoml.jaxb.impl.runtime.XMLSerializer context)
                   throws org.xml.sax.SAXException
Overrides:
serializeURIs in class SimpleRichTextTypeImpl
Throws:
org.xml.sax.SAXException

getPrimaryInterface

public java.lang.Class getPrimaryInterface()
Overrides:
getPrimaryInterface in class SimpleRichTextTypeImpl

createRawValidator

public com.sun.msv.verifier.DocumentDeclaration createRawValidator()
Overrides:
createRawValidator in class SimpleRichTextTypeImpl