| Package | Description |
|---|---|
| org.kaazing.gateway.server.config.june2016 | |
| org.kaazing.gateway.server.config.june2016.impl |
| Modifier and Type | Method and Description |
|---|---|
LocationType |
DirectoryServicePropertiesType.addNewLocation()
Appends and returns a new empty value (as xml) as the last "location" element
|
LocationType[] |
DirectoryServicePropertiesType.getLocationArray()
Gets array of all "location" elements
|
LocationType |
DirectoryServicePropertiesType.getLocationArray(int i)
Gets ith "location" element
|
LocationType |
DirectoryServicePropertiesType.insertNewLocation(int i)
Inserts and returns a new empty value (as xml) as the ith "location" element
|
static LocationType |
LocationType.Factory.newInstance() |
static LocationType |
LocationType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static LocationType |
LocationType.Factory.parse(File file) |
static LocationType |
LocationType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static LocationType |
LocationType.Factory.parse(InputStream is) |
static LocationType |
LocationType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static LocationType |
LocationType.Factory.parse(Node node) |
static LocationType |
LocationType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static LocationType |
LocationType.Factory.parse(Reader r) |
static LocationType |
LocationType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static LocationType |
LocationType.Factory.parse(String xmlAsString) |
static LocationType |
LocationType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static LocationType |
LocationType.Factory.parse(URL u) |
static LocationType |
LocationType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static LocationType |
LocationType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static LocationType |
LocationType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static LocationType |
LocationType.Factory.parse(XMLStreamReader sr) |
static LocationType |
LocationType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
DirectoryServicePropertiesType.setLocationArray(int i,
LocationType location)
Sets ith "location" element
|
void |
DirectoryServicePropertiesType.setLocationArray(LocationType[] locationArray)
Sets array of all "location" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
LocationTypeImpl
An XML locationType(@http://xmlns.kaazing.org/2016/06/gateway).
|
| Modifier and Type | Method and Description |
|---|---|
LocationType |
DirectoryServicePropertiesTypeImpl.addNewLocation()
Appends and returns a new empty value (as xml) as the last "location" element
|
LocationType[] |
DirectoryServicePropertiesTypeImpl.getLocationArray()
Gets array of all "location" elements
|
LocationType |
DirectoryServicePropertiesTypeImpl.getLocationArray(int i)
Gets ith "location" element
|
LocationType |
DirectoryServicePropertiesTypeImpl.insertNewLocation(int i)
Inserts and returns a new empty value (as xml) as the ith "location" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
DirectoryServicePropertiesTypeImpl.setLocationArray(int i,
LocationType location)
Sets ith "location" element
|
void |
DirectoryServicePropertiesTypeImpl.setLocationArray(LocationType[] locationArray)
Sets array of all "location" element
|
Copyright © 2014–2016. All rights reserved.