org.infoml.jaxb.impl
Class SimpleRichTextWithOwnerReplaceTypeImpl

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

public class SimpleRichTextWithOwnerReplaceTypeImpl
extends SimpleRichTextTypeImpl
implements SimpleRichTextWithOwnerReplaceType


Nested Class Summary
 class SimpleRichTextWithOwnerReplaceTypeImpl.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 _Owner
           
protected  boolean _ReplaceOriginal
           
protected  boolean has_ReplaceOriginal
           
static java.lang.Class version
           
 
Fields inherited from class org.infoml.jaxb.impl.SimpleRichTextTypeImpl
_Content
 
Constructor Summary
SimpleRichTextWithOwnerReplaceTypeImpl()
           
 
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 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

_Owner

protected java.lang.String _Owner

has_ReplaceOriginal

protected boolean has_ReplaceOriginal

_ReplaceOriginal

protected boolean _ReplaceOriginal

version

public static final java.lang.Class version
Constructor Detail

SimpleRichTextWithOwnerReplaceTypeImpl

public SimpleRichTextWithOwnerReplaceTypeImpl()
Method Detail

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