Module org.jooq

Class ElementType

  • All Implemented Interfaces:
    Serializable, XMLAppendable

    public class ElementType
    extends Object
    implements Serializable, XMLAppendable

    Java class for ElementType complex type.

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

     <complexType name="ElementType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <all>
             <element name="object_catalog" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="object_schema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="object_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="object_type" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="data_type" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <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"/>
           </all>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • objectCatalog

        protected String objectCatalog
      • objectSchema

        protected String objectSchema
      • objectName

        protected String objectName
      • objectType

        protected String objectType
      • dataType

        protected String dataType
      • characterMaximumLength

        protected Integer characterMaximumLength
      • numericPrecision

        protected Integer numericPrecision
      • numericScale

        protected Integer numericScale
      • udtCatalog

        protected String udtCatalog
      • udtSchema

        protected String udtSchema
      • udtName

        protected String udtName
    • Constructor Detail

      • ElementType

        public ElementType()
    • Method Detail

      • getObjectCatalog

        public String getObjectCatalog()
      • setObjectCatalog

        public void setObjectCatalog​(String value)
      • getObjectSchema

        public String getObjectSchema()
      • setObjectSchema

        public void setObjectSchema​(String value)
      • getObjectName

        public String getObjectName()
      • setObjectName

        public void setObjectName​(String value)
      • getObjectType

        public String getObjectType()
      • setObjectType

        public void setObjectType​(String value)
      • getDataType

        public String getDataType()
      • setDataType

        public void setDataType​(String value)
      • getCharacterMaximumLength

        public Integer getCharacterMaximumLength()
      • setCharacterMaximumLength

        public void setCharacterMaximumLength​(Integer value)
      • getNumericPrecision

        public Integer getNumericPrecision()
      • setNumericPrecision

        public void setNumericPrecision​(Integer value)
      • getNumericScale

        public Integer getNumericScale()
      • setNumericScale

        public void setNumericScale​(Integer value)
      • getUdtCatalog

        public String getUdtCatalog()
      • setUdtCatalog

        public void setUdtCatalog​(String value)
      • getUdtSchema

        public String getUdtSchema()
      • setUdtSchema

        public void setUdtSchema​(String value)
      • getUdtName

        public String getUdtName()
      • setUdtName

        public void setUdtName​(String value)
      • withCharacterMaximumLength

        public ElementType withCharacterMaximumLength​(Integer value)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object