| |
|
| com.bostechcorp.cbesb.etl.dataSourceMap.x10.ParenthesesDef
All known Subclasses: com.bostechcorp.cbesb.etl.dataSourceMap.x10.impl.ParenthesesDefImpl,
ParenthesesDef | public interface ParenthesesDef extends org.apache.xmlbeans.XmlObject(Code) | | An XML parenthesesDef(@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) | | |
isSetConjunction | boolean isSetConjunction()(Code) | | True if has "conjunction" attribute
|
removeCompare | void removeCompare(int i)(Code) | | Removes the ith "compare" element
|
removeParentheses | void removeParentheses(int i)(Code) | | Removes the ith "parentheses" element
|
sizeOfCompareArray | int sizeOfCompareArray()(Code) | | Returns number of "compare" element
|
sizeOfParenthesesArray | int sizeOfParenthesesArray()(Code) | | Returns number of "parentheses" element
|
unsetConjunction | void unsetConjunction()(Code) | | Unsets the "conjunction" attribute
|
xgetConjunction | org.apache.xmlbeans.XmlString xgetConjunction()(Code) | | Gets (as xml) the "conjunction" attribute
|
xsetConjunction | void xsetConjunction(org.apache.xmlbeans.XmlString conjunction)(Code) | | Sets (as xml) the "conjunction" attribute
|
|
|
|