org.synchronoss.cpo.jdbc.cpoJdbcConfig
Interface CtJdbcReadWriteConfig

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

public interface CtJdbcReadWriteConfig
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class CtJdbcReadWriteConfig.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
 CtProperty addNewProperty()
          Appends and returns a new empty value (as xml) as the last "property" element
 String getDataSourceClassName()
          Gets the "dataSourceClassName" element
 String getDriverClassName()
          Gets the "driverClassName" element
 String getJndiName()
          Gets the "jndiName" element
 String getPassword()
          Gets the "password" element
 CtProperty[] getPropertyArray()
          Gets array of all "property" elements
 CtProperty getPropertyArray(int i)
          Gets ith "property" element
 String getUrl()
          Gets the "url" element
 String getUser()
          Gets the "user" element
 CtProperty insertNewProperty(int i)
          Inserts and returns a new empty value (as xml) as the ith "property" element
 boolean isSetDataSourceClassName()
          True if has "dataSourceClassName" element
 boolean isSetDriverClassName()
          True if has "driverClassName" element
 boolean isSetJndiName()
          True if has "jndiName" element
 boolean isSetPassword()
          True if has "password" element
 boolean isSetUrl()
          True if has "url" element
 boolean isSetUser()
          True if has "user" element
 void removeProperty(int i)
          Removes the ith "property" element
 void setDataSourceClassName(String dataSourceClassName)
          Sets the "dataSourceClassName" element
 void setDriverClassName(String driverClassName)
          Sets the "driverClassName" element
 void setJndiName(String jndiName)
          Sets the "jndiName" element
 void setPassword(String password)
          Sets the "password" element
 void setPropertyArray(CtProperty[] propertyArray)
          Sets array of all "property" element
 void setPropertyArray(int i, CtProperty property)
          Sets ith "property" element
 void setUrl(String url)
          Sets the "url" element
 void setUser(String user)
          Sets the "user" element
 int sizeOfPropertyArray()
          Returns number of "property" element
 void unsetDataSourceClassName()
          Unsets the "dataSourceClassName" element
 void unsetDriverClassName()
          Unsets the "driverClassName" element
 void unsetJndiName()
          Unsets the "jndiName" element
 void unsetPassword()
          Unsets the "password" element
 void unsetUrl()
          Unsets the "url" element
 void unsetUser()
          Unsets the "user" element
 org.apache.xmlbeans.XmlString xgetDataSourceClassName()
          Gets (as xml) the "dataSourceClassName" element
 org.apache.xmlbeans.XmlString xgetDriverClassName()
          Gets (as xml) the "driverClassName" element
 org.apache.xmlbeans.XmlString xgetJndiName()
          Gets (as xml) the "jndiName" element
 org.apache.xmlbeans.XmlString xgetPassword()
          Gets (as xml) the "password" element
 org.apache.xmlbeans.XmlString xgetUrl()
          Gets (as xml) the "url" element
 org.apache.xmlbeans.XmlString xgetUser()
          Gets (as xml) the "user" element
 void xsetDataSourceClassName(org.apache.xmlbeans.XmlString dataSourceClassName)
          Sets (as xml) the "dataSourceClassName" element
 void xsetDriverClassName(org.apache.xmlbeans.XmlString driverClassName)
          Sets (as xml) the "driverClassName" element
 void xsetJndiName(org.apache.xmlbeans.XmlString jndiName)
          Sets (as xml) the "jndiName" element
 void xsetPassword(org.apache.xmlbeans.XmlString password)
          Sets (as xml) the "password" element
 void xsetUrl(org.apache.xmlbeans.XmlString url)
          Sets (as xml) the "url" element
 void xsetUser(org.apache.xmlbeans.XmlString user)
          Sets (as xml) the "user" element
 
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

getJndiName

String getJndiName()
Gets the "jndiName" element


xgetJndiName

org.apache.xmlbeans.XmlString xgetJndiName()
Gets (as xml) the "jndiName" element


isSetJndiName

boolean isSetJndiName()
True if has "jndiName" element


setJndiName

void setJndiName(String jndiName)
Sets the "jndiName" element


xsetJndiName

void xsetJndiName(org.apache.xmlbeans.XmlString jndiName)
Sets (as xml) the "jndiName" element


unsetJndiName

void unsetJndiName()
Unsets the "jndiName" element


getDataSourceClassName

String getDataSourceClassName()
Gets the "dataSourceClassName" element


xgetDataSourceClassName

org.apache.xmlbeans.XmlString xgetDataSourceClassName()
Gets (as xml) the "dataSourceClassName" element


isSetDataSourceClassName

boolean isSetDataSourceClassName()
True if has "dataSourceClassName" element


setDataSourceClassName

void setDataSourceClassName(String dataSourceClassName)
Sets the "dataSourceClassName" element


xsetDataSourceClassName

void xsetDataSourceClassName(org.apache.xmlbeans.XmlString dataSourceClassName)
Sets (as xml) the "dataSourceClassName" element


unsetDataSourceClassName

void unsetDataSourceClassName()
Unsets the "dataSourceClassName" element


getDriverClassName

String getDriverClassName()
Gets the "driverClassName" element


xgetDriverClassName

org.apache.xmlbeans.XmlString xgetDriverClassName()
Gets (as xml) the "driverClassName" element


isSetDriverClassName

boolean isSetDriverClassName()
True if has "driverClassName" element


setDriverClassName

void setDriverClassName(String driverClassName)
Sets the "driverClassName" element


xsetDriverClassName

void xsetDriverClassName(org.apache.xmlbeans.XmlString driverClassName)
Sets (as xml) the "driverClassName" element


unsetDriverClassName

void unsetDriverClassName()
Unsets the "driverClassName" element


getUrl

String getUrl()
Gets the "url" element


xgetUrl

org.apache.xmlbeans.XmlString xgetUrl()
Gets (as xml) the "url" element


isSetUrl

boolean isSetUrl()
True if has "url" element


setUrl

void setUrl(String url)
Sets the "url" element


xsetUrl

void xsetUrl(org.apache.xmlbeans.XmlString url)
Sets (as xml) the "url" element


unsetUrl

void unsetUrl()
Unsets the "url" element


getUser

String getUser()
Gets the "user" element


xgetUser

org.apache.xmlbeans.XmlString xgetUser()
Gets (as xml) the "user" element


isSetUser

boolean isSetUser()
True if has "user" element


setUser

void setUser(String user)
Sets the "user" element


xsetUser

void xsetUser(org.apache.xmlbeans.XmlString user)
Sets (as xml) the "user" element


unsetUser

void unsetUser()
Unsets the "user" element


getPassword

String getPassword()
Gets the "password" element


xgetPassword

org.apache.xmlbeans.XmlString xgetPassword()
Gets (as xml) the "password" element


isSetPassword

boolean isSetPassword()
True if has "password" element


setPassword

void setPassword(String password)
Sets the "password" element


xsetPassword

void xsetPassword(org.apache.xmlbeans.XmlString password)
Sets (as xml) the "password" element


unsetPassword

void unsetPassword()
Unsets the "password" element


getPropertyArray

CtProperty[] getPropertyArray()
Gets array of all "property" elements


getPropertyArray

CtProperty getPropertyArray(int i)
Gets ith "property" element


sizeOfPropertyArray

int sizeOfPropertyArray()
Returns number of "property" element


setPropertyArray

void setPropertyArray(CtProperty[] propertyArray)
Sets array of all "property" element


setPropertyArray

void setPropertyArray(int i,
                      CtProperty property)
Sets ith "property" element


insertNewProperty

CtProperty insertNewProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "property" element


addNewProperty

CtProperty addNewProperty()
Appends and returns a new empty value (as xml) as the last "property" element


removeProperty

void removeProperty(int i)
Removes the ith "property" element



Copyright © 2014. All Rights Reserved.