Uses of Interface
org.eclipse.modisco.jee.webapp.webapp22.SessionTimeoutType

Packages that use SessionTimeoutType
org.eclipse.modisco.jee.webapp.webapp22   
 

Uses of SessionTimeoutType in org.eclipse.modisco.jee.webapp.webapp22
 

Methods in org.eclipse.modisco.jee.webapp.webapp22 that return SessionTimeoutType
 SessionTimeoutType Webapp22Factory.createSessionTimeoutType()
          Returns a new object of class 'Session Timeout Type'.
 SessionTimeoutType DocumentRoot.getSessionTimeout()
          Returns the value of the 'Session Timeout' containment reference.
 SessionTimeoutType SessionConfigType.getSessionTimeout()
          Returns the value of the 'Session Timeout' containment reference.
 

Methods in org.eclipse.modisco.jee.webapp.webapp22 with parameters of type SessionTimeoutType
 void DocumentRoot.setSessionTimeout(SessionTimeoutType value)
          Sets the value of the 'Session Timeout' containment reference.
 void SessionConfigType.setSessionTimeout(SessionTimeoutType value)
          Sets the value of the 'Session Timeout' containment reference.