|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ehcache.config.xml.model.ExpiryType
public class ExpiryType
Java class for expiry-type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="expiry-type"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="class" type="{http://www.ehcache.org/v3}fqcn-type"/> <element name="tti" type="{http://www.ehcache.org/v3}time-type"/> <element name="ttl" type="{http://www.ehcache.org/v3}time-type"/> <element name="none"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> </restriction> </complexContent> </complexType> </element> </choice> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
ExpiryType.None
Java class for anonymous complex type. |
Field Summary | |
---|---|
protected java.lang.String |
clazz
|
protected ExpiryType.None |
none
|
protected TimeType |
tti
|
protected TimeType |
ttl
|
Constructor Summary | |
---|---|
ExpiryType()
|
Method Summary | |
---|---|
java.lang.String |
getClazz()
Gets the value of the clazz property. |
ExpiryType.None |
getNone()
Gets the value of the none property. |
TimeType |
getTti()
Gets the value of the tti property. |
TimeType |
getTtl()
Gets the value of the ttl property. |
void |
setClazz(java.lang.String value)
Sets the value of the clazz property. |
void |
setNone(ExpiryType.None value)
Sets the value of the none property. |
void |
setTti(TimeType value)
Sets the value of the tti property. |
void |
setTtl(TimeType value)
Sets the value of the ttl property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String clazz
protected TimeType tti
protected TimeType ttl
protected ExpiryType.None none
Constructor Detail |
---|
public ExpiryType()
Method Detail |
---|
public java.lang.String getClazz()
String
public void setClazz(java.lang.String value)
value
- allowed object is
String
public TimeType getTti()
TimeType
public void setTti(TimeType value)
value
- allowed object is
TimeType
public TimeType getTtl()
TimeType
public void setTtl(TimeType value)
value
- allowed object is
TimeType
public ExpiryType.None getNone()
ExpiryType.None
public void setNone(ExpiryType.None value)
value
- allowed object is
ExpiryType.None
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |