net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.portlet.app200
Class ExpirationCacheType

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.portlet.app200.ExpirationCacheType
All Implemented Interfaces:
Serializable, Cloneable

public class ExpirationCacheType
extends Object
implements Serializable, Cloneable

Expiration-time defines the time in seconds after which the portlet output expires. -1 indicates that the output never expires. Used in: portlet

Java class for expiration-cacheType complex type.

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

 <complexType name="expiration-cacheType">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>int">
     </extension>
   </simpleContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  int value
           
 
Constructor Summary
ExpirationCacheType()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.portlet.app200.ExpirationCacheType instance.
ExpirationCacheType(ExpirationCacheType o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.portlet.app200.ExpirationCacheType instance by copying a given instance.
 
Method Summary
 ExpirationCacheType clone()
          Creates and returns a copy of this object.
 int getValue()
          Gets the value of the value property.
 void setValue(int value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected int value
Constructor Detail

ExpirationCacheType

public ExpirationCacheType()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.portlet.app200.ExpirationCacheType instance.


ExpirationCacheType

public ExpirationCacheType(ExpirationCacheType o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.portlet.app200.ExpirationCacheType instance by copying a given instance.

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

getValue

public int getValue()
Gets the value of the value property.


setValue

public void setValue(int value)
Sets the value of the value property.


clone

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