Module org.jooq

Class DirectSupertype

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

public class DirectSupertype extends Object implements Serializable, XMLAppendable

Java class for DirectSupertype complex type.

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

 <complexType name="DirectSupertype">
   <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="supertype_catalog" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="supertype_schema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="supertype_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • udtCatalog

      protected String udtCatalog
    • udtSchema

      protected String udtSchema
    • udtName

      protected String udtName
    • supertypeCatalog

      protected String supertypeCatalog
    • supertypeSchema

      protected String supertypeSchema
    • supertypeName

      protected String supertypeName
  • Constructor Details

    • DirectSupertype

      public DirectSupertype()
  • 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)
    • getSupertypeCatalog

      public String getSupertypeCatalog()
    • setSupertypeCatalog

      public void setSupertypeCatalog(String value)
    • getSupertypeSchema

      public String getSupertypeSchema()
    • setSupertypeSchema

      public void setSupertypeSchema(String value)
    • getSupertypeName

      public String getSupertypeName()
    • setSupertypeName

      public void setSupertypeName(String value)
    • withUdtCatalog

      public DirectSupertype withUdtCatalog(String value)
    • withUdtSchema

      public DirectSupertype withUdtSchema(String value)
    • withUdtName

      public DirectSupertype withUdtName(String value)
    • withSupertypeCatalog

      public DirectSupertype withSupertypeCatalog(String value)
    • withSupertypeSchema

      public DirectSupertype withSupertypeSchema(String value)
    • withSupertypeName

      public DirectSupertype withSupertypeName(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