| Package | Description |
|---|---|
| org.synchronoss.cpo.util.cpoUtilConfig | |
| org.synchronoss.cpo.util.cpoUtilConfig.impl |
| Modifier and Type | Method and Description |
|---|---|
CtDataConfig |
CtCpoUtilConfig.addNewDataConfigs()
Appends and returns a new empty "dataConfigs" element
|
CtDataConfig |
CtCpoUtilConfig.getDataConfigs()
Gets the "dataConfigs" element
|
static CtDataConfig |
CtDataConfig.Factory.newInstance() |
static CtDataConfig |
CtDataConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static CtDataConfig |
CtDataConfig.Factory.parse(File file) |
static CtDataConfig |
CtDataConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static CtDataConfig |
CtDataConfig.Factory.parse(InputStream is) |
static CtDataConfig |
CtDataConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static CtDataConfig |
CtDataConfig.Factory.parse(Node node) |
static CtDataConfig |
CtDataConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static CtDataConfig |
CtDataConfig.Factory.parse(Reader r) |
static CtDataConfig |
CtDataConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static CtDataConfig |
CtDataConfig.Factory.parse(String xmlAsString) |
static CtDataConfig |
CtDataConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static CtDataConfig |
CtDataConfig.Factory.parse(URL u) |
static CtDataConfig |
CtDataConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static CtDataConfig |
CtDataConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static CtDataConfig |
CtDataConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static CtDataConfig |
CtDataConfig.Factory.parse(XMLStreamReader sr) |
static CtDataConfig |
CtDataConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
CtCpoUtilConfig.setDataConfigs(CtDataConfig dataConfigs)
Sets the "dataConfigs" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
CtDataConfigImpl
An XML ctDataConfig(@http://www.synchronoss.org/cpo/util/CpoUtilConfig.xsd).
|
| Modifier and Type | Method and Description |
|---|---|
CtDataConfig |
CtCpoUtilConfigImpl.addNewDataConfigs()
Appends and returns a new empty "dataConfigs" element
|
CtDataConfig |
CtCpoUtilConfigImpl.getDataConfigs()
Gets the "dataConfigs" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
CtCpoUtilConfigImpl.setDataConfigs(CtDataConfig dataConfigs)
Sets the "dataConfigs" element
|
Copyright © 2014. All Rights Reserved.