java.lang.Object
org.jooq.util.xml.jaxb.Catalog
- All Implemented Interfaces:
 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 Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidappendTo(XMLBuilder builder)booleaninthashCode()voidsetCatalogName(String value)voidsetComment(String value)toString()withCatalogName(String value)withComment(String value) 
- 
Field Details
- 
catalogName
 - 
comment
 
 - 
 - 
Constructor Details
- 
Catalog
public Catalog() 
 - 
 - 
Method Details