Module org.jooq

Class Schema

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

public class Schema extends Object implements Serializable, XMLAppendable

Java class for Schema complex type.

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

 <complexType name="Schema">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="catalog_name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="schema_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form
  • Field Details

    • catalogName

      protected String catalogName
    • schemaName

      protected String schemaName
    • comment

      protected String comment
  • Constructor Details

    • Schema

      public Schema()
  • Method Details

    • getCatalogName

      public String getCatalogName()
    • setCatalogName

      public void setCatalogName(String value)
    • getSchemaName

      public String getSchemaName()
    • setSchemaName

      public void setSchemaName(String value)
    • getComment

      public String getComment()
    • setComment

      public void setComment(String value)
    • withCatalogName

      public Schema withCatalogName(String value)
    • withSchemaName

      public Schema withSchemaName(String value)
    • withComment

      public Schema 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