org.infoml.jaxb.impl
Class RichTextTypeImpl

java.lang.Object
  extended by org.infoml.jaxb.impl.RichTextTypeImpl
All Implemented Interfaces:
RichTextType
Direct Known Subclasses:
RichTextWithExactTypeImpl, RichTextWithOwnerTypeImpl

public class RichTextTypeImpl
extends java.lang.Object
implements RichTextType


Nested Class Summary
static class RichTextTypeImpl.PImpl
           
static class RichTextTypeImpl.PoemImpl
           
static class RichTextTypeImpl.QuotationImpl
           
static class RichTextTypeImpl.TableImpl
           
 class RichTextTypeImpl.Unmarshaller
           
 
Nested classes/interfaces inherited from interface org.infoml.jaxb.RichTextType
RichTextType.P, RichTextType.Poem, RichTextType.Quotation, RichTextType.Table
 
Field Summary
protected  com.sun.xml.bind.util.ListImpl _POrQuotationOrPoem
           
static java.lang.Class version
           
 
Constructor Summary
RichTextTypeImpl()
           
 
Method Summary
protected  com.sun.xml.bind.util.ListImpl _getPOrQuotationOrPoem()
           
 com.sun.msv.verifier.DocumentDeclaration createRawValidator()
           
 org.infoml.jaxb.impl.runtime.UnmarshallingEventHandler createUnmarshaller(org.infoml.jaxb.impl.runtime.UnmarshallingContext context)
           
 java.util.List getPOrQuotationOrPoem()
          Gets the value of the POrQuotationOrPoem 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_POrQuotationOrPoem

protected com.sun.xml.bind.util.ListImpl _POrQuotationOrPoem

version

public static final java.lang.Class version
Constructor Detail

RichTextTypeImpl

public RichTextTypeImpl()
Method Detail

_getPOrQuotationOrPoem

protected com.sun.xml.bind.util.ListImpl _getPOrQuotationOrPoem()

getPOrQuotationOrPoem

public java.util.List getPOrQuotationOrPoem()
Description copied from interface: RichTextType
Gets the value of the POrQuotationOrPoem property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the POrQuotationOrPoem property.

For example, to add a new item, do as follows:

    getPOrQuotationOrPoem().add(newItem);
 

Objects of the following type(s) are allowed in the list RichTextType.Poem RichTextType.P RichTextType.Table RichTextType.Quotation

Specified by:
getPOrQuotationOrPoem in interface RichTextType

createUnmarshaller

public org.infoml.jaxb.impl.runtime.UnmarshallingEventHandler createUnmarshaller(org.infoml.jaxb.impl.runtime.UnmarshallingContext context)

serializeBody

public void serializeBody(org.infoml.jaxb.impl.runtime.XMLSerializer context)
                   throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

serializeAttributes

public void serializeAttributes(org.infoml.jaxb.impl.runtime.XMLSerializer context)
                         throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

serializeURIs

public void serializeURIs(org.infoml.jaxb.impl.runtime.XMLSerializer context)
                   throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

getPrimaryInterface

public java.lang.Class getPrimaryInterface()

createRawValidator

public com.sun.msv.verifier.DocumentDeclaration createRawValidator()