- 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 Summary
Fields Modifier and Type Field Description protected StringcatalogNameprotected Stringcommentprotected StringschemaName
-
Constructor Summary
Constructors Constructor Description Schema()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappendTo(XMLBuilder builder)booleanequals(Object that)StringgetCatalogName()Gets the value of the catalogName property.StringgetComment()Gets the value of the comment property.StringgetSchemaName()Gets the value of the schemaName property.inthashCode()voidsetCatalogName(String value)Sets the value of the catalogName property.voidsetComment(String value)Sets the value of the comment property.voidsetSchemaName(String value)Sets the value of the schemaName property.StringtoString()SchemawithCatalogName(String value)SchemawithComment(String value)SchemawithSchemaName(String value)
-
-
-
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 isString
-
getSchemaName
public String getSchemaName()
Gets the value of the schemaName property.- Returns:
- possible object is
String
-
setSchemaName
public void setSchemaName(String value)
Sets the value of the schemaName property.- Parameters:
value- allowed object isString
-
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 isString
-
appendTo
public final void appendTo(XMLBuilder builder)
- Specified by:
appendToin interfaceXMLAppendable
-
-