| Package | Description |
|---|---|
| org.kaazing.gateway.server.config.sep2014 | |
| org.kaazing.gateway.server.config.sep2014.impl |
| Modifier and Type | Method and Description |
|---|---|
ClusterType.Accept |
ClusterType.addNewAccept()
Appends and returns a new empty value (as xml) as the last "accept" element
|
ClusterType.Accept |
ClusterType.insertNewAccept(int i)
Inserts and returns a new empty value (as xml) as the ith "accept" element
|
static ClusterType.Accept |
ClusterType.Accept.Factory.newInstance() |
static ClusterType.Accept |
ClusterType.Accept.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static ClusterType.Accept |
ClusterType.Accept.Factory.newValue(Object obj) |
ClusterType.Accept[] |
ClusterType.xgetAcceptArray()
Gets (as xml) array of all "accept" elements
|
ClusterType.Accept |
ClusterType.xgetAcceptArray(int i)
Gets (as xml) ith "accept" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterType.xsetAcceptArray(ClusterType.Accept[] acceptArray)
Sets (as xml) array of all "accept" element
|
void |
ClusterType.xsetAcceptArray(int i,
ClusterType.Accept accept)
Sets (as xml) ith "accept" element
|
| Modifier and Type | Method and Description |
|---|---|
ClusterType.Accept |
ClusterTypeImpl.addNewAccept()
Appends and returns a new empty value (as xml) as the last "accept" element
|
ClusterType.Accept |
ClusterTypeImpl.insertNewAccept(int i)
Inserts and returns a new empty value (as xml) as the ith "accept" element
|
ClusterType.Accept[] |
ClusterTypeImpl.xgetAcceptArray()
Gets (as xml) array of all "accept" elements
|
ClusterType.Accept |
ClusterTypeImpl.xgetAcceptArray(int i)
Gets (as xml) ith "accept" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterTypeImpl.xsetAcceptArray(ClusterType.Accept[] acceptArray)
Sets (as xml) array of all "accept" element
|
void |
ClusterTypeImpl.xsetAcceptArray(int i,
ClusterType.Accept accept)
Sets (as xml) ith "accept" element
|
Copyright © 2014–2016. All rights reserved.