Uses of Class
com.sun.xml.ws.config.metro.parser.jsr109.XsdIntegerType
Packages that use XsdIntegerType
-
Uses of XsdIntegerType in com.sun.xml.ws.config.metro.parser.jsr109
Fields in com.sun.xml.ws.config.metro.parser.jsr109 declared as XsdIntegerTypeModifier and TypeFieldDescriptionprotected 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 XsdIntegerTypeModifier and TypeMethodDescriptionObjectFactory.createXsdIntegerType()Create an instance ofXsdIntegerTypeDataSourceType.getInitialPoolSize()Gets the value of the initialPoolSize property.DataSourceType.getLoginTimeout()Gets the value of the loginTimeout property.DataSourceType.getMaxIdleTime()Gets the value of the maxIdleTime property.DataSourceType.getMaxPoolSize()Gets the value of the maxPoolSize property.DataSourceType.getMaxStatements()Gets the value of the maxStatements property.DataSourceType.getMinPoolSize()Gets the value of the minPoolSize property.DataSourceType.getPortNumber()Gets the value of the portNumber property.Methods in com.sun.xml.ws.config.metro.parser.jsr109 with parameters of type XsdIntegerTypeModifier and TypeMethodDescriptionvoidDataSourceType.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.