org.ehcache.config.xml.model
Class ServiceType

java.lang.Object
  extended by org.ehcache.config.xml.model.ServiceType

public class ServiceType
extends java.lang.Object

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

defaultSerializers

protected SerializerType defaultSerializers

persistence

protected PersistenceType persistence

any

protected java.lang.Object any
Constructor Detail

ServiceType

public ServiceType()
Method Detail

getDefaultSerializers

public SerializerType getDefaultSerializers()
Gets the value of the defaultSerializers property.

Returns:
possible object is SerializerType

setDefaultSerializers

public void setDefaultSerializers(SerializerType value)
Sets the value of the defaultSerializers property.

Parameters:
value - allowed object is SerializerType

getPersistence

public PersistenceType getPersistence()
Gets the value of the persistence property.

Returns:
possible object is PersistenceType

setPersistence

public void setPersistence(PersistenceType value)
Sets the value of the persistence property.

Parameters:
value - allowed object is PersistenceType

getAny

public java.lang.Object getAny()
Gets the value of the any property.

Returns:
possible object is Object

setAny

public void setAny(java.lang.Object value)
Sets the value of the any property.

Parameters:
value - allowed object is Object