org.eclipse.modisco.jee.webapp.webapp23
Interface SessionConfigType


public interface SessionConfigType

A representation of the model object 'Session Config Type'.

The following features are supported:

See Also:
Webapp23Package.getSessionConfigType()
Generated:
Model:
extendedMetaData="name='session-config_._type' kind='elementOnly'"

Method Summary
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
 SessionTimeoutType getSessionTimeout()
          Returns the value of the 'Session Timeout' containment reference.
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute.
 void setSessionTimeout(SessionTimeoutType value)
          Sets the value of the 'Session Timeout' containment reference.
 

Method Detail

getSessionTimeout

SessionTimeoutType getSessionTimeout()
Returns the value of the 'Session Timeout' containment reference.

If the meaning of the 'Session Timeout' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Session Timeout' containment reference.
See Also:
setSessionTimeout(SessionTimeoutType), Webapp23Package.getSessionConfigType_SessionTimeout()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='session-timeout' namespace='##targetNamespace'"

setSessionTimeout

void setSessionTimeout(SessionTimeoutType value)
Sets the value of the 'Session Timeout' containment reference.

Parameters:
value - the new value of the 'Session Timeout' containment reference.
See Also:
getSessionTimeout()
Generated:

getId

java.lang.String getId()
Returns the value of the 'Id' attribute.

If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), Webapp23Package.getSessionConfigType_Id()
Generated:
Model:
id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" extendedMetaData="kind='attribute' name='id' namespace='##targetNamespace'"

setId

void setId(java.lang.String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()
Generated: