org.infoml.jaxb.impl
Class RichTextWithExactTypeImpl
java.lang.Object
org.infoml.jaxb.impl.RichTextTypeImpl
org.infoml.jaxb.impl.RichTextWithExactTypeImpl
- All Implemented Interfaces:
- RichTextType, RichTextWithExactType
public class RichTextWithExactTypeImpl
- extends RichTextTypeImpl
- implements RichTextWithExactType
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
has_Exact
protected boolean has_Exact
_Exact
protected boolean _Exact
version
public static final java.lang.Class version
RichTextWithExactTypeImpl
public RichTextWithExactTypeImpl()
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