public interface CtJdbcAttribute extends CtAttribute
| Modifier and Type | Interface and Description |
|---|---|
static class |
CtJdbcAttribute.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
String |
getDbColumn()
Gets the "dbColumn" element
|
String |
getDbTable()
Gets the "dbTable" element
|
boolean |
isSetDbColumn()
True if has "dbColumn" element
|
boolean |
isSetDbTable()
True if has "dbTable" element
|
void |
setDbColumn(String dbColumn)
Sets the "dbColumn" element
|
void |
setDbTable(String dbTable)
Sets the "dbTable" element
|
void |
unsetDbColumn()
Unsets the "dbColumn" element
|
void |
unsetDbTable()
Unsets the "dbTable" element
|
org.apache.xmlbeans.XmlString |
xgetDbColumn()
Gets (as xml) the "dbColumn" element
|
org.apache.xmlbeans.XmlString |
xgetDbTable()
Gets (as xml) the "dbTable" element
|
void |
xsetDbColumn(org.apache.xmlbeans.XmlString dbColumn)
Sets (as xml) the "dbColumn" element
|
void |
xsetDbTable(org.apache.xmlbeans.XmlString dbTable)
Sets (as xml) the "dbTable" element
|
getDataName, getDataType, getDescription, getJavaName, getJavaType, getTransformClass, isSetDescription, isSetTransformClass, setDataName, setDataType, setDescription, setJavaName, setJavaType, setTransformClass, unsetDescription, unsetTransformClass, xgetDataName, xgetDataType, xgetDescription, xgetJavaName, xgetJavaType, xgetTransformClass, xsetDataName, xsetDataType, xsetDescription, xsetJavaName, xsetJavaType, xsetTransformClasschangeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextString getDbTable()
org.apache.xmlbeans.XmlString xgetDbTable()
boolean isSetDbTable()
void setDbTable(String dbTable)
void xsetDbTable(org.apache.xmlbeans.XmlString dbTable)
void unsetDbTable()
String getDbColumn()
org.apache.xmlbeans.XmlString xgetDbColumn()
boolean isSetDbColumn()
void setDbColumn(String dbColumn)
void xsetDbColumn(org.apache.xmlbeans.XmlString dbColumn)
void unsetDbColumn()
Copyright © 2014. All Rights Reserved.