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
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionfinal voidappendTo(XMLBuilder builder) booleaninthashCode()voidsetCharacterMaximumLength(Integer value) voidsetDataType(String value) voidsetDomainCatalog(String value) voidsetDomainDefault(String value) voidsetDomainName(String value) voidsetDomainSchema(String value) voidsetNumericPrecision(Integer value) voidsetNumericScale(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:
 appendToin interfaceXMLAppendable
 - 
toString
 - 
equals
 - 
hashCode
public int hashCode() 
 -