Class JaxbEmbeddableInstantiatorRegistration

  • All Implemented Interfaces:
    Serializable

    public class JaxbEmbeddableInstantiatorRegistration
    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:
    Serialized Form
    • Field Detail

      • embeddableClass

        protected String embeddableClass
      • instantiator

        protected String instantiator
    • Constructor Detail

      • JaxbEmbeddableInstantiatorRegistration

        public JaxbEmbeddableInstantiatorRegistration()
    • Method Detail

      • 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