public interface RestServiceConfig extends InterfaceConfig
Modifier and Type | Interface and Description |
---|---|
static class |
RestServiceConfig.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 |
---|---|
RestResourceConfig |
addNewResource()
Appends and returns a new empty value (as xml) as the last "resource" element
|
String |
getBasePath()
Gets the "basePath" attribute
|
String |
getDefinitionUrl()
Gets the "definitionUrl" attribute
|
String |
getInferredSchema()
Gets the "inferredSchema" element
|
RestResourceConfig[] |
getResourceArray()
Deprecated.
|
RestResourceConfig |
getResourceArray(int i)
Gets ith "resource" element
|
List<RestResourceConfig> |
getResourceList()
Gets a List of "resource" elements
|
String |
getWadlVersion()
Gets the "wadlVersion" attribute
|
RestResourceConfig |
insertNewResource(int i)
Inserts and returns a new empty value (as xml) as the ith "resource" element
|
boolean |
isSetBasePath()
True if has "basePath" attribute
|
boolean |
isSetDefinitionUrl()
True if has "definitionUrl" attribute
|
boolean |
isSetInferredSchema()
True if has "inferredSchema" element
|
boolean |
isSetWadlVersion()
True if has "wadlVersion" attribute
|
void |
removeResource(int i)
Removes the ith "resource" element
|
void |
setBasePath(String basePath)
Sets the "basePath" attribute
|
void |
setDefinitionUrl(String definitionUrl)
Sets the "definitionUrl" attribute
|
void |
setInferredSchema(String inferredSchema)
Sets the "inferredSchema" element
|
void |
setResourceArray(int i,
RestResourceConfig resource)
Sets ith "resource" element
|
void |
setResourceArray(RestResourceConfig[] resourceArray)
Sets array of all "resource" element
|
void |
setWadlVersion(String wadlVersion)
Sets the "wadlVersion" attribute
|
int |
sizeOfResourceArray()
Returns number of "resource" element
|
void |
unsetBasePath()
Unsets the "basePath" attribute
|
void |
unsetDefinitionUrl()
Unsets the "definitionUrl" attribute
|
void |
unsetInferredSchema()
Unsets the "inferredSchema" element
|
void |
unsetWadlVersion()
Unsets the "wadlVersion" attribute
|
org.apache.xmlbeans.XmlString |
xgetBasePath()
Gets (as xml) the "basePath" attribute
|
org.apache.xmlbeans.XmlString |
xgetDefinitionUrl()
Gets (as xml) the "definitionUrl" attribute
|
org.apache.xmlbeans.XmlString |
xgetInferredSchema()
Gets (as xml) the "inferredSchema" element
|
org.apache.xmlbeans.XmlString |
xgetWadlVersion()
Gets (as xml) the "wadlVersion" attribute
|
void |
xsetBasePath(org.apache.xmlbeans.XmlString basePath)
Sets (as xml) the "basePath" attribute
|
void |
xsetDefinitionUrl(org.apache.xmlbeans.XmlString definitionUrl)
Sets (as xml) the "definitionUrl" attribute
|
void |
xsetInferredSchema(org.apache.xmlbeans.XmlString inferredSchema)
Sets (as xml) the "inferredSchema" element
|
void |
xsetWadlVersion(org.apache.xmlbeans.XmlString wadlVersion)
Sets (as xml) the "wadlVersion" attribute
|
addNewDefinitionCache, addNewEndpoints, getDefinitionCache, getEndpoints, getType, isSetDefinitionCache, isSetType, setDefinitionCache, setEndpoints, setType, unsetDefinitionCache, unsetType, xgetType, xsetType
addNewSettings, getDescription, getId, getName, getSettings, getTimestamp, isSetDescription, isSetId, isSetName, isSetSettings, isSetTimestamp, setDescription, setId, setName, setSettings, setTimestamp, unsetDescription, unsetId, unsetName, unsetSettings, unsetTimestamp, xgetDescription, xgetId, xgetName, xgetTimestamp, xsetDescription, xsetId, xsetName, xsetTimestamp
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<RestResourceConfig> getResourceList()
RestResourceConfig[] getResourceArray()
RestResourceConfig getResourceArray(int i)
int sizeOfResourceArray()
void setResourceArray(RestResourceConfig[] resourceArray)
void setResourceArray(int i, RestResourceConfig resource)
RestResourceConfig insertNewResource(int i)
RestResourceConfig addNewResource()
void removeResource(int i)
String getInferredSchema()
org.apache.xmlbeans.XmlString xgetInferredSchema()
boolean isSetInferredSchema()
void setInferredSchema(String inferredSchema)
void xsetInferredSchema(org.apache.xmlbeans.XmlString inferredSchema)
void unsetInferredSchema()
String getDefinitionUrl()
org.apache.xmlbeans.XmlString xgetDefinitionUrl()
boolean isSetDefinitionUrl()
void setDefinitionUrl(String definitionUrl)
void xsetDefinitionUrl(org.apache.xmlbeans.XmlString definitionUrl)
void unsetDefinitionUrl()
String getBasePath()
org.apache.xmlbeans.XmlString xgetBasePath()
boolean isSetBasePath()
void setBasePath(String basePath)
void xsetBasePath(org.apache.xmlbeans.XmlString basePath)
void unsetBasePath()
String getWadlVersion()
org.apache.xmlbeans.XmlString xgetWadlVersion()
boolean isSetWadlVersion()
void setWadlVersion(String wadlVersion)
void xsetWadlVersion(org.apache.xmlbeans.XmlString wadlVersion)
void unsetWadlVersion()
Copyright © 2019. All Rights Reserved.