org.infoml.jaxb.impl
Class TableTypeImpl

java.lang.Object
  extended by org.infoml.jaxb.impl.TableTypeImpl
All Implemented Interfaces:
TableType
Direct Known Subclasses:
RichPointerTypeImpl.TableImpl, RichTextTypeImpl.TableImpl

public class TableTypeImpl
extends java.lang.Object
implements TableType


Nested Class Summary
 class TableTypeImpl.Unmarshaller
           
 
Field Summary
protected  CaptionType _Caption
           
protected  com.sun.xml.bind.util.ListImpl _Tr
           
static java.lang.Class version
           
 
Constructor Summary
TableTypeImpl()
           
 
Method Summary
protected  com.sun.xml.bind.util.ListImpl _getTr()
           
 com.sun.msv.verifier.DocumentDeclaration createRawValidator()
           
 org.infoml.jaxb.impl.runtime.UnmarshallingEventHandler createUnmarshaller(org.infoml.jaxb.impl.runtime.UnmarshallingContext context)
           
 CaptionType getCaption()
          Gets the value of the caption property.
 java.lang.Class getPrimaryInterface()
           
 java.util.List getTr()
          Gets the value of the Tr 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)
           
 void setCaption(CaptionType value)
          Sets the value of the caption property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_Caption

protected CaptionType _Caption

_Tr

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

version

public static final java.lang.Class version
Constructor Detail

TableTypeImpl

public TableTypeImpl()
Method Detail

getCaption

public CaptionType getCaption()
Description copied from interface: TableType
Gets the value of the caption property.

Specified by:
getCaption in interface TableType
Returns:
possible object is CaptionType

setCaption

public void setCaption(CaptionType value)
Description copied from interface: TableType
Sets the value of the caption property.

Specified by:
setCaption in interface TableType
Parameters:
value - allowed object is CaptionType

_getTr

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

getTr

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

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

    getTr().add(newItem);
 

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

Specified by:
getTr in interface TableType

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