| Package | Description |
|---|---|
| com.sun.java.xml.ns.javaee |
| Modifier and Type | Field and Description |
|---|---|
protected XsdIntegerType |
DataSourceType.initialPoolSize |
protected XsdIntegerType |
DataSourceType.loginTimeout |
protected XsdIntegerType |
CookieConfigType.maxAge |
protected XsdIntegerType |
DataSourceType.maxIdleTime |
protected XsdIntegerType |
DataSourceType.maxPoolSize |
protected XsdIntegerType |
DataSourceType.maxStatements |
protected XsdIntegerType |
DataSourceType.minPoolSize |
protected XsdIntegerType |
DataSourceType.portNumber |
protected XsdIntegerType |
SessionConfigType.sessionTimeout |
| Modifier and Type | Method and Description |
|---|---|
XsdIntegerType |
ObjectFactory.createXsdIntegerType()
Create an instance of
XsdIntegerType |
XsdIntegerType |
DataSourceType.getInitialPoolSize()
Gets the value of the initialPoolSize property.
|
XsdIntegerType |
DataSourceType.getLoginTimeout()
Gets the value of the loginTimeout property.
|
XsdIntegerType |
CookieConfigType.getMaxAge()
Gets the value of the maxAge property.
|
XsdIntegerType |
DataSourceType.getMaxIdleTime()
Gets the value of the maxIdleTime property.
|
XsdIntegerType |
DataSourceType.getMaxPoolSize()
Gets the value of the maxPoolSize property.
|
XsdIntegerType |
DataSourceType.getMaxStatements()
Gets the value of the maxStatements property.
|
XsdIntegerType |
DataSourceType.getMinPoolSize()
Gets the value of the minPoolSize property.
|
XsdIntegerType |
DataSourceType.getPortNumber()
Gets the value of the portNumber property.
|
XsdIntegerType |
SessionConfigType.getSessionTimeout()
Gets the value of the sessionTimeout property.
|
XsdIntegerType |
XsdIntegerType.withId(String value) |
XsdIntegerType |
XsdIntegerType.withValue(BigInteger value) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataSourceType.setInitialPoolSize(XsdIntegerType value)
Sets the value of the initialPoolSize property.
|
void |
DataSourceType.setLoginTimeout(XsdIntegerType value)
Sets the value of the loginTimeout property.
|
void |
CookieConfigType.setMaxAge(XsdIntegerType value)
Sets the value of the maxAge property.
|
void |
DataSourceType.setMaxIdleTime(XsdIntegerType value)
Sets the value of the maxIdleTime property.
|
void |
DataSourceType.setMaxPoolSize(XsdIntegerType value)
Sets the value of the maxPoolSize property.
|
void |
DataSourceType.setMaxStatements(XsdIntegerType value)
Sets the value of the maxStatements property.
|
void |
DataSourceType.setMinPoolSize(XsdIntegerType value)
Sets the value of the minPoolSize property.
|
void |
DataSourceType.setPortNumber(XsdIntegerType value)
Sets the value of the portNumber property.
|
void |
SessionConfigType.setSessionTimeout(XsdIntegerType value)
Sets the value of the sessionTimeout property.
|
DataSourceType |
DataSourceType.withInitialPoolSize(XsdIntegerType value) |
DataSourceType |
DataSourceType.withLoginTimeout(XsdIntegerType value) |
CookieConfigType |
CookieConfigType.withMaxAge(XsdIntegerType value) |
DataSourceType |
DataSourceType.withMaxIdleTime(XsdIntegerType value) |
DataSourceType |
DataSourceType.withMaxPoolSize(XsdIntegerType value) |
DataSourceType |
DataSourceType.withMaxStatements(XsdIntegerType value) |
DataSourceType |
DataSourceType.withMinPoolSize(XsdIntegerType value) |
DataSourceType |
DataSourceType.withPortNumber(XsdIntegerType value) |
SessionConfigType |
SessionConfigType.withSessionTimeout(XsdIntegerType value) |
Copyright © 2020. All rights reserved.