Package org.jooq.util.xml.jaxb
Class Routine
- java.lang.Object
-
- org.jooq.util.xml.jaxb.Routine
-
- All Implemented Interfaces:
java.io.Serializable
,XMLAppendable
public class Routine extends java.lang.Object implements java.io.Serializable, XMLAppendable
Java class for Routine complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Routine"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="specific_catalog" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="specific_schema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="specific_package" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="specific_name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="routine_catalog" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="routine_schema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="routine_package" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="routine_name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="routine_type" type="{http://www.jooq.org/xsd/jooq-meta-3.12.0.xsd}RoutineType"/> <element name="data_type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <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"/> <element name="comment" 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 java.lang.Integer
characterMaximumLength
protected java.lang.String
comment
protected java.lang.String
dataType
protected java.lang.Integer
numericPrecision
protected java.lang.Integer
numericScale
protected java.lang.String
routineCatalog
protected java.lang.String
routineName
protected java.lang.String
routinePackage
protected java.lang.String
routineSchema
protected RoutineType
routineType
protected java.lang.String
specificCatalog
protected java.lang.String
specificName
protected java.lang.String
specificPackage
protected java.lang.String
specificSchema
protected java.lang.String
udtCatalog
protected java.lang.String
udtName
protected java.lang.String
udtSchema
-
Constructor Summary
Constructors Constructor Description Routine()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
appendTo(XMLBuilder builder)
boolean
equals(java.lang.Object that)
java.lang.Integer
getCharacterMaximumLength()
Gets the value of the characterMaximumLength property.java.lang.String
getComment()
Gets the value of the comment property.java.lang.String
getDataType()
Gets the value of the dataType property.java.lang.Integer
getNumericPrecision()
Gets the value of the numericPrecision property.java.lang.Integer
getNumericScale()
Gets the value of the numericScale property.java.lang.String
getRoutineCatalog()
Gets the value of the routineCatalog property.java.lang.String
getRoutineName()
Gets the value of the routineName property.java.lang.String
getRoutinePackage()
Gets the value of the routinePackage property.java.lang.String
getRoutineSchema()
Gets the value of the routineSchema property.RoutineType
getRoutineType()
Gets the value of the routineType property.java.lang.String
getSpecificCatalog()
Gets the value of the specificCatalog property.java.lang.String
getSpecificName()
Gets the value of the specificName property.java.lang.String
getSpecificPackage()
Gets the value of the specificPackage property.java.lang.String
getSpecificSchema()
Gets the value of the specificSchema property.java.lang.String
getUdtCatalog()
Gets the value of the udtCatalog property.java.lang.String
getUdtName()
Gets the value of the udtName property.java.lang.String
getUdtSchema()
Gets the value of the udtSchema property.int
hashCode()
void
setCharacterMaximumLength(java.lang.Integer value)
Sets the value of the characterMaximumLength property.void
setComment(java.lang.String value)
Sets the value of the comment property.void
setDataType(java.lang.String value)
Sets the value of the dataType property.void
setNumericPrecision(java.lang.Integer value)
Sets the value of the numericPrecision property.void
setNumericScale(java.lang.Integer value)
Sets the value of the numericScale property.void
setRoutineCatalog(java.lang.String value)
Sets the value of the routineCatalog property.void
setRoutineName(java.lang.String value)
Sets the value of the routineName property.void
setRoutinePackage(java.lang.String value)
Sets the value of the routinePackage property.void
setRoutineSchema(java.lang.String value)
Sets the value of the routineSchema property.void
setRoutineType(RoutineType value)
Sets the value of the routineType property.void
setSpecificCatalog(java.lang.String value)
Sets the value of the specificCatalog property.void
setSpecificName(java.lang.String value)
Sets the value of the specificName property.void
setSpecificPackage(java.lang.String value)
Sets the value of the specificPackage property.void
setSpecificSchema(java.lang.String value)
Sets the value of the specificSchema property.void
setUdtCatalog(java.lang.String value)
Sets the value of the udtCatalog property.void
setUdtName(java.lang.String value)
Sets the value of the udtName property.void
setUdtSchema(java.lang.String value)
Sets the value of the udtSchema property.java.lang.String
toString()
Routine
withCharacterMaximumLength(java.lang.Integer value)
Routine
withComment(java.lang.String value)
Routine
withDataType(java.lang.String value)
Routine
withNumericPrecision(java.lang.Integer value)
Routine
withNumericScale(java.lang.Integer value)
Routine
withRoutineCatalog(java.lang.String value)
Routine
withRoutineName(java.lang.String value)
Routine
withRoutinePackage(java.lang.String value)
Routine
withRoutineSchema(java.lang.String value)
Routine
withRoutineType(RoutineType value)
Routine
withSpecificCatalog(java.lang.String value)
Routine
withSpecificName(java.lang.String value)
Routine
withSpecificPackage(java.lang.String value)
Routine
withSpecificSchema(java.lang.String value)
Routine
withUdtCatalog(java.lang.String value)
Routine
withUdtName(java.lang.String value)
Routine
withUdtSchema(java.lang.String value)
-
-
-
Field Detail
-
specificCatalog
protected java.lang.String specificCatalog
-
specificSchema
protected java.lang.String specificSchema
-
specificPackage
protected java.lang.String specificPackage
-
specificName
protected java.lang.String specificName
-
routineCatalog
protected java.lang.String routineCatalog
-
routineSchema
protected java.lang.String routineSchema
-
routinePackage
protected java.lang.String routinePackage
-
routineName
protected java.lang.String routineName
-
routineType
protected RoutineType routineType
-
dataType
protected java.lang.String dataType
-
characterMaximumLength
protected java.lang.Integer characterMaximumLength
-
numericPrecision
protected java.lang.Integer numericPrecision
-
numericScale
protected java.lang.Integer numericScale
-
udtCatalog
protected java.lang.String udtCatalog
-
udtSchema
protected java.lang.String udtSchema
-
udtName
protected java.lang.String udtName
-
comment
protected java.lang.String comment
-
-
Method Detail
-
getSpecificCatalog
public java.lang.String getSpecificCatalog()
Gets the value of the specificCatalog property.- Returns:
- possible object is
String
-
setSpecificCatalog
public void setSpecificCatalog(java.lang.String value)
Sets the value of the specificCatalog property.- Parameters:
value
- allowed object isString
-
getSpecificSchema
public java.lang.String getSpecificSchema()
Gets the value of the specificSchema property.- Returns:
- possible object is
String
-
setSpecificSchema
public void setSpecificSchema(java.lang.String value)
Sets the value of the specificSchema property.- Parameters:
value
- allowed object isString
-
getSpecificPackage
public java.lang.String getSpecificPackage()
Gets the value of the specificPackage property.- Returns:
- possible object is
String
-
setSpecificPackage
public void setSpecificPackage(java.lang.String value)
Sets the value of the specificPackage property.- Parameters:
value
- allowed object isString
-
getSpecificName
public java.lang.String getSpecificName()
Gets the value of the specificName property.- Returns:
- possible object is
String
-
setSpecificName
public void setSpecificName(java.lang.String value)
Sets the value of the specificName property.- Parameters:
value
- allowed object isString
-
getRoutineCatalog
public java.lang.String getRoutineCatalog()
Gets the value of the routineCatalog property.- Returns:
- possible object is
String
-
setRoutineCatalog
public void setRoutineCatalog(java.lang.String value)
Sets the value of the routineCatalog property.- Parameters:
value
- allowed object isString
-
getRoutineSchema
public java.lang.String getRoutineSchema()
Gets the value of the routineSchema property.- Returns:
- possible object is
String
-
setRoutineSchema
public void setRoutineSchema(java.lang.String value)
Sets the value of the routineSchema property.- Parameters:
value
- allowed object isString
-
getRoutinePackage
public java.lang.String getRoutinePackage()
Gets the value of the routinePackage property.- Returns:
- possible object is
String
-
setRoutinePackage
public void setRoutinePackage(java.lang.String value)
Sets the value of the routinePackage property.- Parameters:
value
- allowed object isString
-
getRoutineName
public java.lang.String getRoutineName()
Gets the value of the routineName property.- Returns:
- possible object is
String
-
setRoutineName
public void setRoutineName(java.lang.String value)
Sets the value of the routineName property.- Parameters:
value
- allowed object isString
-
getRoutineType
public RoutineType getRoutineType()
Gets the value of the routineType property.- Returns:
- possible object is
RoutineType
-
setRoutineType
public void setRoutineType(RoutineType value)
Sets the value of the routineType property.- Parameters:
value
- allowed object isRoutineType
-
getDataType
public java.lang.String getDataType()
Gets the value of the dataType property.- Returns:
- possible object is
String
-
setDataType
public void setDataType(java.lang.String value)
Sets the value of the dataType property.- Parameters:
value
- allowed object isString
-
getCharacterMaximumLength
public java.lang.Integer getCharacterMaximumLength()
Gets the value of the characterMaximumLength property.- Returns:
- possible object is
Integer
-
setCharacterMaximumLength
public void setCharacterMaximumLength(java.lang.Integer value)
Sets the value of the characterMaximumLength property.- Parameters:
value
- allowed object isInteger
-
getNumericPrecision
public java.lang.Integer getNumericPrecision()
Gets the value of the numericPrecision property.- Returns:
- possible object is
Integer
-
setNumericPrecision
public void setNumericPrecision(java.lang.Integer value)
Sets the value of the numericPrecision property.- Parameters:
value
- allowed object isInteger
-
getNumericScale
public java.lang.Integer getNumericScale()
Gets the value of the numericScale property.- Returns:
- possible object is
Integer
-
setNumericScale
public void setNumericScale(java.lang.Integer value)
Sets the value of the numericScale property.- Parameters:
value
- allowed object isInteger
-
getUdtCatalog
public java.lang.String getUdtCatalog()
Gets the value of the udtCatalog property.- Returns:
- possible object is
String
-
setUdtCatalog
public void setUdtCatalog(java.lang.String value)
Sets the value of the udtCatalog property.- Parameters:
value
- allowed object isString
-
getUdtSchema
public java.lang.String getUdtSchema()
Gets the value of the udtSchema property.- Returns:
- possible object is
String
-
setUdtSchema
public void setUdtSchema(java.lang.String value)
Sets the value of the udtSchema property.- Parameters:
value
- allowed object isString
-
getUdtName
public java.lang.String getUdtName()
Gets the value of the udtName property.- Returns:
- possible object is
String
-
setUdtName
public void setUdtName(java.lang.String value)
Sets the value of the udtName property.- Parameters:
value
- allowed object isString
-
getComment
public java.lang.String getComment()
Gets the value of the comment property.- Returns:
- possible object is
String
-
setComment
public void setComment(java.lang.String value)
Sets the value of the comment property.- Parameters:
value
- allowed object isString
-
withSpecificCatalog
public Routine withSpecificCatalog(java.lang.String value)
-
withSpecificSchema
public Routine withSpecificSchema(java.lang.String value)
-
withSpecificPackage
public Routine withSpecificPackage(java.lang.String value)
-
withSpecificName
public Routine withSpecificName(java.lang.String value)
-
withRoutineCatalog
public Routine withRoutineCatalog(java.lang.String value)
-
withRoutineSchema
public Routine withRoutineSchema(java.lang.String value)
-
withRoutinePackage
public Routine withRoutinePackage(java.lang.String value)
-
withRoutineName
public Routine withRoutineName(java.lang.String value)
-
withRoutineType
public Routine withRoutineType(RoutineType value)
-
withDataType
public Routine withDataType(java.lang.String value)
-
withCharacterMaximumLength
public Routine withCharacterMaximumLength(java.lang.Integer value)
-
withNumericPrecision
public Routine withNumericPrecision(java.lang.Integer value)
-
withNumericScale
public Routine withNumericScale(java.lang.Integer value)
-
withUdtCatalog
public Routine withUdtCatalog(java.lang.String value)
-
withUdtSchema
public Routine withUdtSchema(java.lang.String value)
-
withUdtName
public Routine withUdtName(java.lang.String value)
-
withComment
public Routine withComment(java.lang.String value)
-
appendTo
public final void appendTo(XMLBuilder builder)
- Specified by:
appendTo
in interfaceXMLAppendable
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object that)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-