Uses of Class
org.glassfish.grizzly.servlet.ver30.XsdIntegerType

Packages that use XsdIntegerType
org.glassfish.grizzly.servlet.ver30   
 

Uses of XsdIntegerType in org.glassfish.grizzly.servlet.ver30
 

Fields in org.glassfish.grizzly.servlet.ver30 declared as XsdIntegerType
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
           
 

Methods in org.glassfish.grizzly.servlet.ver30 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 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.
 

Methods in org.glassfish.grizzly.servlet.ver30 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 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.
 



Copyright © 2011 Oracle Corpration. All Rights Reserved.