- 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 Integer
characterMaximumLength
protected String
dataType
protected Integer
numericPrecision
protected Integer
numericScale
protected String
objectCatalog
protected String
objectName
protected String
objectSchema
protected String
objectType
protected String
udtCatalog
protected String
udtName
protected String
udtSchema
-
Constructor Summary
Constructors Constructor Description ElementType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
appendTo(XMLBuilder builder)
boolean
equals(Object that)
Integer
getCharacterMaximumLength()
Gets the value of the characterMaximumLength property.String
getDataType()
Gets the value of the dataType property.Integer
getNumericPrecision()
Gets the value of the numericPrecision property.Integer
getNumericScale()
Gets the value of the numericScale property.String
getObjectCatalog()
Gets the value of the objectCatalog property.String
getObjectName()
Gets the value of the objectName property.String
getObjectSchema()
Gets the value of the objectSchema property.String
getObjectType()
Gets the value of the objectType property.String
getUdtCatalog()
Gets the value of the udtCatalog property.String
getUdtName()
Gets the value of the udtName property.String
getUdtSchema()
Gets the value of the udtSchema property.int
hashCode()
void
setCharacterMaximumLength(Integer value)
Sets the value of the characterMaximumLength property.void
setDataType(String value)
Sets the value of the dataType property.void
setNumericPrecision(Integer value)
Sets the value of the numericPrecision property.void
setNumericScale(Integer value)
Sets the value of the numericScale property.void
setObjectCatalog(String value)
Sets the value of the objectCatalog property.void
setObjectName(String value)
Sets the value of the objectName property.void
setObjectSchema(String value)
Sets the value of the objectSchema property.void
setObjectType(String value)
Sets the value of the objectType property.void
setUdtCatalog(String value)
Sets the value of the udtCatalog property.void
setUdtName(String value)
Sets the value of the udtName property.void
setUdtSchema(String value)
Sets the value of the udtSchema property.String
toString()
ElementType
withCharacterMaximumLength(Integer value)
ElementType
withDataType(String value)
ElementType
withNumericPrecision(Integer value)
ElementType
withNumericScale(Integer value)
ElementType
withObjectCatalog(String value)
ElementType
withObjectName(String value)
ElementType
withObjectSchema(String value)
ElementType
withObjectType(String value)
ElementType
withUdtCatalog(String value)
ElementType
withUdtName(String value)
ElementType
withUdtSchema(String value)
-
-
-
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()
Gets the value of the objectCatalog property.- Returns:
- possible object is
String
-
setObjectCatalog
public void setObjectCatalog(String value)
Sets the value of the objectCatalog property.- Parameters:
value
- allowed object isString
-
getObjectSchema
public String getObjectSchema()
Gets the value of the objectSchema property.- Returns:
- possible object is
String
-
setObjectSchema
public void setObjectSchema(String value)
Sets the value of the objectSchema property.- Parameters:
value
- allowed object isString
-
getObjectName
public String getObjectName()
Gets the value of the objectName property.- Returns:
- possible object is
String
-
setObjectName
public void setObjectName(String value)
Sets the value of the objectName property.- Parameters:
value
- allowed object isString
-
getObjectType
public String getObjectType()
Gets the value of the objectType property.- Returns:
- possible object is
String
-
setObjectType
public void setObjectType(String value)
Sets the value of the objectType property.- Parameters:
value
- allowed object isString
-
getDataType
public String getDataType()
Gets the value of the dataType property.- Returns:
- possible object is
String
-
setDataType
public void setDataType(String value)
Sets the value of the dataType property.- Parameters:
value
- allowed object isString
-
getCharacterMaximumLength
public Integer getCharacterMaximumLength()
Gets the value of the characterMaximumLength property.- Returns:
- possible object is
Integer
-
setCharacterMaximumLength
public void setCharacterMaximumLength(Integer value)
Sets the value of the characterMaximumLength property.- Parameters:
value
- allowed object isInteger
-
getNumericPrecision
public Integer getNumericPrecision()
Gets the value of the numericPrecision property.- Returns:
- possible object is
Integer
-
setNumericPrecision
public void setNumericPrecision(Integer value)
Sets the value of the numericPrecision property.- Parameters:
value
- allowed object isInteger
-
getNumericScale
public Integer getNumericScale()
Gets the value of the numericScale property.- Returns:
- possible object is
Integer
-
setNumericScale
public void setNumericScale(Integer value)
Sets the value of the numericScale property.- Parameters:
value
- allowed object isInteger
-
getUdtCatalog
public String getUdtCatalog()
Gets the value of the udtCatalog property.- Returns:
- possible object is
String
-
setUdtCatalog
public void setUdtCatalog(String value)
Sets the value of the udtCatalog property.- Parameters:
value
- allowed object isString
-
getUdtSchema
public String getUdtSchema()
Gets the value of the udtSchema property.- Returns:
- possible object is
String
-
setUdtSchema
public void setUdtSchema(String value)
Sets the value of the udtSchema property.- Parameters:
value
- allowed object isString
-
getUdtName
public String getUdtName()
Gets the value of the udtName property.- Returns:
- possible object is
String
-
setUdtName
public void setUdtName(String value)
Sets the value of the udtName property.- Parameters:
value
- allowed object isString
-
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:
appendTo
in interfaceXMLAppendable
-
-