org.infoml.jaxb.impl
Class RichTextWithExactTypeImpl

java.lang.Object
  extended by org.infoml.jaxb.impl.RichTextTypeImpl
      extended by org.infoml.jaxb.impl.RichTextWithExactTypeImpl
All Implemented Interfaces:
RichTextType, RichTextWithExactType

public class RichTextWithExactTypeImpl
extends RichTextTypeImpl
implements RichTextWithExactType


Nested Class Summary
 class RichTextWithExactTypeImpl.Unmarshaller
           
 
Nested classes/interfaces inherited from class org.infoml.jaxb.impl.RichTextTypeImpl
RichTextTypeImpl.PImpl, RichTextTypeImpl.PoemImpl, RichTextTypeImpl.QuotationImpl, RichTextTypeImpl.TableImpl
 
Nested classes/interfaces inherited from interface org.infoml.jaxb.RichTextType
RichTextType.P, RichTextType.Poem, RichTextType.Quotation, RichTextType.Table
 
Field Summary
protected  boolean _Exact
           
protected  boolean has_Exact
           
static java.lang.Class version
           
 
Fields inherited from class org.infoml.jaxb.impl.RichTextTypeImpl
_POrQuotationOrPoem
 
Constructor Summary
RichTextWithExactTypeImpl()
           
 
Method Summary
 com.sun.msv.verifier.DocumentDeclaration createRawValidator()
           
 org.infoml.jaxb.impl.runtime.UnmarshallingEventHandler createUnmarshaller(org.infoml.jaxb.impl.runtime.UnmarshallingContext context)
           
 java.lang.Class getPrimaryInterface()
           
 boolean isExact()
          Gets the value of the exact property.
 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 setExact(boolean value)
          Sets the value of the exact property.
 
Methods inherited from class org.infoml.jaxb.impl.RichTextTypeImpl
_getPOrQuotationOrPoem, getPOrQuotationOrPoem
 
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.RichTextType
getPOrQuotationOrPoem
 

Field Detail

has_Exact

protected boolean has_Exact

_Exact

protected boolean _Exact

version

public static final java.lang.Class version
Constructor Detail

RichTextWithExactTypeImpl

public RichTextWithExactTypeImpl()
Method Detail

isExact

public boolean isExact()
Description copied from interface: RichTextWithExactType
Gets the value of the exact property.

Specified by:
isExact in interface RichTextWithExactType

setExact

public void setExact(boolean value)
Description copied from interface: RichTextWithExactType
Sets the value of the exact property.

Specified by:
setExact in interface RichTextWithExactType

createUnmarshaller

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

serializeBody

public void serializeBody(org.infoml.jaxb.impl.runtime.XMLSerializer context)
                   throws org.xml.sax.SAXException
Overrides:
serializeBody in class RichTextTypeImpl
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 RichTextTypeImpl
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 RichTextTypeImpl
Throws:
org.xml.sax.SAXException

getPrimaryInterface

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

createRawValidator

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