org.chur.ant.db.jdbsynch.jaxb
Interface Table
- All Known Implementing Classes:
- TableImpl
public interface Table
Java content class for Table complex type.
The following schema fragment specifies the expected content contained within this java content object.
<complexType name="Table">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="fields" type="{}FieldMetaData" maxOccurs="unbounded"/>
<element name="records" type="{}Record" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
getRecords
java.util.List getRecords()
isSetRecords
boolean isSetRecords()
unsetRecords
void unsetRecords()
getFields
java.util.List getFields()
isSetFields
boolean isSetFields()
unsetFields
void unsetFields()
getName
java.lang.String getName()
setName
void setName(java.lang.String value)
isSetName
boolean isSetName()
unsetName
void unsetName()