Module org.jooq

Class Attribute

java.lang.Object
org.jooq.util.xml.jaxb.Attribute
All Implemented Interfaces:
Serializable, XMLAppendable

public class Attribute extends Object implements Serializable, XMLAppendable

Java class for Attribute complex type.

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

 <complexType name="Attribute">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <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"/>
         <element name="attribute_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ordinal_position" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="attribute_default" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <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="attribute_udt_catalog" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="attribute_udt_schema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="attribute_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:
  • Field Details

    • udtCatalog

      protected String udtCatalog
    • udtSchema

      protected String udtSchema
    • udtName

      protected String udtName
    • attributeName

      protected String attributeName
    • ordinalPosition

      protected int ordinalPosition
    • attributeDefault

      protected String attributeDefault
    • dataType

      protected String dataType
    • characterMaximumLength

      protected Integer characterMaximumLength
    • numericPrecision

      protected Integer numericPrecision
    • numericScale

      protected Integer numericScale
    • attributeUdtCatalog

      protected String attributeUdtCatalog
    • attributeUdtSchema

      protected String attributeUdtSchema
    • attributeUdtName

      protected String attributeUdtName
    • comment

      protected String comment
  • Constructor Details

    • Attribute

      public Attribute()
  • Method Details

    • 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)
    • getAttributeName

      public String getAttributeName()
    • setAttributeName

      public void setAttributeName(String value)
    • getOrdinalPosition

      public int getOrdinalPosition()
    • setOrdinalPosition

      public void setOrdinalPosition(int value)
    • getAttributeDefault

      public String getAttributeDefault()
    • setAttributeDefault

      public void setAttributeDefault(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)
    • getAttributeUdtCatalog

      public String getAttributeUdtCatalog()
    • setAttributeUdtCatalog

      public void setAttributeUdtCatalog(String value)
    • getAttributeUdtSchema

      public String getAttributeUdtSchema()
    • setAttributeUdtSchema

      public void setAttributeUdtSchema(String value)
    • getAttributeUdtName

      public String getAttributeUdtName()
    • setAttributeUdtName

      public void setAttributeUdtName(String value)
    • getComment

      public String getComment()
    • setComment

      public void setComment(String value)
    • withUdtCatalog

      public Attribute withUdtCatalog(String value)
    • withUdtSchema

      public Attribute withUdtSchema(String value)
    • withUdtName

      public Attribute withUdtName(String value)
    • withAttributeName

      public Attribute withAttributeName(String value)
    • withOrdinalPosition

      public Attribute withOrdinalPosition(int value)
    • withAttributeDefault

      public Attribute withAttributeDefault(String value)
    • withDataType

      public Attribute withDataType(String value)
    • withCharacterMaximumLength

      public Attribute withCharacterMaximumLength(Integer value)
    • withNumericPrecision

      public Attribute withNumericPrecision(Integer value)
    • withNumericScale

      public Attribute withNumericScale(Integer value)
    • withAttributeUdtCatalog

      public Attribute withAttributeUdtCatalog(String value)
    • withAttributeUdtSchema

      public Attribute withAttributeUdtSchema(String value)
    • withAttributeUdtName

      public Attribute withAttributeUdtName(String value)
    • withComment

      public Attribute withComment(String value)
    • appendTo

      public final void appendTo(XMLBuilder builder)
      Specified by:
      appendTo in interface XMLAppendable
    • toString

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

      public boolean equals(Object that)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object