Class JaxbJdbcTypeRegistration

  • All Implemented Interfaces:
    Serializable

    public class JaxbJdbcTypeRegistration
    extends Object
    implements Serializable
    See @JdbcTypeRegistration

    Java class for jdbc-type-registration complex type.

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

    
     <complexType name="jdbc-type-registration">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="code" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="descriptor" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • descriptor

        protected String descriptor
    • Constructor Detail

      • JaxbJdbcTypeRegistration

        public JaxbJdbcTypeRegistration()
    • Method Detail

      • getCode

        public Integer getCode()
        Gets the value of the code property.
        Returns:
        possible object is Integer
      • setCode

        public void setCode​(Integer value)
        Sets the value of the code property.
        Parameters:
        value - allowed object is Integer
      • getDescriptor

        public String getDescriptor()
        Gets the value of the descriptor property.
        Returns:
        possible object is String
      • setDescriptor

        public void setDescriptor​(String value)
        Sets the value of the descriptor property.
        Parameters:
        value - allowed object is String