public interface ServiceConfig
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
ServiceConfig.Factory
A factory class with static methods for creating instances
of this type.
|
static interface |
ServiceConfig.Type
An XML type(@).
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
EnvironmentEndpointConfig |
addNewEndpoint()
Appends and returns a new empty "endpoint" element
|
EnvironmentEndpointConfig |
getEndpoint()
Gets the "endpoint" element
|
String |
getInterfaceId()
Gets the "interfaceId" element
|
String |
getName()
Gets the "name" attribute
|
ServiceConfig.Type.Enum |
getType()
Gets the "type" attribute
|
boolean |
isSetEndpoint()
True if has "endpoint" element
|
boolean |
isSetName()
True if has "name" attribute
|
boolean |
isSetType()
True if has "type" attribute
|
void |
setEndpoint(EnvironmentEndpointConfig endpoint)
Sets the "endpoint" element
|
void |
setInterfaceId(String interfaceId)
Sets the "interfaceId" element
|
void |
setName(String name)
Sets the "name" attribute
|
void |
setType(ServiceConfig.Type.Enum type)
Sets the "type" attribute
|
void |
unsetEndpoint()
Unsets the "endpoint" element
|
void |
unsetName()
Unsets the "name" attribute
|
void |
unsetType()
Unsets the "type" attribute
|
org.apache.xmlbeans.XmlString |
xgetInterfaceId()
Gets (as xml) the "interfaceId" element
|
org.apache.xmlbeans.XmlString |
xgetName()
Gets (as xml) the "name" attribute
|
ServiceConfig.Type |
xgetType()
Gets (as xml) the "type" attribute
|
void |
xsetInterfaceId(org.apache.xmlbeans.XmlString interfaceId)
Sets (as xml) the "interfaceId" element
|
void |
xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" attribute
|
void |
xsetType(ServiceConfig.Type type)
Sets (as xml) the "type" attribute
|
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
String getInterfaceId()
org.apache.xmlbeans.XmlString xgetInterfaceId()
void setInterfaceId(String interfaceId)
void xsetInterfaceId(org.apache.xmlbeans.XmlString interfaceId)
EnvironmentEndpointConfig getEndpoint()
boolean isSetEndpoint()
void setEndpoint(EnvironmentEndpointConfig endpoint)
EnvironmentEndpointConfig addNewEndpoint()
void unsetEndpoint()
String getName()
org.apache.xmlbeans.XmlString xgetName()
boolean isSetName()
void setName(String name)
void xsetName(org.apache.xmlbeans.XmlString name)
void unsetName()
ServiceConfig.Type.Enum getType()
ServiceConfig.Type xgetType()
boolean isSetType()
void setType(ServiceConfig.Type.Enum type)
void xsetType(ServiceConfig.Type type)
void unsetType()
Copyright © 2019. All Rights Reserved.