org.ehcache.xml.model
Class SizeofType

java.lang.Object
  extended by org.ehcache.xml.model.SizeofType

public class SizeofType
extends java.lang.Object

Java class for sizeof-type complex type.

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

 <complexType name="sizeof-type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="max-object-graph-size" minOccurs="0">
           <complexType>
             <simpleContent>
               <extension base="<http://www.w3.org/2001/XMLSchema>positiveInteger">
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="max-object-size" type="{http://www.ehcache.org/v3}memory-type" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class SizeofType.MaxObjectGraphSize
          Java class for anonymous complex type.
 
Field Summary
protected  SizeofType.MaxObjectGraphSize maxObjectGraphSize
           
protected  MemoryType maxObjectSize
           
 
Constructor Summary
SizeofType()
           
 
Method Summary
 SizeofType.MaxObjectGraphSize getMaxObjectGraphSize()
          Gets the value of the maxObjectGraphSize property.
 MemoryType getMaxObjectSize()
          Gets the value of the maxObjectSize property.
 void setMaxObjectGraphSize(SizeofType.MaxObjectGraphSize value)
          Sets the value of the maxObjectGraphSize property.
 void setMaxObjectSize(MemoryType value)
          Sets the value of the maxObjectSize property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

maxObjectGraphSize

protected SizeofType.MaxObjectGraphSize maxObjectGraphSize

maxObjectSize

protected MemoryType maxObjectSize
Constructor Detail

SizeofType

public SizeofType()
Method Detail

getMaxObjectGraphSize

public SizeofType.MaxObjectGraphSize getMaxObjectGraphSize()
Gets the value of the maxObjectGraphSize property.

Returns:
possible object is SizeofType.MaxObjectGraphSize

setMaxObjectGraphSize

public void setMaxObjectGraphSize(SizeofType.MaxObjectGraphSize value)
Sets the value of the maxObjectGraphSize property.

Parameters:
value - allowed object is SizeofType.MaxObjectGraphSize

getMaxObjectSize

public MemoryType getMaxObjectSize()
Gets the value of the maxObjectSize property.

Returns:
possible object is MemoryType

setMaxObjectSize

public void setMaxObjectSize(MemoryType value)
Sets the value of the maxObjectSize property.

Parameters:
value - allowed object is MemoryType