org.infoml.jaxb.impl
Class SimpleRichTextWithOwnerReplaceTypeImpl
java.lang.Object
org.infoml.jaxb.impl.SimpleRichTextTypeImpl
org.infoml.jaxb.impl.SimpleRichTextWithOwnerReplaceTypeImpl
- All Implemented Interfaces:
- SimpleRichTextType, SimpleRichTextWithOwnerReplaceType
public class SimpleRichTextWithOwnerReplaceTypeImpl
- extends SimpleRichTextTypeImpl
- implements SimpleRichTextWithOwnerReplaceType
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 |
getOwner()
Gets the value of the owner property. |
java.lang.Class |
getPrimaryInterface()
|
boolean |
isReplaceOriginal()
Gets the value of the replaceOriginal 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 |
setOwner(java.lang.String value)
Sets the value of the owner property. |
void |
setReplaceOriginal(boolean value)
Sets the value of the replaceOriginal property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_Owner
protected java.lang.String _Owner
has_ReplaceOriginal
protected boolean has_ReplaceOriginal
_ReplaceOriginal
protected boolean _ReplaceOriginal
version
public static final java.lang.Class version
SimpleRichTextWithOwnerReplaceTypeImpl
public SimpleRichTextWithOwnerReplaceTypeImpl()
getOwner
public java.lang.String getOwner()
- Description copied from interface:
SimpleRichTextWithOwnerReplaceType
- Gets the value of the owner property.
- Specified by:
getOwner
in interface SimpleRichTextWithOwnerReplaceType
- Returns:
- possible object is
String
setOwner
public void setOwner(java.lang.String value)
- Description copied from interface:
SimpleRichTextWithOwnerReplaceType
- Sets the value of the owner property.
- Specified by:
setOwner
in interface SimpleRichTextWithOwnerReplaceType
- Parameters:
value
- allowed object is
String
isReplaceOriginal
public boolean isReplaceOriginal()
- Description copied from interface:
SimpleRichTextWithOwnerReplaceType
- Gets the value of the replaceOriginal property.
- Specified by:
isReplaceOriginal
in interface SimpleRichTextWithOwnerReplaceType
setReplaceOriginal
public void setReplaceOriginal(boolean value)
- Description copied from interface:
SimpleRichTextWithOwnerReplaceType
- Sets the value of the replaceOriginal property.
- Specified by:
setReplaceOriginal
in interface SimpleRichTextWithOwnerReplaceType
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