org.infoml.jaxb.impl
Class RichTextFragmentsTypeImpl

java.lang.Object
  extended by org.infoml.jaxb.impl.RichTextFragmentsTypeImpl
All Implemented Interfaces:
RichTextFragmentsType

public class RichTextFragmentsTypeImpl
extends java.lang.Object
implements RichTextFragmentsType


Nested Class Summary
 class RichTextFragmentsTypeImpl.Unmarshaller
           
 
Field Summary
protected  com.sun.xml.bind.util.ListImpl _Fragment
           
static java.lang.Class version
           
 
Constructor Summary
RichTextFragmentsTypeImpl()
           
 
Method Summary
protected  com.sun.xml.bind.util.ListImpl _getFragment()
           
 com.sun.msv.verifier.DocumentDeclaration createRawValidator()
           
 org.infoml.jaxb.impl.runtime.UnmarshallingEventHandler createUnmarshaller(org.infoml.jaxb.impl.runtime.UnmarshallingContext context)
           
 java.util.List getFragment()
          Gets the value of the Fragment 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

_Fragment

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

version

public static final java.lang.Class version
Constructor Detail

RichTextFragmentsTypeImpl

public RichTextFragmentsTypeImpl()
Method Detail

_getFragment

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

getFragment

public java.util.List getFragment()
Description copied from interface: RichTextFragmentsType
Gets the value of the Fragment 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 Fragment property.

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

    getFragment().add(newItem);
 

Objects of the following type(s) are allowed in the list SimpleRichTextType

Specified by:
getFragment in interface RichTextFragmentsType

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