public interface EndpointGroupConfig
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
EndpointGroupConfig.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 |
---|---|
EndpointGroupEndpointConfig |
addNewEndpoint()
Appends and returns a new empty value (as xml) as the last "endpoint" element
|
EndpointGroupEndpointConfig[] |
getEndpointArray()
Deprecated.
|
EndpointGroupEndpointConfig |
getEndpointArray(int i)
Gets ith "endpoint" element
|
List<EndpointGroupEndpointConfig> |
getEndpointList()
Gets a List of "endpoint" elements
|
String |
getName()
Gets the "name" attribute
|
EndpointGroupEndpointConfig |
insertNewEndpoint(int i)
Inserts and returns a new empty value (as xml) as the ith "endpoint" element
|
boolean |
isSetName()
True if has "name" attribute
|
void |
removeEndpoint(int i)
Removes the ith "endpoint" element
|
void |
setEndpointArray(EndpointGroupEndpointConfig[] endpointArray)
Sets array of all "endpoint" element
|
void |
setEndpointArray(int i,
EndpointGroupEndpointConfig endpoint)
Sets ith "endpoint" element
|
void |
setName(String name)
Sets the "name" attribute
|
int |
sizeOfEndpointArray()
Returns number of "endpoint" 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, valueHashCode
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
List<EndpointGroupEndpointConfig> getEndpointList()
EndpointGroupEndpointConfig[] getEndpointArray()
EndpointGroupEndpointConfig getEndpointArray(int i)
int sizeOfEndpointArray()
void setEndpointArray(EndpointGroupEndpointConfig[] endpointArray)
void setEndpointArray(int i, EndpointGroupEndpointConfig endpoint)
EndpointGroupEndpointConfig insertNewEndpoint(int i)
EndpointGroupEndpointConfig addNewEndpoint()
void removeEndpoint(int i)
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.