Class JaxbEmbeddableInstantiatorRegistrationImpl
java.lang.Object
org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddableInstantiatorRegistrationImpl
- All Implemented Interfaces:
Serializable
See @EmbeddableInstantiatorRegistration
Java class for embeddable-instantiator-registration complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="embeddable-instantiator-registration">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="embeddableClass" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="instantiator" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the embeddableClass property.Gets the value of the instantiator property.void
setEmbeddableClass
(String value) Sets the value of the embeddableClass property.void
setInstantiator
(String value) Sets the value of the instantiator property.
-
Field Details
-
embeddableClass
-
instantiator
-
-
Constructor Details
-
JaxbEmbeddableInstantiatorRegistrationImpl
public JaxbEmbeddableInstantiatorRegistrationImpl()
-
-
Method Details
-
getEmbeddableClass
Gets the value of the embeddableClass property.- Returns:
- possible object is
String
-
setEmbeddableClass
Sets the value of the embeddableClass property.- Parameters:
value
- allowed object isString
-
getInstantiator
Gets the value of the instantiator property.- Returns:
- possible object is
String
-
setInstantiator
Sets the value of the instantiator property.- Parameters:
value
- allowed object isString
-