Class JaxbDiscriminatorColumn

    • Constructor Detail

      • JaxbDiscriminatorColumn

        public JaxbDiscriminatorColumn()
    • Method Detail

      • getName

        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getDiscriminatorType

        public DiscriminatorType getDiscriminatorType()
        Gets the value of the discriminatorType property.
        Returns:
        possible object is String
      • setDiscriminatorType

        public void setDiscriminatorType​(DiscriminatorType value)
        Sets the value of the discriminatorType property.
        Parameters:
        value - allowed object is String
      • getColumnDefinition

        public String getColumnDefinition()
        Gets the value of the columnDefinition property.
        Returns:
        possible object is String
      • setColumnDefinition

        public void setColumnDefinition​(String value)
        Sets the value of the columnDefinition property.
        Parameters:
        value - allowed object is String
      • getLength

        public Integer getLength()
        Gets the value of the length property.
        Returns:
        possible object is Integer
      • setLength

        public void setLength​(Integer value)
        Sets the value of the length property.
        Parameters:
        value - allowed object is Integer