org.chur.ant.db.jdbsynch.jaxb.impl
Class TableImpl

java.lang.Object
  extended by org.chur.ant.db.jdbsynch.jaxb.impl.TableImpl
All Implemented Interfaces:
com.sun.xml.bind.serializer.XMLSerializable, com.sun.xml.bind.unmarshaller.UnmarshallableObject, com.sun.xml.bind.validator.ValidatableObject, Table

public class TableImpl
extends java.lang.Object
implements Table, com.sun.xml.bind.unmarshaller.UnmarshallableObject, com.sun.xml.bind.serializer.XMLSerializable, com.sun.xml.bind.validator.ValidatableObject


Nested Class Summary
 class TableImpl.Unmarshaller
           
 
Field Summary
protected  com.sun.xml.bind.util.ListImpl _Fields
           
protected  java.lang.String _Name
           
protected  com.sun.xml.bind.util.ListImpl _Records
           
 
Constructor Summary
TableImpl()
           
 
Method Summary
 com.sun.msv.verifier.DocumentDeclaration createRawValidator()
           
 java.util.List getFields()
           
 java.lang.String getName()
           
 java.lang.Class getPrimaryInterface()
           
 java.lang.Class getPrimaryInterfaceClass()
           
 java.util.List getRecords()
           
 com.sun.xml.bind.unmarshaller.ContentHandlerEx getUnmarshaller(com.sun.xml.bind.unmarshaller.UnmarshallingContext context)
           
 boolean isSetFields()
           
 boolean isSetName()
           
 boolean isSetRecords()
           
 void serializeAttributeBodies(com.sun.xml.bind.serializer.XMLSerializer context)
           
 void serializeAttributes(com.sun.xml.bind.serializer.XMLSerializer context)
           
 void serializeElements(com.sun.xml.bind.serializer.XMLSerializer context)
           
 void setName(java.lang.String value)
           
 void unsetFields()
           
 void unsetName()
           
 void unsetRecords()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_Records

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

_Fields

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

_Name

protected java.lang.String _Name
Constructor Detail

TableImpl

public TableImpl()
Method Detail

getRecords

public java.util.List getRecords()
Specified by:
getRecords in interface Table

isSetRecords

public boolean isSetRecords()
Specified by:
isSetRecords in interface Table

unsetRecords

public void unsetRecords()
Specified by:
unsetRecords in interface Table

getFields

public java.util.List getFields()
Specified by:
getFields in interface Table

isSetFields

public boolean isSetFields()
Specified by:
isSetFields in interface Table

unsetFields

public void unsetFields()
Specified by:
unsetFields in interface Table

getName

public java.lang.String getName()
Specified by:
getName in interface Table

setName

public void setName(java.lang.String value)
Specified by:
setName in interface Table

isSetName

public boolean isSetName()
Specified by:
isSetName in interface Table

unsetName

public void unsetName()
Specified by:
unsetName in interface Table

getUnmarshaller

public com.sun.xml.bind.unmarshaller.ContentHandlerEx getUnmarshaller(com.sun.xml.bind.unmarshaller.UnmarshallingContext context)
Specified by:
getUnmarshaller in interface com.sun.xml.bind.unmarshaller.UnmarshallableObject

getPrimaryInterfaceClass

public java.lang.Class getPrimaryInterfaceClass()
Specified by:
getPrimaryInterfaceClass in interface com.sun.xml.bind.unmarshaller.UnmarshallableObject

serializeElements

public void serializeElements(com.sun.xml.bind.serializer.XMLSerializer context)
                       throws org.xml.sax.SAXException
Specified by:
serializeElements in interface com.sun.xml.bind.serializer.XMLSerializable
Throws:
org.xml.sax.SAXException

serializeAttributes

public void serializeAttributes(com.sun.xml.bind.serializer.XMLSerializer context)
                         throws org.xml.sax.SAXException
Specified by:
serializeAttributes in interface com.sun.xml.bind.serializer.XMLSerializable
Throws:
org.xml.sax.SAXException

serializeAttributeBodies

public void serializeAttributeBodies(com.sun.xml.bind.serializer.XMLSerializer context)
                              throws org.xml.sax.SAXException
Specified by:
serializeAttributeBodies in interface com.sun.xml.bind.serializer.XMLSerializable
Throws:
org.xml.sax.SAXException

getPrimaryInterface

public java.lang.Class getPrimaryInterface()
Specified by:
getPrimaryInterface in interface com.sun.xml.bind.validator.ValidatableObject

createRawValidator

public com.sun.msv.verifier.DocumentDeclaration createRawValidator()
Specified by:
createRawValidator in interface com.sun.xml.bind.validator.ValidatableObject