org.synchronoss.cpo.jdbc.cpoJdbcConfig
Interface CtJdbcConfig

All Superinterfaces:
CtDataSourceConfig, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
CtJdbcConfigImpl

public interface CtJdbcConfig
extends CtDataSourceConfig

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


Nested Class Summary
static class CtJdbcConfig.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
 CtJdbcReadWriteConfig addNewReadConfig()
          Appends and returns a new empty "readConfig" element
 CtJdbcReadWriteConfig addNewReadWriteConfig()
          Appends and returns a new empty "readWriteConfig" element
 CtJdbcReadWriteConfig addNewWriteConfig()
          Appends and returns a new empty "writeConfig" element
 CtJdbcReadWriteConfig getReadConfig()
          Gets the "readConfig" element
 CtJdbcReadWriteConfig getReadWriteConfig()
          Gets the "readWriteConfig" element
 boolean getSupportsBlobs()
          Gets the "supportsBlobs" attribute
 boolean getSupportsCalls()
          Gets the "supportsCalls" attribute
 boolean getSupportsMillis()
          Gets the "supportsMillis" attribute
 boolean getSupportsSelect4Update()
          Gets the "supportsSelect4Update" attribute
 CtJdbcReadWriteConfig getWriteConfig()
          Gets the "writeConfig" element
 boolean isSetReadConfig()
          True if has "readConfig" element
 boolean isSetReadWriteConfig()
          True if has "readWriteConfig" element
 boolean isSetSupportsBlobs()
          True if has "supportsBlobs" attribute
 boolean isSetSupportsCalls()
          True if has "supportsCalls" attribute
 boolean isSetSupportsMillis()
          True if has "supportsMillis" attribute
 boolean isSetSupportsSelect4Update()
          True if has "supportsSelect4Update" attribute
 boolean isSetWriteConfig()
          True if has "writeConfig" element
 void setReadConfig(CtJdbcReadWriteConfig readConfig)
          Sets the "readConfig" element
 void setReadWriteConfig(CtJdbcReadWriteConfig readWriteConfig)
          Sets the "readWriteConfig" element
 void setSupportsBlobs(boolean supportsBlobs)
          Sets the "supportsBlobs" attribute
 void setSupportsCalls(boolean supportsCalls)
          Sets the "supportsCalls" attribute
 void setSupportsMillis(boolean supportsMillis)
          Sets the "supportsMillis" attribute
 void setSupportsSelect4Update(boolean supportsSelect4Update)
          Sets the "supportsSelect4Update" attribute
 void setWriteConfig(CtJdbcReadWriteConfig writeConfig)
          Sets the "writeConfig" element
 void unsetReadConfig()
          Unsets the "readConfig" element
 void unsetReadWriteConfig()
          Unsets the "readWriteConfig" element
 void unsetSupportsBlobs()
          Unsets the "supportsBlobs" attribute
 void unsetSupportsCalls()
          Unsets the "supportsCalls" attribute
 void unsetSupportsMillis()
          Unsets the "supportsMillis" attribute
 void unsetSupportsSelect4Update()
          Unsets the "supportsSelect4Update" attribute
 void unsetWriteConfig()
          Unsets the "writeConfig" element
 org.apache.xmlbeans.XmlBoolean xgetSupportsBlobs()
          Gets (as xml) the "supportsBlobs" attribute
 org.apache.xmlbeans.XmlBoolean xgetSupportsCalls()
          Gets (as xml) the "supportsCalls" attribute
 org.apache.xmlbeans.XmlBoolean xgetSupportsMillis()
          Gets (as xml) the "supportsMillis" attribute
 org.apache.xmlbeans.XmlBoolean xgetSupportsSelect4Update()
          Gets (as xml) the "supportsSelect4Update" attribute
 void xsetSupportsBlobs(org.apache.xmlbeans.XmlBoolean supportsBlobs)
          Sets (as xml) the "supportsBlobs" attribute
 void xsetSupportsCalls(org.apache.xmlbeans.XmlBoolean supportsCalls)
          Sets (as xml) the "supportsCalls" attribute
 void xsetSupportsMillis(org.apache.xmlbeans.XmlBoolean supportsMillis)
          Sets (as xml) the "supportsMillis" attribute
 void xsetSupportsSelect4Update(org.apache.xmlbeans.XmlBoolean supportsSelect4Update)
          Sets (as xml) the "supportsSelect4Update" attribute
 
Methods inherited from interface org.synchronoss.cpo.core.cpoCoreConfig.CtDataSourceConfig
getCpoConfigProcessor, getMetaDescriptorName, getName, setCpoConfigProcessor, setMetaDescriptorName, setName, xgetCpoConfigProcessor, xgetMetaDescriptorName, xgetName, xsetCpoConfigProcessor, xsetMetaDescriptorName, xsetName
 
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

getReadWriteConfig

CtJdbcReadWriteConfig getReadWriteConfig()
Gets the "readWriteConfig" element


isSetReadWriteConfig

boolean isSetReadWriteConfig()
True if has "readWriteConfig" element


setReadWriteConfig

void setReadWriteConfig(CtJdbcReadWriteConfig readWriteConfig)
Sets the "readWriteConfig" element


addNewReadWriteConfig

CtJdbcReadWriteConfig addNewReadWriteConfig()
Appends and returns a new empty "readWriteConfig" element


unsetReadWriteConfig

void unsetReadWriteConfig()
Unsets the "readWriteConfig" element


getReadConfig

CtJdbcReadWriteConfig getReadConfig()
Gets the "readConfig" element


isSetReadConfig

boolean isSetReadConfig()
True if has "readConfig" element


setReadConfig

void setReadConfig(CtJdbcReadWriteConfig readConfig)
Sets the "readConfig" element


addNewReadConfig

CtJdbcReadWriteConfig addNewReadConfig()
Appends and returns a new empty "readConfig" element


unsetReadConfig

void unsetReadConfig()
Unsets the "readConfig" element


getWriteConfig

CtJdbcReadWriteConfig getWriteConfig()
Gets the "writeConfig" element


isSetWriteConfig

boolean isSetWriteConfig()
True if has "writeConfig" element


setWriteConfig

void setWriteConfig(CtJdbcReadWriteConfig writeConfig)
Sets the "writeConfig" element


addNewWriteConfig

CtJdbcReadWriteConfig addNewWriteConfig()
Appends and returns a new empty "writeConfig" element


unsetWriteConfig

void unsetWriteConfig()
Unsets the "writeConfig" element


getSupportsBlobs

boolean getSupportsBlobs()
Gets the "supportsBlobs" attribute


xgetSupportsBlobs

org.apache.xmlbeans.XmlBoolean xgetSupportsBlobs()
Gets (as xml) the "supportsBlobs" attribute


isSetSupportsBlobs

boolean isSetSupportsBlobs()
True if has "supportsBlobs" attribute


setSupportsBlobs

void setSupportsBlobs(boolean supportsBlobs)
Sets the "supportsBlobs" attribute


xsetSupportsBlobs

void xsetSupportsBlobs(org.apache.xmlbeans.XmlBoolean supportsBlobs)
Sets (as xml) the "supportsBlobs" attribute


unsetSupportsBlobs

void unsetSupportsBlobs()
Unsets the "supportsBlobs" attribute


getSupportsCalls

boolean getSupportsCalls()
Gets the "supportsCalls" attribute


xgetSupportsCalls

org.apache.xmlbeans.XmlBoolean xgetSupportsCalls()
Gets (as xml) the "supportsCalls" attribute


isSetSupportsCalls

boolean isSetSupportsCalls()
True if has "supportsCalls" attribute


setSupportsCalls

void setSupportsCalls(boolean supportsCalls)
Sets the "supportsCalls" attribute


xsetSupportsCalls

void xsetSupportsCalls(org.apache.xmlbeans.XmlBoolean supportsCalls)
Sets (as xml) the "supportsCalls" attribute


unsetSupportsCalls

void unsetSupportsCalls()
Unsets the "supportsCalls" attribute


getSupportsMillis

boolean getSupportsMillis()
Gets the "supportsMillis" attribute


xgetSupportsMillis

org.apache.xmlbeans.XmlBoolean xgetSupportsMillis()
Gets (as xml) the "supportsMillis" attribute


isSetSupportsMillis

boolean isSetSupportsMillis()
True if has "supportsMillis" attribute


setSupportsMillis

void setSupportsMillis(boolean supportsMillis)
Sets the "supportsMillis" attribute


xsetSupportsMillis

void xsetSupportsMillis(org.apache.xmlbeans.XmlBoolean supportsMillis)
Sets (as xml) the "supportsMillis" attribute


unsetSupportsMillis

void unsetSupportsMillis()
Unsets the "supportsMillis" attribute


getSupportsSelect4Update

boolean getSupportsSelect4Update()
Gets the "supportsSelect4Update" attribute


xgetSupportsSelect4Update

org.apache.xmlbeans.XmlBoolean xgetSupportsSelect4Update()
Gets (as xml) the "supportsSelect4Update" attribute


isSetSupportsSelect4Update

boolean isSetSupportsSelect4Update()
True if has "supportsSelect4Update" attribute


setSupportsSelect4Update

void setSupportsSelect4Update(boolean supportsSelect4Update)
Sets the "supportsSelect4Update" attribute


xsetSupportsSelect4Update

void xsetSupportsSelect4Update(org.apache.xmlbeans.XmlBoolean supportsSelect4Update)
Sets (as xml) the "supportsSelect4Update" attribute


unsetSupportsSelect4Update

void unsetSupportsSelect4Update()
Unsets the "supportsSelect4Update" attribute



Copyright © 2014. All Rights Reserved.