Package org.hibernate.boot.jaxb.mapping
Class JaxbUserTypeRegistration
- java.lang.Object
-
- org.hibernate.boot.jaxb.mapping.JaxbUserTypeRegistration
-
- All Implemented Interfaces:
Serializable
public class JaxbUserTypeRegistration extends Object implements Serializable
See @TypeRegistrationJava class for user-type-registration complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="user-type-registration"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="class" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="descriptor" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected String
clazz
protected String
descriptor
-
Constructor Summary
Constructors Constructor Description JaxbUserTypeRegistration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getClazz()
Gets the value of the clazz property.String
getDescriptor()
Gets the value of the descriptor property.void
setClazz(String value)
Sets the value of the clazz property.void
setDescriptor(String value)
Sets the value of the descriptor property.
-
-
-
Method Detail
-
getClazz
public String getClazz()
Gets the value of the clazz property.- Returns:
- possible object is
String
-
setClazz
public void setClazz(String value)
Sets the value of the clazz property.- Parameters:
value
- allowed object isString
-
getDescriptor
public String getDescriptor()
Gets the value of the descriptor property.- Returns:
- possible object is
String
-
-