Class ElementType

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

    public class ElementType
    extends java.lang.Object
    implements java.io.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 java.lang.String objectCatalog
      • objectSchema

        protected java.lang.String objectSchema
      • objectName

        protected java.lang.String objectName
      • objectType

        protected java.lang.String objectType
      • 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
    • Constructor Detail

      • ElementType

        public ElementType()
    • Method Detail

      • getObjectCatalog

        public java.lang.String getObjectCatalog()
        Gets the value of the objectCatalog property.
        Returns:
        possible object is String
      • setObjectCatalog

        public void setObjectCatalog​(java.lang.String value)
        Sets the value of the objectCatalog property.
        Parameters:
        value - allowed object is String
      • getObjectSchema

        public java.lang.String getObjectSchema()
        Gets the value of the objectSchema property.
        Returns:
        possible object is String
      • setObjectSchema

        public void setObjectSchema​(java.lang.String value)
        Sets the value of the objectSchema property.
        Parameters:
        value - allowed object is String
      • getObjectName

        public java.lang.String getObjectName()
        Gets the value of the objectName property.
        Returns:
        possible object is String
      • setObjectName

        public void setObjectName​(java.lang.String value)
        Sets the value of the objectName property.
        Parameters:
        value - allowed object is String
      • getObjectType

        public java.lang.String getObjectType()
        Gets the value of the objectType property.
        Returns:
        possible object is String
      • setObjectType

        public void setObjectType​(java.lang.String value)
        Sets the value of the objectType 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
      • withObjectCatalog

        public ElementType withObjectCatalog​(java.lang.String value)
      • withObjectSchema

        public ElementType withObjectSchema​(java.lang.String value)
      • withObjectName

        public ElementType withObjectName​(java.lang.String value)
      • withObjectType

        public ElementType withObjectType​(java.lang.String value)
      • withDataType

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

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

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

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

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

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

        public ElementType withUdtName​(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