org.infoml.jaxb.impl
Class SimpleRichTextWithAuthorTypeImpl

java.lang.Object
  extended by org.infoml.jaxb.impl.SimpleRichTextTypeImpl
      extended by org.infoml.jaxb.impl.SimpleRichTextWithAuthorTypeImpl
All Implemented Interfaces:
SimpleRichTextType, SimpleRichTextWithAuthorType
Direct Known Subclasses:
RichPointerTypeImpl.QuotationImpl, RichTextTypeImpl.QuotationImpl

public class SimpleRichTextWithAuthorTypeImpl
extends SimpleRichTextTypeImpl
implements SimpleRichTextWithAuthorType


Nested Class Summary
 class SimpleRichTextWithAuthorTypeImpl.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 _Author
           
static java.lang.Class version
           
 
Fields inherited from class org.infoml.jaxb.impl.SimpleRichTextTypeImpl
_Content
 
Constructor Summary
SimpleRichTextWithAuthorTypeImpl()
           
 
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 getAuthor()
          Gets the value of the author 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 setAuthor(java.lang.String value)
          Sets the value of the author 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

_Author

protected java.lang.String _Author

version

public static final java.lang.Class version
Constructor Detail

SimpleRichTextWithAuthorTypeImpl

public SimpleRichTextWithAuthorTypeImpl()
Method Detail

getAuthor

public java.lang.String getAuthor()
Description copied from interface: SimpleRichTextWithAuthorType
Gets the value of the author property.

Specified by:
getAuthor in interface SimpleRichTextWithAuthorType
Returns:
possible object is String

setAuthor

public void setAuthor(java.lang.String value)
Description copied from interface: SimpleRichTextWithAuthorType
Sets the value of the author property.

Specified by:
setAuthor in interface SimpleRichTextWithAuthorType
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