- java.lang.Object
-
- org.jooq.util.xml.jaxb.ElementType
-
- All Implemented Interfaces:
Serializable,XMLAppendable
public class ElementType extends Object implements 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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected IntegercharacterMaximumLengthprotected StringdataTypeprotected IntegernumericPrecisionprotected IntegernumericScaleprotected StringobjectCatalogprotected StringobjectNameprotected StringobjectSchemaprotected StringobjectTypeprotected StringudtCatalogprotected StringudtNameprotected StringudtSchema
-
Constructor Summary
Constructors Constructor Description ElementType()
-
Method Summary
-
-
-
Field Detail
-
objectCatalog
protected String objectCatalog
-
objectSchema
protected String objectSchema
-
objectName
protected String objectName
-
objectType
protected String objectType
-
dataType
protected String dataType
-
characterMaximumLength
protected Integer characterMaximumLength
-
numericPrecision
protected Integer numericPrecision
-
numericScale
protected Integer numericScale
-
udtCatalog
protected String udtCatalog
-
udtSchema
protected String udtSchema
-
udtName
protected String udtName
-
-
Method Detail
-
getObjectCatalog
public String getObjectCatalog()
-
setObjectCatalog
public void setObjectCatalog(String value)
-
getObjectSchema
public String getObjectSchema()
-
setObjectSchema
public void setObjectSchema(String value)
-
getObjectName
public String getObjectName()
-
setObjectName
public void setObjectName(String value)
-
getObjectType
public String getObjectType()
-
setObjectType
public void setObjectType(String value)
-
getDataType
public String getDataType()
-
setDataType
public void setDataType(String value)
-
getCharacterMaximumLength
public Integer getCharacterMaximumLength()
-
setCharacterMaximumLength
public void setCharacterMaximumLength(Integer value)
-
getNumericPrecision
public Integer getNumericPrecision()
-
setNumericPrecision
public void setNumericPrecision(Integer value)
-
getNumericScale
public Integer getNumericScale()
-
setNumericScale
public void setNumericScale(Integer value)
-
getUdtCatalog
public String getUdtCatalog()
-
setUdtCatalog
public void setUdtCatalog(String value)
-
getUdtSchema
public String getUdtSchema()
-
setUdtSchema
public void setUdtSchema(String value)
-
getUdtName
public String getUdtName()
-
setUdtName
public void setUdtName(String value)
-
withObjectCatalog
public ElementType withObjectCatalog(String value)
-
withObjectSchema
public ElementType withObjectSchema(String value)
-
withObjectName
public ElementType withObjectName(String value)
-
withObjectType
public ElementType withObjectType(String value)
-
withDataType
public ElementType withDataType(String value)
-
withCharacterMaximumLength
public ElementType withCharacterMaximumLength(Integer value)
-
withNumericPrecision
public ElementType withNumericPrecision(Integer value)
-
withNumericScale
public ElementType withNumericScale(Integer value)
-
withUdtCatalog
public ElementType withUdtCatalog(String value)
-
withUdtSchema
public ElementType withUdtSchema(String value)
-
withUdtName
public ElementType withUdtName(String value)
-
appendTo
public final void appendTo(XMLBuilder builder)
- Specified by:
appendToin interfaceXMLAppendable
-
-