public interface ClusterType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ClusterType.Accept
An XML accept(@http://xmlns.kaazing.org/2014/09/gateway).
|
static interface |
ClusterType.Connect
An XML connect(@http://xmlns.kaazing.org/2014/09/gateway).
|
static class |
ClusterType.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 |
addAccept(String accept)
Appends the value as the last "accept" element
|
void |
addConnect(String connect)
Appends the value as the last "connect" element
|
ClusterType.Accept |
addNewAccept()
Appends and returns a new empty value (as xml) as the last "accept" element
|
ClusterType.Connect |
addNewConnect()
Appends and returns a new empty value (as xml) as the last "connect" element
|
ClusterConnectOptionsType |
addNewConnectOptions()
Appends and returns a new empty "connect-options" element
|
String[] |
getAcceptArray()
Gets array of all "accept" elements
|
String |
getAcceptArray(int i)
Gets ith "accept" element
|
String[] |
getConnectArray()
Gets array of all "connect" elements
|
String |
getConnectArray(int i)
Gets ith "connect" element
|
ClusterConnectOptionsType |
getConnectOptions()
Gets the "connect-options" element
|
String |
getName()
Gets the "name" element
|
void |
insertAccept(int i,
String accept)
Inserts the value as the ith "accept" element
|
void |
insertConnect(int i,
String connect)
Inserts the value as the ith "connect" element
|
ClusterType.Accept |
insertNewAccept(int i)
Inserts and returns a new empty value (as xml) as the ith "accept" element
|
ClusterType.Connect |
insertNewConnect(int i)
Inserts and returns a new empty value (as xml) as the ith "connect" element
|
boolean |
isSetConnectOptions()
True if has "connect-options" element
|
void |
removeAccept(int i)
Removes the ith "accept" element
|
void |
removeConnect(int i)
Removes the ith "connect" element
|
void |
setAcceptArray(int i,
String accept)
Sets ith "accept" element
|
void |
setAcceptArray(String[] acceptArray)
Sets array of all "accept" element
|
void |
setConnectArray(int i,
String connect)
Sets ith "connect" element
|
void |
setConnectArray(String[] connectArray)
Sets array of all "connect" element
|
void |
setConnectOptions(ClusterConnectOptionsType connectOptions)
Sets the "connect-options" element
|
void |
setName(String name)
Sets the "name" element
|
int |
sizeOfAcceptArray()
Returns number of "accept" element
|
int |
sizeOfConnectArray()
Returns number of "connect" element
|
void |
unsetConnectOptions()
Unsets the "connect-options" element
|
ClusterType.Accept[] |
xgetAcceptArray()
Gets (as xml) array of all "accept" elements
|
ClusterType.Accept |
xgetAcceptArray(int i)
Gets (as xml) ith "accept" element
|
ClusterType.Connect[] |
xgetConnectArray()
Gets (as xml) array of all "connect" elements
|
ClusterType.Connect |
xgetConnectArray(int i)
Gets (as xml) ith "connect" element
|
CollapsedString |
xgetName()
Gets (as xml) the "name" element
|
void |
xsetAcceptArray(ClusterType.Accept[] acceptArray)
Sets (as xml) array of all "accept" element
|
void |
xsetAcceptArray(int i,
ClusterType.Accept accept)
Sets (as xml) ith "accept" element
|
void |
xsetConnectArray(ClusterType.Connect[] connectArray)
Sets (as xml) array of all "connect" element
|
void |
xsetConnectArray(int i,
ClusterType.Connect connect)
Sets (as xml) ith "connect" element
|
void |
xsetName(CollapsedString name)
Sets (as xml) the "name" 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, xmlTextString getName()
CollapsedString xgetName()
void setName(String name)
void xsetName(CollapsedString name)
String[] getAcceptArray()
String getAcceptArray(int i)
ClusterType.Accept[] xgetAcceptArray()
ClusterType.Accept xgetAcceptArray(int i)
int sizeOfAcceptArray()
void setAcceptArray(String[] acceptArray)
void setAcceptArray(int i,
String accept)
void xsetAcceptArray(ClusterType.Accept[] acceptArray)
void xsetAcceptArray(int i,
ClusterType.Accept accept)
void insertAccept(int i,
String accept)
void addAccept(String accept)
ClusterType.Accept insertNewAccept(int i)
ClusterType.Accept addNewAccept()
void removeAccept(int i)
String[] getConnectArray()
String getConnectArray(int i)
ClusterType.Connect[] xgetConnectArray()
ClusterType.Connect xgetConnectArray(int i)
int sizeOfConnectArray()
void setConnectArray(String[] connectArray)
void setConnectArray(int i,
String connect)
void xsetConnectArray(ClusterType.Connect[] connectArray)
void xsetConnectArray(int i,
ClusterType.Connect connect)
void insertConnect(int i,
String connect)
void addConnect(String connect)
ClusterType.Connect insertNewConnect(int i)
ClusterType.Connect addNewConnect()
void removeConnect(int i)
ClusterConnectOptionsType getConnectOptions()
boolean isSetConnectOptions()
void setConnectOptions(ClusterConnectOptionsType connectOptions)
ClusterConnectOptionsType addNewConnectOptions()
void unsetConnectOptions()
Copyright © 2014–2016. All rights reserved.