java.lang.Object
org.jooq.util.xml.jaxb.ElementType
- All Implemented Interfaces:
Serializable
,XMLAppendable
Java class for ElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ElementType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="object_catalog" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="object_schema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="object_name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="object_type" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="data_type" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="character_maximum_length" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="numeric_precision" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="numeric_scale" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <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" minOccurs="0"/> </all> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
appendTo
(XMLBuilder builder) boolean
int
hashCode()
void
setCharacterMaximumLength
(Integer value) void
setDataType
(String value) void
setNumericPrecision
(Integer value) void
setNumericScale
(Integer value) void
setObjectCatalog
(String value) void
setObjectName
(String value) void
setObjectSchema
(String value) void
setObjectType
(String value) void
setUdtCatalog
(String value) void
setUdtName
(String value) void
setUdtSchema
(String value) toString()
withDataType
(String value) withNumericPrecision
(Integer value) withNumericScale
(Integer value) withObjectCatalog
(String value) withObjectName
(String value) withObjectSchema
(String value) withObjectType
(String value) withUdtCatalog
(String value) withUdtName
(String value) withUdtSchema
(String value)
-
Field Details
-
objectCatalog
-
objectSchema
-
objectName
-
objectType
-
dataType
-
characterMaximumLength
-
numericPrecision
-
numericScale
-
udtCatalog
-
udtSchema
-
udtName
-
-
Constructor Details
-
ElementType
public ElementType()
-
-
Method Details
-
getObjectCatalog
-
setObjectCatalog
-
getObjectSchema
-
setObjectSchema
-
getObjectName
-
setObjectName
-
getObjectType
-
setObjectType
-
getDataType
-
setDataType
-
getCharacterMaximumLength
-
setCharacterMaximumLength
-
getNumericPrecision
-
setNumericPrecision
-
getNumericScale
-
setNumericScale
-
getUdtCatalog
-
setUdtCatalog
-
getUdtSchema
-
setUdtSchema
-
getUdtName
-
setUdtName
-
withObjectCatalog
-
withObjectSchema
-
withObjectName
-
withObjectType
-
withDataType
-
withCharacterMaximumLength
-
withNumericPrecision
-
withNumericScale
-
withUdtCatalog
-
withUdtSchema
-
withUdtName
-
appendTo
- Specified by:
appendTo
in interfaceXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-