Uses of Class
com.sun.xml.ws.config.metro.parser.jsr109.XsdIntegerType
-
Packages that use XsdIntegerType Package Description com.sun.xml.ws.config.metro.parser.jsr109 -
-
Uses of XsdIntegerType in com.sun.xml.ws.config.metro.parser.jsr109
Fields in com.sun.xml.ws.config.metro.parser.jsr109 declared as XsdIntegerType Modifier and Type Field Description protected XsdIntegerTypeDataSourceType. initialPoolSizeprotected XsdIntegerTypeDataSourceType. loginTimeoutprotected XsdIntegerTypeDataSourceType. maxIdleTimeprotected XsdIntegerTypeDataSourceType. maxPoolSizeprotected XsdIntegerTypeDataSourceType. maxStatementsprotected XsdIntegerTypeDataSourceType. minPoolSizeprotected XsdIntegerTypeDataSourceType. portNumberMethods in com.sun.xml.ws.config.metro.parser.jsr109 that return XsdIntegerType Modifier and Type Method Description XsdIntegerTypeObjectFactory. createXsdIntegerType()Create an instance ofXsdIntegerTypeXsdIntegerTypeDataSourceType. getInitialPoolSize()Gets the value of the initialPoolSize property.XsdIntegerTypeDataSourceType. getLoginTimeout()Gets the value of the loginTimeout property.XsdIntegerTypeDataSourceType. getMaxIdleTime()Gets the value of the maxIdleTime property.XsdIntegerTypeDataSourceType. getMaxPoolSize()Gets the value of the maxPoolSize property.XsdIntegerTypeDataSourceType. getMaxStatements()Gets the value of the maxStatements property.XsdIntegerTypeDataSourceType. getMinPoolSize()Gets the value of the minPoolSize property.XsdIntegerTypeDataSourceType. getPortNumber()Gets the value of the portNumber property.Methods in com.sun.xml.ws.config.metro.parser.jsr109 with parameters of type XsdIntegerType Modifier and Type Method Description voidDataSourceType. setInitialPoolSize(XsdIntegerType value)Sets the value of the initialPoolSize property.voidDataSourceType. setLoginTimeout(XsdIntegerType value)Sets the value of the loginTimeout property.voidDataSourceType. setMaxIdleTime(XsdIntegerType value)Sets the value of the maxIdleTime property.voidDataSourceType. setMaxPoolSize(XsdIntegerType value)Sets the value of the maxPoolSize property.voidDataSourceType. setMaxStatements(XsdIntegerType value)Sets the value of the maxStatements property.voidDataSourceType. setMinPoolSize(XsdIntegerType value)Sets the value of the minPoolSize property.voidDataSourceType. setPortNumber(XsdIntegerType value)Sets the value of the portNumber property.
-