public static interface GatewayConfigDocument.GatewayConfig
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
GatewayConfigDocument.GatewayConfig.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 |
|---|---|
ClusterType |
addNewCluster()
Appends and returns a new empty value (as xml) as the last "cluster" element
|
PropertiesType |
addNewProperties()
Appends and returns a new empty "properties" element
|
SecurityType |
addNewSecurity()
Appends and returns a new empty value (as xml) as the last "security" element
|
ServiceType |
addNewService()
Appends and returns a new empty value (as xml) as the last "service" element
|
ServiceDefaultsType |
addNewServiceDefaults()
Appends and returns a new empty value (as xml) as the last "service-defaults" element
|
ClusterType[] |
getClusterArray()
Gets array of all "cluster" elements
|
ClusterType |
getClusterArray(int i)
Gets ith "cluster" element
|
PropertiesType |
getProperties()
Gets the "properties" element
|
SecurityType[] |
getSecurityArray()
Gets array of all "security" elements
|
SecurityType |
getSecurityArray(int i)
Gets ith "security" element
|
ServiceType[] |
getServiceArray()
Gets array of all "service" elements
|
ServiceType |
getServiceArray(int i)
Gets ith "service" element
|
ServiceDefaultsType[] |
getServiceDefaultsArray()
Gets array of all "service-defaults" elements
|
ServiceDefaultsType |
getServiceDefaultsArray(int i)
Gets ith "service-defaults" element
|
ClusterType |
insertNewCluster(int i)
Inserts and returns a new empty value (as xml) as the ith "cluster" element
|
SecurityType |
insertNewSecurity(int i)
Inserts and returns a new empty value (as xml) as the ith "security" element
|
ServiceType |
insertNewService(int i)
Inserts and returns a new empty value (as xml) as the ith "service" element
|
ServiceDefaultsType |
insertNewServiceDefaults(int i)
Inserts and returns a new empty value (as xml) as the ith "service-defaults" element
|
boolean |
isSetProperties()
True if has "properties" element
|
void |
removeCluster(int i)
Removes the ith "cluster" element
|
void |
removeSecurity(int i)
Removes the ith "security" element
|
void |
removeService(int i)
Removes the ith "service" element
|
void |
removeServiceDefaults(int i)
Removes the ith "service-defaults" element
|
void |
setClusterArray(ClusterType[] clusterArray)
Sets array of all "cluster" element
|
void |
setClusterArray(int i,
ClusterType cluster)
Sets ith "cluster" element
|
void |
setProperties(PropertiesType properties)
Sets the "properties" element
|
void |
setSecurityArray(int i,
SecurityType security)
Sets ith "security" element
|
void |
setSecurityArray(SecurityType[] securityArray)
Sets array of all "security" element
|
void |
setServiceArray(int i,
ServiceType service)
Sets ith "service" element
|
void |
setServiceArray(ServiceType[] serviceArray)
Sets array of all "service" element
|
void |
setServiceDefaultsArray(int i,
ServiceDefaultsType serviceDefaults)
Sets ith "service-defaults" element
|
void |
setServiceDefaultsArray(ServiceDefaultsType[] serviceDefaultsArray)
Sets array of all "service-defaults" element
|
int |
sizeOfClusterArray()
Returns number of "cluster" element
|
int |
sizeOfSecurityArray()
Returns number of "security" element
|
int |
sizeOfServiceArray()
Returns number of "service" element
|
int |
sizeOfServiceDefaultsArray()
Returns number of "service-defaults" element
|
void |
unsetProperties()
Unsets the "properties" 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, xmlTextPropertiesType getProperties()
boolean isSetProperties()
void setProperties(PropertiesType properties)
PropertiesType addNewProperties()
void unsetProperties()
ServiceType[] getServiceArray()
ServiceType getServiceArray(int i)
int sizeOfServiceArray()
void setServiceArray(ServiceType[] serviceArray)
void setServiceArray(int i,
ServiceType service)
ServiceType insertNewService(int i)
ServiceType addNewService()
void removeService(int i)
ServiceDefaultsType[] getServiceDefaultsArray()
ServiceDefaultsType getServiceDefaultsArray(int i)
int sizeOfServiceDefaultsArray()
void setServiceDefaultsArray(ServiceDefaultsType[] serviceDefaultsArray)
void setServiceDefaultsArray(int i,
ServiceDefaultsType serviceDefaults)
ServiceDefaultsType insertNewServiceDefaults(int i)
ServiceDefaultsType addNewServiceDefaults()
void removeServiceDefaults(int i)
SecurityType[] getSecurityArray()
SecurityType getSecurityArray(int i)
int sizeOfSecurityArray()
void setSecurityArray(SecurityType[] securityArray)
void setSecurityArray(int i,
SecurityType security)
SecurityType insertNewSecurity(int i)
SecurityType addNewSecurity()
void removeSecurity(int i)
ClusterType[] getClusterArray()
ClusterType getClusterArray(int i)
int sizeOfClusterArray()
void setClusterArray(ClusterType[] clusterArray)
void setClusterArray(int i,
ClusterType cluster)
ClusterType insertNewCluster(int i)
ClusterType addNewCluster()
void removeCluster(int i)
Copyright © 2014–2016. All rights reserved.