Uses of Interface
org.eclipse.modisco.jee.webapp.webapp30.XsdIntegerType

Packages that use XsdIntegerType
org.eclipse.modisco.jee.webapp.webapp30   
 

Uses of XsdIntegerType in org.eclipse.modisco.jee.webapp.webapp30
 

Methods in org.eclipse.modisco.jee.webapp.webapp30 that return XsdIntegerType
 XsdIntegerType Webapp30Factory.createXsdIntegerType()
          Returns a new object of class 'Xsd Integer Type'.
 XsdIntegerType DataSourceType.getInitialPoolSize()
          Returns the value of the 'Initial Pool Size' containment reference.
 XsdIntegerType DataSourceType.getLoginTimeout()
          Returns the value of the 'Login Timeout' containment reference.
 XsdIntegerType CookieConfigType.getMaxAge()
          Returns the value of the 'Max Age' containment reference.
 XsdIntegerType DataSourceType.getMaxIdleTime()
          Returns the value of the 'Max Idle Time' containment reference.
 XsdIntegerType DataSourceType.getMaxPoolSize()
          Returns the value of the 'Max Pool Size' containment reference.
 XsdIntegerType DataSourceType.getMaxStatements()
          Returns the value of the 'Max Statements' containment reference.
 XsdIntegerType DataSourceType.getMinPoolSize()
          Returns the value of the 'Min Pool Size' containment reference.
 XsdIntegerType DataSourceType.getPortNumber()
          Returns the value of the 'Port Number' containment reference.
 XsdIntegerType SessionConfigType.getSessionTimeout()
          Returns the value of the 'Session Timeout' containment reference.
 

Methods in org.eclipse.modisco.jee.webapp.webapp30 with parameters of type XsdIntegerType
 void DataSourceType.setInitialPoolSize(XsdIntegerType value)
          Sets the value of the 'Initial Pool Size' containment reference.
 void DataSourceType.setLoginTimeout(XsdIntegerType value)
          Sets the value of the 'Login Timeout' containment reference.
 void CookieConfigType.setMaxAge(XsdIntegerType value)
          Sets the value of the 'Max Age' containment reference.
 void DataSourceType.setMaxIdleTime(XsdIntegerType value)
          Sets the value of the 'Max Idle Time' containment reference.
 void DataSourceType.setMaxPoolSize(XsdIntegerType value)
          Sets the value of the 'Max Pool Size' containment reference.
 void DataSourceType.setMaxStatements(XsdIntegerType value)
          Sets the value of the 'Max Statements' containment reference.
 void DataSourceType.setMinPoolSize(XsdIntegerType value)
          Sets the value of the 'Min Pool Size' containment reference.
 void DataSourceType.setPortNumber(XsdIntegerType value)
          Sets the value of the 'Port Number' containment reference.
 void SessionConfigType.setSessionTimeout(XsdIntegerType value)
          Sets the value of the 'Session Timeout' containment reference.