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.21.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 void
appendTo
(XMLBuilder builder) boolean
int
hashCode()
Gets the value of the isFinal property.Gets the value of the isInstantiable property.void
setComment
(String value) void
setIsFinal
(Boolean value) Sets the value of the isFinal property.void
setIsInstantiable
(Boolean value) Sets the value of the isInstantiable property.void
setUserDefinedTypeCatalog
(String value) void
void
setUserDefinedTypeName
(String value) void
setUserDefinedTypeSchema
(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
Gets the value of the isInstantiable property.- Returns:
- possible object is
Boolean
-
setIsInstantiable
Sets the value of the isInstantiable property.- Parameters:
value
- allowed object isBoolean
-
isIsFinal
Gets the value of the isFinal property.- Returns:
- possible object is
Boolean
-
setIsFinal
Sets the value of the isFinal property.- Parameters:
value
- allowed object isBoolean
-
getComment
-
setComment
-
withUserDefinedTypeCatalog
-
withUserDefinedTypeSchema
-
withUserDefinedTypeName
-
withUserDefinedTypeCategory
-
withIsInstantiable
-
withIsFinal
-
withComment
-
appendTo
- Specified by:
appendTo
in interfaceXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-