public interface CtDataConfig
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CtDataConfig.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 |
|---|---|
org.synchronoss.cpo.core.cpoCoreConfig.CtDataSourceConfig |
addNewDataConfig()
Appends and returns a new empty value (as xml) as the last "dataConfig" element
|
org.synchronoss.cpo.core.cpoCoreConfig.CtDataSourceConfig[] |
getDataConfigArray()
Gets array of all "dataConfig" elements
|
org.synchronoss.cpo.core.cpoCoreConfig.CtDataSourceConfig |
getDataConfigArray(int i)
Gets ith "dataConfig" element
|
org.synchronoss.cpo.core.cpoCoreConfig.CtDataSourceConfig |
insertNewDataConfig(int i)
Inserts and returns a new empty value (as xml) as the ith "dataConfig" element
|
void |
removeDataConfig(int i)
Removes the ith "dataConfig" element
|
void |
setDataConfigArray(org.synchronoss.cpo.core.cpoCoreConfig.CtDataSourceConfig[] dataConfigArray)
Sets array of all "dataConfig" element
|
void |
setDataConfigArray(int i,
org.synchronoss.cpo.core.cpoCoreConfig.CtDataSourceConfig dataConfig)
Sets ith "dataConfig" element
|
int |
sizeOfDataConfigArray()
Returns number of "dataConfig" 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, xmlTextorg.synchronoss.cpo.core.cpoCoreConfig.CtDataSourceConfig[] getDataConfigArray()
org.synchronoss.cpo.core.cpoCoreConfig.CtDataSourceConfig getDataConfigArray(int i)
int sizeOfDataConfigArray()
void setDataConfigArray(org.synchronoss.cpo.core.cpoCoreConfig.CtDataSourceConfig[] dataConfigArray)
void setDataConfigArray(int i,
org.synchronoss.cpo.core.cpoCoreConfig.CtDataSourceConfig dataConfig)
org.synchronoss.cpo.core.cpoCoreConfig.CtDataSourceConfig insertNewDataConfig(int i)
org.synchronoss.cpo.core.cpoCoreConfig.CtDataSourceConfig addNewDataConfig()
void removeDataConfig(int i)
Copyright © 2014. All Rights Reserved.