public class ConnectionPoolType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for ConnectionPoolType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConnectionPoolType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="minSize" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="maxSize" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="evictionInterval" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="minIdleTime" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
evictionInterval |
protected Integer |
maxSize |
protected Integer |
minIdleTime |
protected int |
minSize |
| Constructor and Description |
|---|
ConnectionPoolType() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
Integer |
getEvictionInterval()
Gets the value of the evictionInterval property.
|
Integer |
getMaxSize()
Gets the value of the maxSize property.
|
Integer |
getMinIdleTime()
Gets the value of the minIdleTime property.
|
int |
getMinSize()
Gets the value of the minSize property.
|
boolean |
isSetEvictionInterval() |
boolean |
isSetMaxSize() |
boolean |
isSetMinIdleTime() |
boolean |
isSetMinSize() |
void |
setEvictionInterval(Integer value)
Sets the value of the evictionInterval property.
|
void |
setMaxSize(Integer value)
Sets the value of the maxSize property.
|
void |
setMinIdleTime(Integer value)
Sets the value of the minIdleTime property.
|
void |
setMinSize(int value)
Sets the value of the minSize property.
|
ConnectionPoolType |
withEvictionInterval(Integer value) |
ConnectionPoolType |
withMaxSize(Integer value) |
ConnectionPoolType |
withMinIdleTime(Integer value) |
ConnectionPoolType |
withMinSize(int value) |
protected int minSize
protected Integer maxSize
protected Integer evictionInterval
protected Integer minIdleTime
public int getMinSize()
public void setMinSize(int value)
public boolean isSetMinSize()
public Integer getMaxSize()
Integerpublic void setMaxSize(Integer value)
value - allowed object is
Integerpublic boolean isSetMaxSize()
public Integer getEvictionInterval()
Integerpublic void setEvictionInterval(Integer value)
value - allowed object is
Integerpublic boolean isSetEvictionInterval()
public Integer getMinIdleTime()
Integerpublic void setMinIdleTime(Integer value)
value - allowed object is
Integerpublic boolean isSetMinIdleTime()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic ConnectionPoolType withMinSize(int value)
public ConnectionPoolType withMaxSize(Integer value)
public ConnectionPoolType withEvictionInterval(Integer value)
public ConnectionPoolType withMinIdleTime(Integer value)
Copyright © 2015. All rights reserved.