org.infoml.jaxb.impl
Class EmTypeImpl
java.lang.Object
org.infoml.jaxb.impl.EmTypeImpl
- All Implemented Interfaces:
- EmType
- Direct Known Subclasses:
- ATypeImpl.EmImpl, CodeTypeImpl.EmImpl, EmTypeImpl.EmImpl, PTypeImpl.EmImpl, SimpleRichTextTypeImpl.EmImpl, StrongTypeImpl.EmImpl
public class EmTypeImpl
- extends java.lang.Object
- implements EmType
Field Summary |
protected com.sun.xml.bind.util.ListImpl |
_Content
|
static java.lang.Class |
version
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_Content
protected com.sun.xml.bind.util.ListImpl _Content
version
public static final java.lang.Class version
EmTypeImpl
public EmTypeImpl()
_getContent
protected com.sun.xml.bind.util.ListImpl _getContent()
getContent
public java.util.List getContent()
- Description copied from interface:
EmType
- 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
EmType.A
EmType.Pre
EmType.Code
EmType.Em
String
EmType.Strong
- Specified by:
getContent
in interface EmType
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()