Class JaxbDiscriminatorColumn

  • All Implemented Interfaces:
    java.io.Serializable

    public class JaxbDiscriminatorColumn
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Detail

      • name

        protected java.lang.String name
      • columnDefinition

        protected java.lang.String columnDefinition
      • length

        protected java.lang.Integer length
    • Constructor Detail

      • JaxbDiscriminatorColumn

        public JaxbDiscriminatorColumn()
    • Method Detail

      • getName

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

        public void setName​(java.lang.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 java.lang.String getColumnDefinition()
        Gets the value of the columnDefinition property.
        Returns:
        possible object is String
      • setColumnDefinition

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

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

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