public interface EndpointConfig
extends org.apache.xmlbeans.XmlString
Modifier and Type | Interface and Description |
---|---|
static class |
EndpointConfig.Factory
A factory class with static methods for creating instances
of this type.
|
static interface |
EndpointConfig.Mode
An XML mode(@).
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
String |
getDomain()
Gets the "domain" attribute
|
String |
getIncomingWss()
Gets the "incomingWss" attribute
|
String |
getLabel()
Gets the "label" attribute
|
EndpointConfig.Mode.Enum |
getMode()
Gets the "mode" attribute
|
String |
getOutgoingWss()
Gets the "outgoingWss" attribute
|
String |
getPassword()
Gets the "password" attribute
|
String |
getUsername()
Gets the "username" attribute
|
String |
getWssTimeToLive()
Gets the "wssTimeToLive" attribute
|
String |
getWssType()
Gets the "wssType" attribute
|
boolean |
isSetDomain()
True if has "domain" attribute
|
boolean |
isSetIncomingWss()
True if has "incomingWss" attribute
|
boolean |
isSetLabel()
True if has "label" attribute
|
boolean |
isSetMode()
True if has "mode" attribute
|
boolean |
isSetOutgoingWss()
True if has "outgoingWss" attribute
|
boolean |
isSetPassword()
True if has "password" attribute
|
boolean |
isSetUsername()
True if has "username" attribute
|
boolean |
isSetWssTimeToLive()
True if has "wssTimeToLive" attribute
|
boolean |
isSetWssType()
True if has "wssType" attribute
|
void |
setDomain(String domain)
Sets the "domain" attribute
|
void |
setIncomingWss(String incomingWss)
Sets the "incomingWss" attribute
|
void |
setLabel(String label)
Sets the "label" attribute
|
void |
setMode(EndpointConfig.Mode.Enum mode)
Sets the "mode" attribute
|
void |
setOutgoingWss(String outgoingWss)
Sets the "outgoingWss" attribute
|
void |
setPassword(String password)
Sets the "password" attribute
|
void |
setUsername(String username)
Sets the "username" attribute
|
void |
setWssTimeToLive(String wssTimeToLive)
Sets the "wssTimeToLive" attribute
|
void |
setWssType(String wssType)
Sets the "wssType" attribute
|
void |
unsetDomain()
Unsets the "domain" attribute
|
void |
unsetIncomingWss()
Unsets the "incomingWss" attribute
|
void |
unsetLabel()
Unsets the "label" attribute
|
void |
unsetMode()
Unsets the "mode" attribute
|
void |
unsetOutgoingWss()
Unsets the "outgoingWss" attribute
|
void |
unsetPassword()
Unsets the "password" attribute
|
void |
unsetUsername()
Unsets the "username" attribute
|
void |
unsetWssTimeToLive()
Unsets the "wssTimeToLive" attribute
|
void |
unsetWssType()
Unsets the "wssType" attribute
|
org.apache.xmlbeans.XmlString |
xgetDomain()
Gets (as xml) the "domain" attribute
|
org.apache.xmlbeans.XmlString |
xgetIncomingWss()
Gets (as xml) the "incomingWss" attribute
|
org.apache.xmlbeans.XmlString |
xgetLabel()
Gets (as xml) the "label" attribute
|
EndpointConfig.Mode |
xgetMode()
Gets (as xml) the "mode" attribute
|
org.apache.xmlbeans.XmlString |
xgetOutgoingWss()
Gets (as xml) the "outgoingWss" attribute
|
org.apache.xmlbeans.XmlString |
xgetPassword()
Gets (as xml) the "password" attribute
|
org.apache.xmlbeans.XmlString |
xgetUsername()
Gets (as xml) the "username" attribute
|
org.apache.xmlbeans.XmlString |
xgetWssTimeToLive()
Gets (as xml) the "wssTimeToLive" attribute
|
org.apache.xmlbeans.XmlString |
xgetWssType()
Gets (as xml) the "wssType" attribute
|
void |
xsetDomain(org.apache.xmlbeans.XmlString domain)
Sets (as xml) the "domain" attribute
|
void |
xsetIncomingWss(org.apache.xmlbeans.XmlString incomingWss)
Sets (as xml) the "incomingWss" attribute
|
void |
xsetLabel(org.apache.xmlbeans.XmlString label)
Sets (as xml) the "label" attribute
|
void |
xsetMode(EndpointConfig.Mode mode)
Sets (as xml) the "mode" attribute
|
void |
xsetOutgoingWss(org.apache.xmlbeans.XmlString outgoingWss)
Sets (as xml) the "outgoingWss" attribute
|
void |
xsetPassword(org.apache.xmlbeans.XmlString password)
Sets (as xml) the "password" attribute
|
void |
xsetUsername(org.apache.xmlbeans.XmlString username)
Sets (as xml) the "username" attribute
|
void |
xsetWssTimeToLive(org.apache.xmlbeans.XmlString wssTimeToLive)
Sets (as xml) the "wssTimeToLive" attribute
|
void |
xsetWssType(org.apache.xmlbeans.XmlString wssType)
Sets (as xml) the "wssType" attribute
|
getStringValue, set, setStringValue, stringValue
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 getUsername()
org.apache.xmlbeans.XmlString xgetUsername()
boolean isSetUsername()
void setUsername(String username)
void xsetUsername(org.apache.xmlbeans.XmlString username)
void unsetUsername()
String getPassword()
org.apache.xmlbeans.XmlString xgetPassword()
boolean isSetPassword()
void setPassword(String password)
void xsetPassword(org.apache.xmlbeans.XmlString password)
void unsetPassword()
String getDomain()
org.apache.xmlbeans.XmlString xgetDomain()
boolean isSetDomain()
void setDomain(String domain)
void xsetDomain(org.apache.xmlbeans.XmlString domain)
void unsetDomain()
String getWssType()
org.apache.xmlbeans.XmlString xgetWssType()
boolean isSetWssType()
void setWssType(String wssType)
void xsetWssType(org.apache.xmlbeans.XmlString wssType)
void unsetWssType()
String getWssTimeToLive()
org.apache.xmlbeans.XmlString xgetWssTimeToLive()
boolean isSetWssTimeToLive()
void setWssTimeToLive(String wssTimeToLive)
void xsetWssTimeToLive(org.apache.xmlbeans.XmlString wssTimeToLive)
void unsetWssTimeToLive()
EndpointConfig.Mode.Enum getMode()
EndpointConfig.Mode xgetMode()
boolean isSetMode()
void setMode(EndpointConfig.Mode.Enum mode)
void xsetMode(EndpointConfig.Mode mode)
void unsetMode()
String getLabel()
org.apache.xmlbeans.XmlString xgetLabel()
boolean isSetLabel()
void setLabel(String label)
void xsetLabel(org.apache.xmlbeans.XmlString label)
void unsetLabel()
String getOutgoingWss()
org.apache.xmlbeans.XmlString xgetOutgoingWss()
boolean isSetOutgoingWss()
void setOutgoingWss(String outgoingWss)
void xsetOutgoingWss(org.apache.xmlbeans.XmlString outgoingWss)
void unsetOutgoingWss()
String getIncomingWss()
org.apache.xmlbeans.XmlString xgetIncomingWss()
boolean isSetIncomingWss()
void setIncomingWss(String incomingWss)
void xsetIncomingWss(org.apache.xmlbeans.XmlString incomingWss)
void unsetIncomingWss()
Copyright © 2019. All Rights Reserved.