Class Parameter

  • All Implemented Interfaces:
    java.io.Serializable, XMLAppendable

    public class Parameter
    extends java.lang.Object
    implements java.io.Serializable, XMLAppendable

    Java class for Parameter complex type.

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

     <complexType name="Parameter">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <all>
             <element name="specific_catalog" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="specific_schema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="specific_package" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="specific_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="ordinal_position" type="{http://www.w3.org/2001/XMLSchema}int"/>
             <element name="parameter_mode" type="{http://www.jooq.org/xsd/jooq-meta-3.12.0.xsd}ParameterMode"/>
             <element name="parameter_name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="data_type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="character_maximum_length" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="numeric_precision" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="numeric_scale" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="udt_catalog" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="udt_schema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="udt_name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="parameter_default" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </all>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • specificCatalog

        protected java.lang.String specificCatalog
      • specificSchema

        protected java.lang.String specificSchema
      • specificPackage

        protected java.lang.String specificPackage
      • specificName

        protected java.lang.String specificName
      • ordinalPosition

        protected int ordinalPosition
      • parameterName

        protected java.lang.String parameterName
      • dataType

        protected java.lang.String dataType
      • characterMaximumLength

        protected java.lang.Integer characterMaximumLength
      • numericPrecision

        protected java.lang.Integer numericPrecision
      • numericScale

        protected java.lang.Integer numericScale
      • udtCatalog

        protected java.lang.String udtCatalog
      • udtSchema

        protected java.lang.String udtSchema
      • udtName

        protected java.lang.String udtName
      • parameterDefault

        protected java.lang.String parameterDefault
      • comment

        protected java.lang.String comment
    • Constructor Detail

      • Parameter

        public Parameter()
    • Method Detail

      • getSpecificCatalog

        public java.lang.String getSpecificCatalog()
        Gets the value of the specificCatalog property.
        Returns:
        possible object is String
      • setSpecificCatalog

        public void setSpecificCatalog​(java.lang.String value)
        Sets the value of the specificCatalog property.
        Parameters:
        value - allowed object is String
      • getSpecificSchema

        public java.lang.String getSpecificSchema()
        Gets the value of the specificSchema property.
        Returns:
        possible object is String
      • setSpecificSchema

        public void setSpecificSchema​(java.lang.String value)
        Sets the value of the specificSchema property.
        Parameters:
        value - allowed object is String
      • getSpecificPackage

        public java.lang.String getSpecificPackage()
        Gets the value of the specificPackage property.
        Returns:
        possible object is String
      • setSpecificPackage

        public void setSpecificPackage​(java.lang.String value)
        Sets the value of the specificPackage property.
        Parameters:
        value - allowed object is String
      • getSpecificName

        public java.lang.String getSpecificName()
        Gets the value of the specificName property.
        Returns:
        possible object is String
      • setSpecificName

        public void setSpecificName​(java.lang.String value)
        Sets the value of the specificName property.
        Parameters:
        value - allowed object is String
      • getOrdinalPosition

        public int getOrdinalPosition()
        Gets the value of the ordinalPosition property.
      • setOrdinalPosition

        public void setOrdinalPosition​(int value)
        Sets the value of the ordinalPosition property.
      • getParameterMode

        public ParameterMode getParameterMode()
        Gets the value of the parameterMode property.
        Returns:
        possible object is ParameterMode
      • setParameterMode

        public void setParameterMode​(ParameterMode value)
        Sets the value of the parameterMode property.
        Parameters:
        value - allowed object is ParameterMode
      • getParameterName

        public java.lang.String getParameterName()
        Gets the value of the parameterName property.
        Returns:
        possible object is String
      • setParameterName

        public void setParameterName​(java.lang.String value)
        Sets the value of the parameterName property.
        Parameters:
        value - allowed object is String
      • getDataType

        public java.lang.String getDataType()
        Gets the value of the dataType property.
        Returns:
        possible object is String
      • setDataType

        public void setDataType​(java.lang.String value)
        Sets the value of the dataType property.
        Parameters:
        value - allowed object is String
      • getCharacterMaximumLength

        public java.lang.Integer getCharacterMaximumLength()
        Gets the value of the characterMaximumLength property.
        Returns:
        possible object is Integer
      • setCharacterMaximumLength

        public void setCharacterMaximumLength​(java.lang.Integer value)
        Sets the value of the characterMaximumLength property.
        Parameters:
        value - allowed object is Integer
      • getNumericPrecision

        public java.lang.Integer getNumericPrecision()
        Gets the value of the numericPrecision property.
        Returns:
        possible object is Integer
      • setNumericPrecision

        public void setNumericPrecision​(java.lang.Integer value)
        Sets the value of the numericPrecision property.
        Parameters:
        value - allowed object is Integer
      • getNumericScale

        public java.lang.Integer getNumericScale()
        Gets the value of the numericScale property.
        Returns:
        possible object is Integer
      • setNumericScale

        public void setNumericScale​(java.lang.Integer value)
        Sets the value of the numericScale property.
        Parameters:
        value - allowed object is Integer
      • getUdtCatalog

        public java.lang.String getUdtCatalog()
        Gets the value of the udtCatalog property.
        Returns:
        possible object is String
      • setUdtCatalog

        public void setUdtCatalog​(java.lang.String value)
        Sets the value of the udtCatalog property.
        Parameters:
        value - allowed object is String
      • getUdtSchema

        public java.lang.String getUdtSchema()
        Gets the value of the udtSchema property.
        Returns:
        possible object is String
      • setUdtSchema

        public void setUdtSchema​(java.lang.String value)
        Sets the value of the udtSchema property.
        Parameters:
        value - allowed object is String
      • getUdtName

        public java.lang.String getUdtName()
        Gets the value of the udtName property.
        Returns:
        possible object is String
      • setUdtName

        public void setUdtName​(java.lang.String value)
        Sets the value of the udtName property.
        Parameters:
        value - allowed object is String
      • getParameterDefault

        public java.lang.String getParameterDefault()
        Gets the value of the parameterDefault property.
        Returns:
        possible object is String
      • setParameterDefault

        public void setParameterDefault​(java.lang.String value)
        Sets the value of the parameterDefault property.
        Parameters:
        value - allowed object is String
      • getComment

        public java.lang.String getComment()
        Gets the value of the comment property.
        Returns:
        possible object is String
      • setComment

        public void setComment​(java.lang.String value)
        Sets the value of the comment property.
        Parameters:
        value - allowed object is String
      • withSpecificCatalog

        public Parameter withSpecificCatalog​(java.lang.String value)
      • withSpecificSchema

        public Parameter withSpecificSchema​(java.lang.String value)
      • withSpecificPackage

        public Parameter withSpecificPackage​(java.lang.String value)
      • withSpecificName

        public Parameter withSpecificName​(java.lang.String value)
      • withOrdinalPosition

        public Parameter withOrdinalPosition​(int value)
      • withParameterName

        public Parameter withParameterName​(java.lang.String value)
      • withDataType

        public Parameter withDataType​(java.lang.String value)
      • withCharacterMaximumLength

        public Parameter withCharacterMaximumLength​(java.lang.Integer value)
      • withNumericPrecision

        public Parameter withNumericPrecision​(java.lang.Integer value)
      • withNumericScale

        public Parameter withNumericScale​(java.lang.Integer value)
      • withUdtCatalog

        public Parameter withUdtCatalog​(java.lang.String value)
      • withUdtSchema

        public Parameter withUdtSchema​(java.lang.String value)
      • withUdtName

        public Parameter withUdtName​(java.lang.String value)
      • withParameterDefault

        public Parameter withParameterDefault​(java.lang.String value)
      • withComment

        public Parameter withComment​(java.lang.String value)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object that)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object