public interface ProxyServicePropertiesType extends ServicePropertiesType
| Modifier and Type | Interface and Description |
|---|---|
static class |
ProxyServicePropertiesType.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 |
getAuthenticationConnect()
Gets the "authentication.connect" element
|
String |
getAuthenticationIdentifier()
Gets the "authentication.identifier" element
|
String |
getConnect()
Gets the "connect" element
|
String |
getEncryptionKeyAlias()
Gets the "encryption.key.alias" element
|
String |
getInternalMaximumTransferredBytes()
Gets the "internal.maximum.transferred.bytes" element
|
String |
getMaximumPendingBytes()
Gets the "maximum.pending.bytes" element
|
BigInteger |
getMaximumRecoveryInterval()
Gets the "maximum.recovery.interval" element
|
BigInteger |
getPreparedConnectionCount()
Gets the "prepared.connection.count" element
|
String |
getServiceDomain()
Gets the "service.domain" element
|
boolean |
isSetAuthenticationConnect()
True if has "authentication.connect" element
|
boolean |
isSetAuthenticationIdentifier()
True if has "authentication.identifier" element
|
boolean |
isSetConnect()
True if has "connect" element
|
boolean |
isSetEncryptionKeyAlias()
True if has "encryption.key.alias" element
|
boolean |
isSetInternalMaximumTransferredBytes()
True if has "internal.maximum.transferred.bytes" element
|
boolean |
isSetMaximumPendingBytes()
True if has "maximum.pending.bytes" element
|
boolean |
isSetMaximumRecoveryInterval()
True if has "maximum.recovery.interval" element
|
boolean |
isSetPreparedConnectionCount()
True if has "prepared.connection.count" element
|
boolean |
isSetServiceDomain()
True if has "service.domain" element
|
void |
setAuthenticationConnect(String authenticationConnect)
Sets the "authentication.connect" element
|
void |
setAuthenticationIdentifier(String authenticationIdentifier)
Sets the "authentication.identifier" element
|
void |
setConnect(String connect)
Sets the "connect" element
|
void |
setEncryptionKeyAlias(String encryptionKeyAlias)
Sets the "encryption.key.alias" element
|
void |
setInternalMaximumTransferredBytes(String internalMaximumTransferredBytes)
Sets the "internal.maximum.transferred.bytes" element
|
void |
setMaximumPendingBytes(String maximumPendingBytes)
Sets the "maximum.pending.bytes" element
|
void |
setMaximumRecoveryInterval(BigInteger maximumRecoveryInterval)
Sets the "maximum.recovery.interval" element
|
void |
setPreparedConnectionCount(BigInteger preparedConnectionCount)
Sets the "prepared.connection.count" element
|
void |
setServiceDomain(String serviceDomain)
Sets the "service.domain" element
|
void |
unsetAuthenticationConnect()
Unsets the "authentication.connect" element
|
void |
unsetAuthenticationIdentifier()
Unsets the "authentication.identifier" element
|
void |
unsetConnect()
Unsets the "connect" element
|
void |
unsetEncryptionKeyAlias()
Unsets the "encryption.key.alias" element
|
void |
unsetInternalMaximumTransferredBytes()
Unsets the "internal.maximum.transferred.bytes" element
|
void |
unsetMaximumPendingBytes()
Unsets the "maximum.pending.bytes" element
|
void |
unsetMaximumRecoveryInterval()
Unsets the "maximum.recovery.interval" element
|
void |
unsetPreparedConnectionCount()
Unsets the "prepared.connection.count" element
|
void |
unsetServiceDomain()
Unsets the "service.domain" element
|
CollapsedString |
xgetAuthenticationConnect()
Gets (as xml) the "authentication.connect" element
|
CollapsedString |
xgetAuthenticationIdentifier()
Gets (as xml) the "authentication.identifier" element
|
org.apache.xmlbeans.XmlAnyURI |
xgetConnect()
Gets (as xml) the "connect" element
|
CollapsedString |
xgetEncryptionKeyAlias()
Gets (as xml) the "encryption.key.alias" element
|
DataSizeString |
xgetInternalMaximumTransferredBytes()
Gets (as xml) the "internal.maximum.transferred.bytes" element
|
DataSizeString |
xgetMaximumPendingBytes()
Gets (as xml) the "maximum.pending.bytes" element
|
org.apache.xmlbeans.XmlNonNegativeInteger |
xgetMaximumRecoveryInterval()
Gets (as xml) the "maximum.recovery.interval" element
|
org.apache.xmlbeans.XmlNonNegativeInteger |
xgetPreparedConnectionCount()
Gets (as xml) the "prepared.connection.count" element
|
CollapsedString |
xgetServiceDomain()
Gets (as xml) the "service.domain" element
|
void |
xsetAuthenticationConnect(CollapsedString authenticationConnect)
Sets (as xml) the "authentication.connect" element
|
void |
xsetAuthenticationIdentifier(CollapsedString authenticationIdentifier)
Sets (as xml) the "authentication.identifier" element
|
void |
xsetConnect(org.apache.xmlbeans.XmlAnyURI connect)
Sets (as xml) the "connect" element
|
void |
xsetEncryptionKeyAlias(CollapsedString encryptionKeyAlias)
Sets (as xml) the "encryption.key.alias" element
|
void |
xsetInternalMaximumTransferredBytes(DataSizeString internalMaximumTransferredBytes)
Sets (as xml) the "internal.maximum.transferred.bytes" element
|
void |
xsetMaximumPendingBytes(DataSizeString maximumPendingBytes)
Sets (as xml) the "maximum.pending.bytes" element
|
void |
xsetMaximumRecoveryInterval(org.apache.xmlbeans.XmlNonNegativeInteger maximumRecoveryInterval)
Sets (as xml) the "maximum.recovery.interval" element
|
void |
xsetPreparedConnectionCount(org.apache.xmlbeans.XmlNonNegativeInteger preparedConnectionCount)
Sets (as xml) the "prepared.connection.count" element
|
void |
xsetServiceDomain(CollapsedString serviceDomain)
Sets (as xml) the "service.domain" element
|
changeType, 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 getServiceDomain()
CollapsedString xgetServiceDomain()
boolean isSetServiceDomain()
void setServiceDomain(String serviceDomain)
void xsetServiceDomain(CollapsedString serviceDomain)
void unsetServiceDomain()
String getEncryptionKeyAlias()
CollapsedString xgetEncryptionKeyAlias()
boolean isSetEncryptionKeyAlias()
void setEncryptionKeyAlias(String encryptionKeyAlias)
void xsetEncryptionKeyAlias(CollapsedString encryptionKeyAlias)
void unsetEncryptionKeyAlias()
String getAuthenticationConnect()
CollapsedString xgetAuthenticationConnect()
boolean isSetAuthenticationConnect()
void setAuthenticationConnect(String authenticationConnect)
void xsetAuthenticationConnect(CollapsedString authenticationConnect)
void unsetAuthenticationConnect()
String getAuthenticationIdentifier()
CollapsedString xgetAuthenticationIdentifier()
boolean isSetAuthenticationIdentifier()
void setAuthenticationIdentifier(String authenticationIdentifier)
void xsetAuthenticationIdentifier(CollapsedString authenticationIdentifier)
void unsetAuthenticationIdentifier()
String getConnect()
org.apache.xmlbeans.XmlAnyURI xgetConnect()
boolean isSetConnect()
void setConnect(String connect)
void xsetConnect(org.apache.xmlbeans.XmlAnyURI connect)
void unsetConnect()
String getMaximumPendingBytes()
DataSizeString xgetMaximumPendingBytes()
boolean isSetMaximumPendingBytes()
void setMaximumPendingBytes(String maximumPendingBytes)
void xsetMaximumPendingBytes(DataSizeString maximumPendingBytes)
void unsetMaximumPendingBytes()
BigInteger getMaximumRecoveryInterval()
org.apache.xmlbeans.XmlNonNegativeInteger xgetMaximumRecoveryInterval()
boolean isSetMaximumRecoveryInterval()
void setMaximumRecoveryInterval(BigInteger maximumRecoveryInterval)
void xsetMaximumRecoveryInterval(org.apache.xmlbeans.XmlNonNegativeInteger maximumRecoveryInterval)
void unsetMaximumRecoveryInterval()
BigInteger getPreparedConnectionCount()
org.apache.xmlbeans.XmlNonNegativeInteger xgetPreparedConnectionCount()
boolean isSetPreparedConnectionCount()
void setPreparedConnectionCount(BigInteger preparedConnectionCount)
void xsetPreparedConnectionCount(org.apache.xmlbeans.XmlNonNegativeInteger preparedConnectionCount)
void unsetPreparedConnectionCount()
String getInternalMaximumTransferredBytes()
DataSizeString xgetInternalMaximumTransferredBytes()
boolean isSetInternalMaximumTransferredBytes()
void setInternalMaximumTransferredBytes(String internalMaximumTransferredBytes)
void xsetInternalMaximumTransferredBytes(DataSizeString internalMaximumTransferredBytes)
void unsetInternalMaximumTransferredBytes()
Copyright © 2014–2016. All rights reserved.