public interface CtJdbcReadWriteConfig
extends org.apache.xmlbeans.XmlObject
| Type | Property and Description |
|---|---|
CtProperty |
addNew
Appends and returns a new empty value (as xml) as the last "property" element
|
| Modifier and Type | Interface and Description |
|---|---|
static class |
CtJdbcReadWriteConfig.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
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
|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextString getJndiName()
org.apache.xmlbeans.XmlString xgetJndiName()
boolean isSetJndiName()
void setJndiName(String jndiName)
void xsetJndiName(org.apache.xmlbeans.XmlString jndiName)
void unsetJndiName()
String getDataSourceClassName()
org.apache.xmlbeans.XmlString xgetDataSourceClassName()
boolean isSetDataSourceClassName()
void setDataSourceClassName(String dataSourceClassName)
void xsetDataSourceClassName(org.apache.xmlbeans.XmlString dataSourceClassName)
void unsetDataSourceClassName()
String getDriverClassName()
org.apache.xmlbeans.XmlString xgetDriverClassName()
boolean isSetDriverClassName()
void setDriverClassName(String driverClassName)
void xsetDriverClassName(org.apache.xmlbeans.XmlString driverClassName)
void unsetDriverClassName()
String getUrl()
org.apache.xmlbeans.XmlString xgetUrl()
boolean isSetUrl()
void setUrl(String url)
void xsetUrl(org.apache.xmlbeans.XmlString url)
void unsetUrl()
String getUser()
org.apache.xmlbeans.XmlString xgetUser()
boolean isSetUser()
void setUser(String user)
void xsetUser(org.apache.xmlbeans.XmlString user)
void unsetUser()
String getPassword()
org.apache.xmlbeans.XmlString xgetPassword()
boolean isSetPassword()
void setPassword(String password)
void xsetPassword(org.apache.xmlbeans.XmlString password)
void unsetPassword()
CtProperty[] getPropertyArray()
CtProperty getPropertyArray(int i)
int sizeOfPropertyArray()
void setPropertyArray(CtProperty[] propertyArray)
void setPropertyArray(int i,
CtProperty property)
CtProperty insertNewProperty(int i)
CtProperty addNewProperty()
void removeProperty(int i)
Copyright © 2014. All Rights Reserved.