org.infoml.jaxb.impl
Class TableRowTypeImpl

java.lang.Object
  extended by org.infoml.jaxb.impl.TableRowTypeImpl
All Implemented Interfaces:
TableRowType

public class TableRowTypeImpl
extends java.lang.Object
implements TableRowType


Nested Class Summary
static class TableRowTypeImpl.ThImpl
           
static class TableRowTypeImpl.TrImpl
           
 class TableRowTypeImpl.Unmarshaller
           
 
Nested classes/interfaces inherited from interface org.infoml.jaxb.TableRowType
TableRowType.Th, TableRowType.Tr
 
Field Summary
protected  com.sun.xml.bind.util.ListImpl _ThOrTr
           
static java.lang.Class version
           
 
Constructor Summary
TableRowTypeImpl()
           
 
Method Summary
protected  com.sun.xml.bind.util.ListImpl _getThOrTr()
           
 com.sun.msv.verifier.DocumentDeclaration createRawValidator()
           
 org.infoml.jaxb.impl.runtime.UnmarshallingEventHandler createUnmarshaller(org.infoml.jaxb.impl.runtime.UnmarshallingContext context)
           
 java.lang.Class getPrimaryInterface()
           
 java.util.List getThOrTr()
          Gets the value of the ThOrTr property.
 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

_ThOrTr

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

version

public static final java.lang.Class version
Constructor Detail

TableRowTypeImpl

public TableRowTypeImpl()
Method Detail

_getThOrTr

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

getThOrTr

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

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

    getThOrTr().add(newItem);
 

Objects of the following type(s) are allowed in the list TableRowType.Tr TableRowType.Th

Specified by:
getThOrTr in interface TableRowType

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