java.lang.Object
org.jooq.util.xml.jaxb.Domain
- All Implemented Interfaces:
Serializable
,XMLAppendable
Java class for Domain complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Domain"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="domain_catalog" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="domain_schema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="domain_name" 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="domain_default" 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
setDomainCatalog
(String value) void
setDomainDefault
(String value) void
setDomainName
(String value) void
setDomainSchema
(String value) void
setNumericPrecision
(Integer value) void
setNumericScale
(Integer value) toString()
withDataType
(String value) withDomainCatalog
(String value) withDomainDefault
(String value) withDomainName
(String value) withDomainSchema
(String value) withNumericPrecision
(Integer value) withNumericScale
(Integer value)
-
Field Details
-
domainCatalog
-
domainSchema
-
domainName
-
dataType
-
characterMaximumLength
-
numericPrecision
-
numericScale
-
domainDefault
-
-
Constructor Details
-
Domain
public Domain()
-
-
Method Details
-
getDomainCatalog
-
setDomainCatalog
-
getDomainSchema
-
setDomainSchema
-
getDomainName
-
setDomainName
-
getDataType
-
setDataType
-
getCharacterMaximumLength
-
setCharacterMaximumLength
-
getNumericPrecision
-
setNumericPrecision
-
getNumericScale
-
setNumericScale
-
getDomainDefault
-
setDomainDefault
-
withDomainCatalog
-
withDomainSchema
-
withDomainName
-
withDataType
-
withCharacterMaximumLength
-
withNumericPrecision
-
withNumericScale
-
withDomainDefault
-
appendTo
- Specified by:
appendTo
in interfaceXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-