org.ehcache.xml.model
Class PersistenceType
java.lang.Object
org.ehcache.xml.model.PersistenceType
public class PersistenceType
- extends java.lang.Object
Java class for persistence-type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="persistence-type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="directory" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
Field Summary |
protected java.lang.String |
directory
|
Method Summary |
java.lang.String |
getDirectory()
Gets the value of the directory property. |
void |
setDirectory(java.lang.String value)
Sets the value of the directory property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
directory
protected java.lang.String directory
PersistenceType
public PersistenceType()
getDirectory
public java.lang.String getDirectory()
- Gets the value of the directory property.
- Returns:
- possible object is
String
setDirectory
public void setDirectory(java.lang.String value)
- Sets the value of the directory property.
- Parameters:
value
- allowed object is
String