Uses of Class
com.sun.xml.ws.config.metro.parser.jsr109.XsdIntegerType

Packages that use XsdIntegerType
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
protected  XsdIntegerType DataSourceType.initialPoolSize
           
protected  XsdIntegerType DataSourceType.loginTimeout
           
protected  XsdIntegerType DataSourceType.maxIdleTime
           
protected  XsdIntegerType DataSourceType.maxPoolSize
           
protected  XsdIntegerType DataSourceType.maxStatements
           
protected  XsdIntegerType DataSourceType.minPoolSize
           
protected  XsdIntegerType DataSourceType.portNumber
           
 

Methods in com.sun.xml.ws.config.metro.parser.jsr109 that return XsdIntegerType
 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 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.
 

Methods in com.sun.xml.ws.config.metro.parser.jsr109 with parameters of type XsdIntegerType
 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 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.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.