Class JaxbEmptyType

java.lang.Object
org.hibernate.boot.jaxb.mapping.JaxbEmptyType
All Implemented Interfaces:
Serializable

public class JaxbEmptyType extends Object implements Serializable

Java class for emptyType complex type.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="emptyType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Constructor Details

    • JaxbEmptyType

      public JaxbEmptyType()