public interface EnvironmentConfig
extends org.apache.xmlbeans.XmlObject
| Type | Property and Description | 
|---|---|
| PropertyConfig | addNewAppends and returns a new empty value (as xml) as the last "property" element | 
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | EnvironmentConfig.FactoryA 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 | 
|---|---|
| DatabaseConnectionContainerConfig | addNewDatabaseConnectionContainer()Appends and returns a new empty "databaseConnectionContainer" element | 
| PropertyConfig | addNewProperty()Appends and returns a new empty value (as xml) as the last "property" element | 
| ServiceConfig | addNewService()Appends and returns a new empty value (as xml) as the last "service" element | 
| DatabaseConnectionContainerConfig | getDatabaseConnectionContainer()Gets the "databaseConnectionContainer" element | 
| String | getName()Gets the "name" attribute | 
| PropertyConfig[] | getPropertyArray()Deprecated.   | 
| PropertyConfig | getPropertyArray(int i)Gets ith "property" element | 
| List<PropertyConfig> | getPropertyList()Gets a List of "property" elements | 
| ServiceConfig[] | getServiceArray()Deprecated.   | 
| ServiceConfig | getServiceArray(int i)Gets ith "service" element | 
| List<ServiceConfig> | getServiceList()Gets a List of "service" elements | 
| PropertyConfig | insertNewProperty(int i)Inserts and returns a new empty value (as xml) as the ith "property" element | 
| ServiceConfig | insertNewService(int i)Inserts and returns a new empty value (as xml) as the ith "service" element | 
| boolean | isSetDatabaseConnectionContainer()True if has "databaseConnectionContainer" element | 
| boolean | isSetName()True if has "name" attribute | 
| void | removeProperty(int i)Removes the ith "property" element | 
| void | removeService(int i)Removes the ith "service" element | 
| void | setDatabaseConnectionContainer(DatabaseConnectionContainerConfig databaseConnectionContainer)Sets the "databaseConnectionContainer" element | 
| void | setName(String name)Sets the "name" attribute | 
| void | setPropertyArray(int i,
                PropertyConfig property)Sets ith "property" element | 
| void | setPropertyArray(PropertyConfig[] propertyArray)Sets array of all "property" element | 
| void | setServiceArray(int i,
               ServiceConfig service)Sets ith "service" element | 
| void | setServiceArray(ServiceConfig[] serviceArray)Sets array of all "service" element | 
| int | sizeOfPropertyArray()Returns number of "property" element | 
| int | sizeOfServiceArray()Returns number of "service" element | 
| void | unsetDatabaseConnectionContainer()Unsets the "databaseConnectionContainer" element | 
| void | unsetName()Unsets the "name" attribute | 
| org.apache.xmlbeans.XmlString | xgetName()Gets (as xml) the "name" attribute | 
| void | xsetName(org.apache.xmlbeans.XmlString name)Sets (as xml) the "name" attribute | 
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, xmlTextPropertyConfig addNewProperty
List<ServiceConfig> getServiceList()
ServiceConfig[] getServiceArray()
ServiceConfig getServiceArray(int i)
int sizeOfServiceArray()
void setServiceArray(ServiceConfig[] serviceArray)
void setServiceArray(int i,
                     ServiceConfig service)
ServiceConfig insertNewService(int i)
ServiceConfig addNewService()
void removeService(int i)
List<PropertyConfig> getPropertyList()
PropertyConfig[] getPropertyArray()
PropertyConfig getPropertyArray(int i)
int sizeOfPropertyArray()
void setPropertyArray(PropertyConfig[] propertyArray)
void setPropertyArray(int i,
                      PropertyConfig property)
PropertyConfig insertNewProperty(int i)
PropertyConfig addNewProperty()
void removeProperty(int i)
DatabaseConnectionContainerConfig getDatabaseConnectionContainer()
boolean isSetDatabaseConnectionContainer()
void setDatabaseConnectionContainer(DatabaseConnectionContainerConfig databaseConnectionContainer)
DatabaseConnectionContainerConfig addNewDatabaseConnectionContainer()
void unsetDatabaseConnectionContainer()
String getName()
org.apache.xmlbeans.XmlString xgetName()
boolean isSetName()
void setName(String name)
void xsetName(org.apache.xmlbeans.XmlString name)
void unsetName()
Copyright © 2019. All Rights Reserved.