Package org.hibernate.boot.jaxb.mapping
Class JaxbEmptyType
java.lang.Object
org.hibernate.boot.jaxb.mapping.JaxbEmptyType
- 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
-
JaxbEmptyType
public JaxbEmptyType()
-