public interface InterfaceConfig extends ModelItemConfig
Modifier and Type | Interface and Description |
---|---|
static class |
InterfaceConfig.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 |
---|---|
DefinitionCacheConfig |
addNewDefinitionCache()
Appends and returns a new empty "definitionCache" element
|
EndpointsConfig |
addNewEndpoints()
Appends and returns a new empty "endpoints" element
|
DefinitionCacheConfig |
getDefinitionCache()
Gets the "definitionCache" element
|
EndpointsConfig |
getEndpoints()
Gets the "endpoints" element
|
String |
getType()
Gets the "type" attribute
|
boolean |
isSetDefinitionCache()
True if has "definitionCache" element
|
boolean |
isSetType()
True if has "type" attribute
|
void |
setDefinitionCache(DefinitionCacheConfig definitionCache)
Sets the "definitionCache" element
|
void |
setEndpoints(EndpointsConfig endpoints)
Sets the "endpoints" element
|
void |
setType(String type)
Sets the "type" attribute
|
void |
unsetDefinitionCache()
Unsets the "definitionCache" element
|
void |
unsetType()
Unsets the "type" attribute
|
org.apache.xmlbeans.XmlString |
xgetType()
Gets (as xml) the "type" attribute
|
void |
xsetType(org.apache.xmlbeans.XmlString type)
Sets (as xml) the "type" attribute
|
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
DefinitionCacheConfig getDefinitionCache()
boolean isSetDefinitionCache()
void setDefinitionCache(DefinitionCacheConfig definitionCache)
DefinitionCacheConfig addNewDefinitionCache()
void unsetDefinitionCache()
EndpointsConfig getEndpoints()
void setEndpoints(EndpointsConfig endpoints)
EndpointsConfig addNewEndpoints()
String getType()
org.apache.xmlbeans.XmlString xgetType()
boolean isSetType()
void setType(String type)
void xsetType(org.apache.xmlbeans.XmlString type)
void unsetType()
Copyright © 2019. All Rights Reserved.