|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ehcache.config.xml.model.ServiceType
public class ServiceType
Java class for service-type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="service-type"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="default-serializers" type="{http://www.ehcache.org/v3}serializer-type" minOccurs="0"/> <element name="persistence" type="{http://www.ehcache.org/v3}persistence-type" minOccurs="0"/> <any namespace='##other' minOccurs="0"/> </choice> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.Object |
any
|
protected SerializerType |
defaultSerializers
|
protected PersistenceType |
persistence
|
Constructor Summary | |
---|---|
ServiceType()
|
Method Summary | |
---|---|
java.lang.Object |
getAny()
Gets the value of the any property. |
SerializerType |
getDefaultSerializers()
Gets the value of the defaultSerializers property. |
PersistenceType |
getPersistence()
Gets the value of the persistence property. |
void |
setAny(java.lang.Object value)
Sets the value of the any property. |
void |
setDefaultSerializers(SerializerType value)
Sets the value of the defaultSerializers property. |
void |
setPersistence(PersistenceType value)
Sets the value of the persistence property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected SerializerType defaultSerializers
protected PersistenceType persistence
protected java.lang.Object any
Constructor Detail |
---|
public ServiceType()
Method Detail |
---|
public SerializerType getDefaultSerializers()
SerializerType
public void setDefaultSerializers(SerializerType value)
value
- allowed object is
SerializerType
public PersistenceType getPersistence()
PersistenceType
public void setPersistence(PersistenceType value)
value
- allowed object is
PersistenceType
public java.lang.Object getAny()
Object
public void setAny(java.lang.Object value)
value
- allowed object is
Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |