Class UserDefinedType
java.lang.Object
org.jooq.util.xml.jaxb.UserDefinedType
- All Implemented Interfaces:
Serializable, XMLAppendable
Java class for UserDefinedType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UserDefinedType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="user_defined_type_catalog" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="user_defined_type_schema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="user_defined_type_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="user_defined_type_category" type="{http://www.jooq.org/xsd/jooq-meta-3.22.0.xsd}UserDefinedTypeCategory" minOccurs="0"/>
<element name="is_instantiable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="is_final" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidappendTo(XMLBuilder builder) booleaninthashCode()Gets the value of the isFinal property.Gets the value of the isInstantiable property.voidsetComment(String value) voidsetIsFinal(Boolean value) Sets the value of the isFinal property.voidsetIsInstantiable(Boolean value) Sets the value of the isInstantiable property.voidsetUserDefinedTypeCatalog(String value) voidvoidsetUserDefinedTypeName(String value) voidsetUserDefinedTypeSchema(String value) toString()withComment(String value) withIsFinal(Boolean value) withIsInstantiable(Boolean value) withUserDefinedTypeCatalog(String value) withUserDefinedTypeName(String value) withUserDefinedTypeSchema(String value)
-
Field Details
-
userDefinedTypeCatalog
-
userDefinedTypeSchema
-
userDefinedTypeName
-
userDefinedTypeCategory
-
isInstantiable
-
isFinal
-
comment
-
-
Constructor Details
-
UserDefinedType
public UserDefinedType()
-
-
Method Details
-
getUserDefinedTypeCatalog
-
setUserDefinedTypeCatalog
-
getUserDefinedTypeSchema
-
setUserDefinedTypeSchema
-
getUserDefinedTypeName
-
setUserDefinedTypeName
-
getUserDefinedTypeCategory
-
setUserDefinedTypeCategory
-
isIsInstantiable
-
setIsInstantiable
-
isIsFinal
-
setIsFinal
-
getComment
-
setComment
-
withUserDefinedTypeCatalog
-
withUserDefinedTypeSchema
-
withUserDefinedTypeName
-
withUserDefinedTypeCategory
-
withIsInstantiable
-
withIsFinal
-
withComment
-
appendTo
- Specified by:
appendToin interfaceXMLAppendable
-
toString
-
equals
-
hashCode
-