public interface RequestEnvironmentSpecEntryConfig extends AuthProfileHolderEnvironmentSpecEntryConfig
| Modifier and Type | Interface and Description |
|---|---|
static class |
RequestEnvironmentSpecEntryConfig.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 |
|---|---|
String |
getDomain()
Gets the "domain" element
|
String |
getPassword()
Gets the "password" element
|
boolean |
getPreemptive()
Gets the "preemptive" element
|
String |
getSslKeyStore()
Gets the "sslKeyStore" element
|
String |
getUsername()
Gets the "username" element
|
boolean |
isSetDomain()
True if has "domain" element
|
boolean |
isSetPassword()
True if has "password" element
|
boolean |
isSetPreemptive()
True if has "preemptive" element
|
boolean |
isSetSslKeyStore()
True if has "sslKeyStore" element
|
boolean |
isSetUsername()
True if has "username" element
|
void |
setDomain(String domain)
Sets the "domain" element
|
void |
setPassword(String password)
Sets the "password" element
|
void |
setPreemptive(boolean preemptive)
Sets the "preemptive" element
|
void |
setSslKeyStore(String sslKeyStore)
Sets the "sslKeyStore" element
|
void |
setUsername(String username)
Sets the "username" element
|
void |
unsetDomain()
Unsets the "domain" element
|
void |
unsetPassword()
Unsets the "password" element
|
void |
unsetPreemptive()
Unsets the "preemptive" element
|
void |
unsetSslKeyStore()
Unsets the "sslKeyStore" element
|
void |
unsetUsername()
Unsets the "username" element
|
org.apache.xmlbeans.XmlString |
xgetDomain()
Gets (as xml) the "domain" element
|
org.apache.xmlbeans.XmlString |
xgetPassword()
Gets (as xml) the "password" element
|
org.apache.xmlbeans.XmlBoolean |
xgetPreemptive()
Gets (as xml) the "preemptive" element
|
org.apache.xmlbeans.XmlString |
xgetSslKeyStore()
Gets (as xml) the "sslKeyStore" element
|
org.apache.xmlbeans.XmlString |
xgetUsername()
Gets (as xml) the "username" element
|
void |
xsetDomain(org.apache.xmlbeans.XmlString domain)
Sets (as xml) the "domain" element
|
void |
xsetPassword(org.apache.xmlbeans.XmlString password)
Sets (as xml) the "password" element
|
void |
xsetPreemptive(org.apache.xmlbeans.XmlBoolean preemptive)
Sets (as xml) the "preemptive" element
|
void |
xsetSslKeyStore(org.apache.xmlbeans.XmlString sslKeyStore)
Sets (as xml) the "sslKeyStore" element
|
void |
xsetUsername(org.apache.xmlbeans.XmlString username)
Sets (as xml) the "username" element
|
getAuthProfile, isSetAuthProfile, setAuthProfile, unsetAuthProfile, xgetAuthProfile, xsetAuthProfilegetEnvironmentId, isSetEnvironmentId, setEnvironmentId, unsetEnvironmentId, xgetEnvironmentId, xsetEnvironmentIdchangeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextString 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()
boolean getPreemptive()
org.apache.xmlbeans.XmlBoolean xgetPreemptive()
boolean isSetPreemptive()
void setPreemptive(boolean preemptive)
void xsetPreemptive(org.apache.xmlbeans.XmlBoolean preemptive)
void unsetPreemptive()
String getSslKeyStore()
org.apache.xmlbeans.XmlString xgetSslKeyStore()
boolean isSetSslKeyStore()
void setSslKeyStore(String sslKeyStore)
void xsetSslKeyStore(org.apache.xmlbeans.XmlString sslKeyStore)
void unsetSslKeyStore()
Copyright © 2019. All rights reserved.