001// 002// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0 003// See <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a> 004// Any modifications to this file will be lost upon recompilation of the source schema. 005// Generated on: 2018.12.10 at 03:02:30 PM PST 006// 007 008 009package org.microbean.jpa.jaxb; 010 011import javax.xml.bind.annotation.XmlAccessType; 012import javax.xml.bind.annotation.XmlAccessorType; 013import javax.xml.bind.annotation.XmlType; 014 015 016/** 017 * <p>Java class for emptyType complex type. 018 * 019 * <p>The following schema fragment specifies the expected content contained within this class. 020 * 021 * <pre> 022 * <complexType name="emptyType"> 023 * <complexContent> 024 * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 025 * </restriction> 026 * </complexContent> 027 * </complexType> 028 * </pre> 029 * 030 * 031 */ 032@XmlAccessorType(XmlAccessType.FIELD) 033@XmlType(name = "emptyType") 034public class EmptyType { 035 036 037}