org.infoml.jaxb.impl
Class TableTypeImpl
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_Caption
protected CaptionType _Caption
_Tr
protected com.sun.xml.bind.util.ListImpl _Tr
version
public static final java.lang.Class version
TableTypeImpl
public TableTypeImpl()
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()