net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl
Class SessionConfigTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.SessionConfigTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, SessionConfigType

public class SessionConfigTypeImpl
extends Object
implements Serializable, Cloneable, SessionConfigType

See Also:
Serialized Form

Field Summary
protected  String id
           
protected  XsdIntegerTypeImpl sessionTimeout
           
 
Constructor Summary
SessionConfigTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.SessionConfigTypeImpl instance.
SessionConfigTypeImpl(SessionConfigTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.SessionConfigTypeImpl instance by copying a given instance.
 
Method Summary
 SessionConfigTypeImpl 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 XsdIntegerTypeImpl sessionTimeout

id

protected String id
Constructor Detail

SessionConfigTypeImpl

public SessionConfigTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.SessionConfigTypeImpl instance.


SessionConfigTypeImpl

public SessionConfigTypeImpl(SessionConfigTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.SessionConfigTypeImpl instance by copying a given instance.

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

getSessionTimeout

public XsdIntegerType getSessionTimeout()
Description copied from interface: SessionConfigType
Gets the value of the sessionTimeout property.

Specified by:
getSessionTimeout in interface SessionConfigType
Returns:
possible object is XsdIntegerType

setSessionTimeout

public void setSessionTimeout(XsdIntegerType value)
Description copied from interface: SessionConfigType
Sets the value of the sessionTimeout property.

Specified by:
setSessionTimeout in interface SessionConfigType
Parameters:
value - allowed object is XsdIntegerType

getId

public String getId()
Description copied from interface: SessionConfigType
Gets the value of the id property.

Specified by:
getId in interface SessionConfigType
Returns:
possible object is String

setId

public void setId(String value)
Description copied from interface: SessionConfigType
Sets the value of the id property.

Specified by:
setId in interface SessionConfigType
Parameters:
value - allowed object is String

clone

public SessionConfigTypeImpl 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.