Module org.jooq

Class Domain

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

public class Domain extends Object implements Serializable, XMLAppendable

Java class for Domain complex type.

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

 <complexType name="Domain">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="domain_catalog" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="domain_schema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="domain_name" 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="domain_default" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • domainCatalog

      protected String domainCatalog
    • domainSchema

      protected String domainSchema
    • domainName

      protected String domainName
    • dataType

      protected String dataType
    • characterMaximumLength

      protected Integer characterMaximumLength
    • numericPrecision

      protected Integer numericPrecision
    • numericScale

      protected Integer numericScale
    • domainDefault

      protected String domainDefault
  • Constructor Details

    • Domain

      public Domain()
  • Method Details

    • getDomainCatalog

      public String getDomainCatalog()
    • setDomainCatalog

      public void setDomainCatalog(String value)
    • getDomainSchema

      public String getDomainSchema()
    • setDomainSchema

      public void setDomainSchema(String value)
    • getDomainName

      public String getDomainName()
    • setDomainName

      public void setDomainName(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)
    • getDomainDefault

      public String getDomainDefault()
    • setDomainDefault

      public void setDomainDefault(String value)
    • withDomainCatalog

      public Domain withDomainCatalog(String value)
    • withDomainSchema

      public Domain withDomainSchema(String value)
    • withDomainName

      public Domain withDomainName(String value)
    • withDataType

      public Domain withDataType(String value)
    • withCharacterMaximumLength

      public Domain withCharacterMaximumLength(Integer value)
    • withNumericPrecision

      public Domain withNumericPrecision(Integer value)
    • withNumericScale

      public Domain withNumericScale(Integer value)
    • withDomainDefault

      public Domain withDomainDefault(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