org.apache.openejb.jee.oejb2
Class EntityBeanType.Cache

java.lang.Object
  extended by org.apache.openejb.jee.oejb2.EntityBeanType.Cache
Enclosing class:
EntityBeanType

public static class EntityBeanType.Cache
extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="isolation-level">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <enumeration value="read-uncommitted"/>
               <enumeration value="read-committed"/>
               <enumeration value="repeatable-read"/>
             </restriction>
           </simpleType>
         </element>
         <element name="size" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String isolationLevel
           
protected  int size
           
 
Constructor Summary
EntityBeanType.Cache()
           
 
Method Summary
 String getIsolationLevel()
          Gets the value of the isolationLevel property.
 int getSize()
          Gets the value of the size property.
 void setIsolationLevel(String value)
          Sets the value of the isolationLevel property.
 void setSize(int value)
          Sets the value of the size property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isolationLevel

protected String isolationLevel

size

protected int size
Constructor Detail

EntityBeanType.Cache

public EntityBeanType.Cache()
Method Detail

getIsolationLevel

public String getIsolationLevel()
Gets the value of the isolationLevel property.

Returns:
possible object is String

setIsolationLevel

public void setIsolationLevel(String value)
Sets the value of the isolationLevel property.

Parameters:
value - allowed object is String

getSize

public int getSize()
Gets the value of the size property.


setSize

public void setSize(int value)
Sets the value of the size property.



Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.