Class Routine

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

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

    Java class for Routine complex type.

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

     <complexType name="Routine">
       <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" minOccurs="0"/>
             <element name="routine_catalog" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="routine_schema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="routine_package" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="routine_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="routine_type" type="{http://www.jooq.org/xsd/jooq-meta-3.12.0.xsd}RoutineType"/>
             <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="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
      • routineCatalog

        protected java.lang.String routineCatalog
      • routineSchema

        protected java.lang.String routineSchema
      • routinePackage

        protected java.lang.String routinePackage
      • routineName

        protected java.lang.String routineName
      • 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
      • comment

        protected java.lang.String comment
    • Constructor Detail

      • Routine

        public Routine()
    • 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
      • getRoutineCatalog

        public java.lang.String getRoutineCatalog()
        Gets the value of the routineCatalog property.
        Returns:
        possible object is String
      • setRoutineCatalog

        public void setRoutineCatalog​(java.lang.String value)
        Sets the value of the routineCatalog property.
        Parameters:
        value - allowed object is String
      • getRoutineSchema

        public java.lang.String getRoutineSchema()
        Gets the value of the routineSchema property.
        Returns:
        possible object is String
      • setRoutineSchema

        public void setRoutineSchema​(java.lang.String value)
        Sets the value of the routineSchema property.
        Parameters:
        value - allowed object is String
      • getRoutinePackage

        public java.lang.String getRoutinePackage()
        Gets the value of the routinePackage property.
        Returns:
        possible object is String
      • setRoutinePackage

        public void setRoutinePackage​(java.lang.String value)
        Sets the value of the routinePackage property.
        Parameters:
        value - allowed object is String
      • getRoutineName

        public java.lang.String getRoutineName()
        Gets the value of the routineName property.
        Returns:
        possible object is String
      • setRoutineName

        public void setRoutineName​(java.lang.String value)
        Sets the value of the routineName property.
        Parameters:
        value - allowed object is String
      • getRoutineType

        public RoutineType getRoutineType()
        Gets the value of the routineType property.
        Returns:
        possible object is RoutineType
      • setRoutineType

        public void setRoutineType​(RoutineType value)
        Sets the value of the routineType property.
        Parameters:
        value - allowed object is RoutineType
      • 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
      • 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 Routine withSpecificCatalog​(java.lang.String value)
      • withSpecificSchema

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

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

        public Routine withSpecificName​(java.lang.String value)
      • withRoutineCatalog

        public Routine withRoutineCatalog​(java.lang.String value)
      • withRoutineSchema

        public Routine withRoutineSchema​(java.lang.String value)
      • withRoutinePackage

        public Routine withRoutinePackage​(java.lang.String value)
      • withRoutineName

        public Routine withRoutineName​(java.lang.String value)
      • withDataType

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

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

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

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

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

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

        public Routine withUdtName​(java.lang.String value)
      • withComment

        public Routine 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