net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.portlet.app200
Interface ExpirationCacheType

All Known Implementing Classes:
ExpirationCacheTypeImpl

public interface ExpirationCacheType

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>
 


Method Summary
 int getValue()
          Gets the value of the value property.
 void setValue(int value)
          Sets the value of the value property.
 

Method Detail

getValue

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


setValue

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



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