Module org.jooq

Class Catalog

  • All Implemented Interfaces:
    Serializable, XMLAppendable

    public class Catalog
    extends Object
    implements Serializable, XMLAppendable

    Java class for Catalog complex type.

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

     <complexType name="Catalog">
       <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="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </all>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • catalogName

        protected String catalogName
      • comment

        protected String comment
    • Constructor Detail

      • Catalog

        public Catalog()
    • Method Detail

      • getCatalogName

        public String getCatalogName()
        Gets the value of the catalogName property.
        Returns:
        possible object is String
      • setCatalogName

        public void setCatalogName​(String value)
        Sets the value of the catalogName property.
        Parameters:
        value - allowed object is String
      • getComment

        public String getComment()
        Gets the value of the comment property.
        Returns:
        possible object is String
      • setComment

        public void setComment​(String value)
        Sets the value of the comment property.
        Parameters:
        value - allowed object is String
      • withCatalogName

        public Catalog withCatalogName​(String value)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object