Class JaxbEmbeddableInstantiatorRegistrationImpl

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

public class JaxbEmbeddableInstantiatorRegistrationImpl extends Object implements 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 Details

    • embeddableClass

      protected String embeddableClass
    • instantiator

      protected String instantiator
  • Constructor Details

    • JaxbEmbeddableInstantiatorRegistrationImpl

      public JaxbEmbeddableInstantiatorRegistrationImpl()
  • Method Details

    • getEmbeddableClass

      public String getEmbeddableClass()
      Gets the value of the embeddableClass property.
      Returns:
      possible object is String
    • setEmbeddableClass

      public void setEmbeddableClass(String value)
      Sets the value of the embeddableClass property.
      Parameters:
      value - allowed object is String
    • getInstantiator

      public String getInstantiator()
      Gets the value of the instantiator property.
      Returns:
      possible object is String
    • setInstantiator

      public void setInstantiator(String value)
      Sets the value of the instantiator property.
      Parameters:
      value - allowed object is String