public interface EndpointsConfig
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
EndpointsConfig.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 |
---|---|
void |
addEndpoint(String endpoint)
Appends the value as the last "endpoint" element
|
org.apache.xmlbeans.XmlString |
addNewEndpoint()
Appends and returns a new empty value (as xml) as the last "endpoint" element
|
String[] |
getEndpointArray()
Deprecated.
|
String |
getEndpointArray(int i)
Gets ith "endpoint" element
|
List<String> |
getEndpointList()
Gets a List of "endpoint" elements
|
void |
insertEndpoint(int i,
String endpoint)
Inserts the value as the ith "endpoint" element
|
org.apache.xmlbeans.XmlString |
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(int i,
String endpoint)
Sets ith "endpoint" element
|
void |
setEndpointArray(String[] endpointArray)
Sets array of all "endpoint" element
|
int |
sizeOfEndpointArray()
Returns number of "endpoint" element
|
org.apache.xmlbeans.XmlString[] |
xgetEndpointArray()
Deprecated.
|
org.apache.xmlbeans.XmlString |
xgetEndpointArray(int i)
Gets (as xml) ith "endpoint" element
|
List<org.apache.xmlbeans.XmlString> |
xgetEndpointList()
Gets (as xml) a List of "endpoint" elements
|
void |
xsetEndpointArray(int i,
org.apache.xmlbeans.XmlString endpoint)
Sets (as xml) ith "endpoint" element
|
void |
xsetEndpointArray(org.apache.xmlbeans.XmlString[] endpointArray)
Sets (as xml) array of all "endpoint" 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, 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
String[] getEndpointArray()
String getEndpointArray(int i)
List<org.apache.xmlbeans.XmlString> xgetEndpointList()
org.apache.xmlbeans.XmlString[] xgetEndpointArray()
org.apache.xmlbeans.XmlString xgetEndpointArray(int i)
int sizeOfEndpointArray()
void setEndpointArray(String[] endpointArray)
void setEndpointArray(int i, String endpoint)
void xsetEndpointArray(org.apache.xmlbeans.XmlString[] endpointArray)
void xsetEndpointArray(int i, org.apache.xmlbeans.XmlString endpoint)
void insertEndpoint(int i, String endpoint)
void addEndpoint(String endpoint)
org.apache.xmlbeans.XmlString insertNewEndpoint(int i)
org.apache.xmlbeans.XmlString addNewEndpoint()
void removeEndpoint(int i)
Copyright © 2019. All Rights Reserved.