All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ehcache.xml.model.Disk Maven / Gradle / Ivy

There is a newer version: 3.10.8
Show newest version
//
// 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);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy