org.infoml.jaxb.impl
Class TableRowTypeImpl.ThImpl

java.lang.Object
  extended by org.infoml.jaxb.impl.TableRowTypeImpl.ThImpl
All Implemented Interfaces:
javax.xml.bind.Element, TableRowType.Th
Enclosing class:
TableRowTypeImpl

public static class TableRowTypeImpl.ThImpl
extends java.lang.Object
implements TableRowType.Th


Nested Class Summary
 class TableRowTypeImpl.ThImpl.Unmarshaller
           
 
Field Summary
protected  java.lang.String _Value
           
static java.lang.Class version
           
 
Constructor Summary
TableRowTypeImpl.ThImpl()
           
TableRowTypeImpl.ThImpl(java.lang.String value)
           
 
Method Summary
 java.lang.String ____jaxb_ri____getLocalName()
           
 java.lang.String ____jaxb_ri____getNamespaceURI()
           
 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.lang.String getValue()
          Gets the value of the value 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 setValue(java.lang.String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_Value

protected java.lang.String _Value

version

public static final java.lang.Class version
Constructor Detail

TableRowTypeImpl.ThImpl

public TableRowTypeImpl.ThImpl()

TableRowTypeImpl.ThImpl

public TableRowTypeImpl.ThImpl(java.lang.String value)
Method Detail

____jaxb_ri____getNamespaceURI

public java.lang.String ____jaxb_ri____getNamespaceURI()

____jaxb_ri____getLocalName

public java.lang.String ____jaxb_ri____getLocalName()

getValue

public java.lang.String getValue()
Description copied from interface: TableRowType.Th
Gets the value of the value property.

Specified by:
getValue in interface TableRowType.Th
Returns:
possible object is String

setValue

public void setValue(java.lang.String value)
Description copied from interface: TableRowType.Th
Sets the value of the value property.

Specified by:
setValue in interface TableRowType.Th
Parameters:
value - allowed object is String

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