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 | Class and Description |
---|---|
static class |
ConnectionPoolType.PropInfo |
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 |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
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()
Integer
public void setMaxSize(Integer value)
value
- allowed object is
Integer
public boolean isSetMaxSize()
public Integer getEvictionInterval()
Integer
public void setEvictionInterval(Integer value)
value
- allowed object is
Integer
public boolean isSetEvictionInterval()
public Integer getMinIdleTime()
Integer
public void setMinIdleTime(Integer value)
value
- allowed object is
Integer
public boolean isSetMinIdleTime()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public 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.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public ConnectionPoolType withMinSize(int value)
public ConnectionPoolType withMaxSize(Integer value)
public ConnectionPoolType withEvictionInterval(Integer value)
public ConnectionPoolType withMinIdleTime(Integer value)
public ConnectionPoolType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2017. All rights reserved.