org.infoml.jaxb.impl
Class SimpleRichTextTypeImpl

java.lang.Object
  extended by org.infoml.jaxb.impl.SimpleRichTextTypeImpl
All Implemented Interfaces:
SimpleRichTextType
Direct Known Subclasses:
RichPointerTypeImpl.PImpl, RichTextTypeImpl.PImpl, SimpleRichTextWithAuthorTypeImpl, SimpleRichTextWithInfoTypeImpl, SimpleRichTextWithOwnerReplaceTypeImpl, SimpleRichTextWithOwnerTypeImpl, SimpleRichTextWithSeparatorTypeImpl

public class SimpleRichTextTypeImpl
extends java.lang.Object
implements SimpleRichTextType


Nested Class Summary
static class SimpleRichTextTypeImpl.AImpl
           
static class SimpleRichTextTypeImpl.CodeImpl
           
static class SimpleRichTextTypeImpl.EmImpl
           
static class SimpleRichTextTypeImpl.PreImpl
           
static class SimpleRichTextTypeImpl.StrongImpl
           
 class SimpleRichTextTypeImpl.Unmarshaller
           
 
Nested classes/interfaces inherited from interface org.infoml.jaxb.SimpleRichTextType
SimpleRichTextType.A, SimpleRichTextType.Code, SimpleRichTextType.Em, SimpleRichTextType.Pre, SimpleRichTextType.Strong
 
Field Summary
protected  com.sun.xml.bind.util.ListImpl _Content
           
static java.lang.Class version
           
 
Constructor Summary
SimpleRichTextTypeImpl()
           
 
Method Summary
protected  com.sun.xml.bind.util.ListImpl _getContent()
           
 com.sun.msv.verifier.DocumentDeclaration createRawValidator()
           
 org.infoml.jaxb.impl.runtime.UnmarshallingEventHandler createUnmarshaller(org.infoml.jaxb.impl.runtime.UnmarshallingContext context)
           
 java.util.List getContent()
          Text that can contain the following styles: em (usually represented as italics), strong (bold), code (monospace font), a (hyperlink), and pre (preformatted, including multiple contiguous spaces and tab characters).
 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

_Content

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

version

public static final java.lang.Class version
Constructor Detail

SimpleRichTextTypeImpl

public SimpleRichTextTypeImpl()
Method Detail

_getContent

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

getContent

public java.util.List getContent()
Description copied from interface: SimpleRichTextType
Text that can contain the following styles: em (usually represented as italics), strong (bold), code (monospace font), a (hyperlink), and pre (preformatted, including multiple contiguous spaces and tab characters). Styles can be nested within each other. This text is assumed to be in a single paragraph (i.e., containing no p elements).Gets the value of the Content 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 Content property.

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

    getContent().add(newItem);
 

Objects of the following type(s) are allowed in the list String SimpleRichTextType.A SimpleRichTextType.Pre SimpleRichTextType.Strong SimpleRichTextType.Em SimpleRichTextType.Code

Specified by:
getContent in interface SimpleRichTextType

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()