org.ehcache.xml.model.Disk Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ehcache Show documentation
Show all versions of ehcache Show documentation
End-user ehcache3 jar artifact
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.1.17-hudson-jaxb-ri-2.1-pushtomaven-253--SNAPSHOT
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2016.06.30 at 06:11:58 AM PDT
//
package org.ehcache.xml.model;
import javax.xml.bind.JAXBElement;
import javax.xml.namespace.QName;
public class Disk
extends JAXBElement
{
protected final static QName NAME = new QName("http://www.ehcache.org/v3", "disk");
public Disk(PersistableMemoryType value) {
super(NAME, ((Class) PersistableMemoryType.class), null, value);
}
public Disk() {
super(NAME, ((Class) PersistableMemoryType.class), null, null);
}
}