org.synchronoss.cpo.jdbc.cpoJdbcMeta
Interface CtJdbcAttribute

All Superinterfaces:
CtAttribute, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
CtJdbcAttributeImpl

public interface CtJdbcAttribute
extends CtAttribute

An XML ctJdbcAttribute(@http://www.synchronoss.org/cpo/jdbc/CpoJdbcMeta.xsd). This is a complex type.


Nested Class Summary
static class CtJdbcAttribute.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 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
 
Methods inherited from interface org.synchronoss.cpo.core.cpoCoreMeta.CtAttribute
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, xsetTransformClass
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getDbTable

String getDbTable()
Gets the "dbTable" element


xgetDbTable

org.apache.xmlbeans.XmlString xgetDbTable()
Gets (as xml) the "dbTable" element


isSetDbTable

boolean isSetDbTable()
True if has "dbTable" element


setDbTable

void setDbTable(String dbTable)
Sets the "dbTable" element


xsetDbTable

void xsetDbTable(org.apache.xmlbeans.XmlString dbTable)
Sets (as xml) the "dbTable" element


unsetDbTable

void unsetDbTable()
Unsets the "dbTable" element


getDbColumn

String getDbColumn()
Gets the "dbColumn" element


xgetDbColumn

org.apache.xmlbeans.XmlString xgetDbColumn()
Gets (as xml) the "dbColumn" element


isSetDbColumn

boolean isSetDbColumn()
True if has "dbColumn" element


setDbColumn

void setDbColumn(String dbColumn)
Sets the "dbColumn" element


xsetDbColumn

void xsetDbColumn(org.apache.xmlbeans.XmlString dbColumn)
Sets (as xml) the "dbColumn" element


unsetDbColumn

void unsetDbColumn()
Unsets the "dbColumn" element



Copyright © 2014. All Rights Reserved.