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>
| Modifier and Type | Class and Description |
|---|---|
static class |
SizeofType.MaxObjectGraphSize
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected SizeofType.MaxObjectGraphSize |
maxObjectGraphSize |
protected MemoryType |
maxObjectSize |
| Constructor and Description |
|---|
SizeofType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
SizeofType |
withMaxObjectGraphSize(SizeofType.MaxObjectGraphSize value) |
SizeofType |
withMaxObjectSize(MemoryType value) |
protected SizeofType.MaxObjectGraphSize maxObjectGraphSize
protected MemoryType maxObjectSize
public SizeofType.MaxObjectGraphSize getMaxObjectGraphSize()
SizeofType.MaxObjectGraphSizepublic void setMaxObjectGraphSize(SizeofType.MaxObjectGraphSize value)
value - allowed object is
SizeofType.MaxObjectGraphSizepublic MemoryType getMaxObjectSize()
MemoryTypepublic void setMaxObjectSize(MemoryType value)
value - allowed object is
MemoryTypepublic SizeofType withMaxObjectGraphSize(SizeofType.MaxObjectGraphSize value)
public SizeofType withMaxObjectSize(MemoryType value)