net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee
Interface SessionConfigType

All Known Implementing Classes:
SessionConfigTypeImpl

public interface SessionConfigType

The session-configType defines the session parameters for this web application. Used in: web-app

Java class for session-configType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="session-configType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="session-timeout" type="{http://java.sun.com/xml/ns/javaee}xsdIntegerType" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 String getId()
          Gets the value of the id property.
 XsdIntegerType getSessionTimeout()
          Gets the value of the sessionTimeout property.
 void setId(String value)
          Sets the value of the id property.
 void setSessionTimeout(XsdIntegerType value)
          Sets the value of the sessionTimeout property.
 

Method Detail

getSessionTimeout

XsdIntegerType getSessionTimeout()
Gets the value of the sessionTimeout property.

Returns:
possible object is XsdIntegerType

setSessionTimeout

void setSessionTimeout(XsdIntegerType value)
Sets the value of the sessionTimeout property.

Parameters:
value - allowed object is XsdIntegerType

getId

String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


Copyright © 2009 The CC-XJC Community. All Rights Reserved.