|
|||||||||
| 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="default-copiers" type="{http://www.ehcache.org/v3}copier-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 CopierType |
defaultCopiers
|
protected SerializerType |
defaultSerializers
|
protected PersistenceType |
persistence
|
| Constructor Summary | |
|---|---|
ServiceType()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
getAny()
Gets the value of the any property. |
CopierType |
getDefaultCopiers()
Gets the value of the defaultCopiers 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 |
setDefaultCopiers(CopierType value)
Sets the value of the defaultCopiers 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 CopierType defaultCopiers
protected PersistenceType persistence
protected java.lang.Object any
| Constructor Detail |
|---|
public ServiceType()
| Method Detail |
|---|
public SerializerType getDefaultSerializers()
SerializerTypepublic void setDefaultSerializers(SerializerType value)
value - allowed object is
SerializerTypepublic CopierType getDefaultCopiers()
CopierTypepublic void setDefaultCopiers(CopierType value)
value - allowed object is
CopierTypepublic PersistenceType getPersistence()
PersistenceTypepublic void setPersistence(PersistenceType value)
value - allowed object is
PersistenceTypepublic java.lang.Object getAny()
Objectpublic 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 | ||||||||