public interface DefaultEndpointStrategyConfig extends EndpointStrategyConfig
Modifier and Type | Interface and Description |
---|---|
static class |
DefaultEndpointStrategyConfig.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 |
---|---|
EndpointConfig |
addNewEndpoint()
Appends and returns a new empty value (as xml) as the last "endpoint" element
|
EndpointConfig[] |
getEndpointArray()
Deprecated.
|
EndpointConfig |
getEndpointArray(int i)
Gets ith "endpoint" element
|
List<EndpointConfig> |
getEndpointList()
Gets a List of "endpoint" elements
|
EndpointConfig |
insertNewEndpoint(int i)
Inserts and returns a new empty value (as xml) as the ith "endpoint" element
|
void |
removeEndpoint(int i)
Removes the ith "endpoint" element
|
void |
setEndpointArray(EndpointConfig[] endpointArray)
Sets array of all "endpoint" element
|
void |
setEndpointArray(int i,
EndpointConfig endpoint)
Sets ith "endpoint" element
|
int |
sizeOfEndpointArray()
Returns number of "endpoint" element
|
getType, isSetType, setType, unsetType, xgetType, xsetType
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<EndpointConfig> getEndpointList()
EndpointConfig[] getEndpointArray()
EndpointConfig getEndpointArray(int i)
int sizeOfEndpointArray()
void setEndpointArray(EndpointConfig[] endpointArray)
void setEndpointArray(int i, EndpointConfig endpoint)
EndpointConfig insertNewEndpoint(int i)
EndpointConfig addNewEndpoint()
void removeEndpoint(int i)
Copyright © 2019. All Rights Reserved.