java.lang.Object
org.jooq.util.xml.jaxb.DirectSupertype
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidappendTo(XMLBuilder builder) booleaninthashCode()voidsetSupertypeCatalog(String value) voidsetSupertypeName(String value) voidsetSupertypeSchema(String value) voidsetUdtCatalog(String value) voidsetUdtName(String value) voidsetUdtSchema(String value) toString()withSupertypeCatalog(String value) withSupertypeName(String value) withSupertypeSchema(String value) withUdtCatalog(String value) withUdtName(String value) withUdtSchema(String value)
-
Field Details
-
udtCatalog
-
udtSchema
-
udtName
-
supertypeCatalog
-
supertypeSchema
-
supertypeName
-
-
Constructor Details
-
DirectSupertype
public DirectSupertype()
-
-
Method Details
-
getUdtCatalog
-
setUdtCatalog
-
getUdtSchema
-
setUdtSchema
-
getUdtName
-
setUdtName
-
getSupertypeCatalog
-
setSupertypeCatalog
-
getSupertypeSchema
-
setSupertypeSchema
-
getSupertypeName
-
setSupertypeName
-
withUdtCatalog
-
withUdtSchema
-
withUdtName
-
withSupertypeCatalog
-
withSupertypeSchema
-
withSupertypeName
-
appendTo
- Specified by:
appendToin interfaceXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-