| |
|
| com.bostechcorp.cbesb.etl.dataSourceMap.x10.TableDef
All known Subclasses: com.bostechcorp.cbesb.etl.dataSourceMap.x10.impl.TableDefImpl,
TableDef | public interface TableDef extends org.apache.xmlbeans.XmlObject(Code) | | An XML tableDef(@http://cbesb.bostechcorp.com/etl/dataSourceMap/1.0).
This is a complex type.
|
Inner Class :final public static class Factory | |
Field Summary | |
final public static org.apache.xmlbeans.SchemaType | type |
type | final public static org.apache.xmlbeans.SchemaType type(Code) | | |
isSetName | boolean isSetName()(Code) | | True if has "name" attribute
|
removeCompare | void removeCompare(int i)(Code) | | Removes the ith "compare" element
|
removeParentheses | void removeParentheses(int i)(Code) | | Removes the ith "parentheses" element
|
removeTable | void removeTable(int i)(Code) | | Removes the ith "table" element
|
sizeOfCompareArray | int sizeOfCompareArray()(Code) | | Returns number of "compare" element
|
sizeOfParenthesesArray | int sizeOfParenthesesArray()(Code) | | Returns number of "parentheses" element
|
sizeOfTableArray | int sizeOfTableArray()(Code) | | Returns number of "table" element
|
unsetName | void unsetName()(Code) | | Unsets the "name" attribute
|
xgetName | org.apache.xmlbeans.XmlString xgetName()(Code) | | Gets (as xml) the "name" attribute
|
xsetName | void xsetName(org.apache.xmlbeans.XmlString name)(Code) | | Sets (as xml) the "name" attribute
|
|
|
|