Class JaxbConverterRegistration

  • All Implemented Interfaces:
    Serializable

    public class JaxbConverterRegistration
    extends Object
    implements Serializable
    See @ConverterRegistration

    Java class for converter-registration complex type.

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="converter-registration">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="converter" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="class" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="auto-apply" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • converter

        protected String converter
      • clazz

        protected String clazz
      • autoApply

        protected Boolean autoApply
    • Constructor Detail

      • JaxbConverterRegistration

        public JaxbConverterRegistration()
    • Method Detail

      • getConverter

        public String getConverter()
        Gets the value of the converter property.
        Returns:
        possible object is String
      • setConverter

        public void setConverter​(String value)
        Sets the value of the converter property.
        Parameters:
        value - allowed object is String
      • 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 is String
      • isAutoApply

        public boolean isAutoApply()
        Gets the value of the autoApply property.
        Returns:
        possible object is Boolean
      • setAutoApply

        public void setAutoApply​(Boolean value)
        Sets the value of the autoApply property.
        Parameters:
        value - allowed object is Boolean