Uses of Interface
org.eclipse.modisco.jee.ejbjar.EjbJar31.XsdIntegerType

Packages that use XsdIntegerType
org.eclipse.modisco.jee.ejbjar.EjbJar31   
 

Uses of XsdIntegerType in org.eclipse.modisco.jee.ejbjar.EjbJar31
 

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar31 that return XsdIntegerType
 XsdIntegerType EjbJar31Factory.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 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 AccessTimeoutType.getTimeout()
          Returns the value of the 'Timeout' containment reference.
 XsdIntegerType StatefulTimeoutType.getTimeout()
          Returns the value of the 'Timeout' containment reference.
 

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar31 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 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 AccessTimeoutType.setTimeout(XsdIntegerType value)
          Sets the value of the 'Timeout' containment reference.
 void StatefulTimeoutType.setTimeout(XsdIntegerType value)
          Sets the value of the 'Timeout' containment reference.