net.sourceforge.ccxjc.it.model.priv.collections.valueclass.javaee
Class SessionConfigType

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.collections.valueclass.javaee.SessionConfigType
All Implemented Interfaces:
Serializable, Cloneable

public class SessionConfigType
extends Object
implements Serializable, Cloneable

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>
 

See Also:
Serialized Form

Field Summary
protected  String id
           
protected  XsdIntegerType sessionTimeout
           
 
Constructor Summary
SessionConfigType()
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.javaee.SessionConfigType instance.
SessionConfigType(SessionConfigType o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.javaee.SessionConfigType instance by copying a given instance.
 
Method Summary
 SessionConfigType clone()
          Creates and returns a copy of this object.
 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.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sessionTimeout

protected XsdIntegerType sessionTimeout

id

protected String id
Constructor Detail

SessionConfigType

public SessionConfigType()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.javaee.SessionConfigType instance.


SessionConfigType

public SessionConfigType(SessionConfigType o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.javaee.SessionConfigType instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getSessionTimeout

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

Returns:
possible object is XsdIntegerType

setSessionTimeout

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

Parameters:
value - allowed object is XsdIntegerType

getId

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

Returns:
possible object is String

setId

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

Parameters:
value - allowed object is String

clone

public SessionConfigType clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


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