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 |
getConnect()
Gets the "connect" element
|
String |
getConnectStrategy()
Gets the "connect.strategy" 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
|
boolean |
isSetConnect()
True if has "connect" element
|
boolean |
isSetConnectStrategy()
True if has "connect.strategy" 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
|
void |
setConnect(String connect)
Sets the "connect" element
|
void |
setConnectStrategy(String connectStrategy)
Sets the "connect.strategy" 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 |
unsetConnect()
Unsets the "connect" element
|
void |
unsetConnectStrategy()
Unsets the "connect.strategy" 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
|
org.apache.xmlbeans.XmlAnyURI |
xgetConnect()
Gets (as xml) the "connect" element
|
org.apache.xmlbeans.XmlString |
xgetConnectStrategy()
Gets (as xml) the "connect.strategy" 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
|
void |
xsetConnect(org.apache.xmlbeans.XmlAnyURI connect)
Sets (as xml) the "connect" element
|
void |
xsetConnectStrategy(org.apache.xmlbeans.XmlString connectStrategy)
Sets (as xml) the "connect.strategy" 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
|
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 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 getConnectStrategy()
org.apache.xmlbeans.XmlString xgetConnectStrategy()
boolean isSetConnectStrategy()
void setConnectStrategy(String connectStrategy)
void xsetConnectStrategy(org.apache.xmlbeans.XmlString connectStrategy)
void unsetConnectStrategy()
String getInternalMaximumTransferredBytes()
DataSizeString xgetInternalMaximumTransferredBytes()
boolean isSetInternalMaximumTransferredBytes()
void setInternalMaximumTransferredBytes(String internalMaximumTransferredBytes)
void xsetInternalMaximumTransferredBytes(DataSizeString internalMaximumTransferredBytes)
void unsetInternalMaximumTransferredBytes()
Copyright © 2014–2016. All rights reserved.