Class JaxbEmptyTypeImpl
java.lang.Object
org.hibernate.boot.jaxb.mapping.spi.JaxbEmptyTypeImpl
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
JaxbEmptyTypeImpl
public JaxbEmptyTypeImpl()
-