- java.lang.Object
-
- org.jooq.util.xml.jaxb.Routine
-
- All Implemented Interfaces:
Serializable
,XMLAppendable
public class Routine extends Object implements 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 Integer
characterMaximumLength
protected String
comment
protected String
dataType
protected Integer
numericPrecision
protected Integer
numericScale
protected String
routineCatalog
protected String
routineName
protected String
routinePackage
protected String
routineSchema
protected RoutineType
routineType
protected String
specificCatalog
protected String
specificName
protected String
specificPackage
protected String
specificSchema
protected String
udtCatalog
protected String
udtName
protected 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(Object that)
Integer
getCharacterMaximumLength()
Gets the value of the characterMaximumLength property.String
getComment()
Gets the value of the comment 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
getRoutineCatalog()
Gets the value of the routineCatalog property.String
getRoutineName()
Gets the value of the routineName property.String
getRoutinePackage()
Gets the value of the routinePackage property.String
getRoutineSchema()
Gets the value of the routineSchema property.RoutineType
getRoutineType()
Gets the value of the routineType property.String
getSpecificCatalog()
Gets the value of the specificCatalog property.String
getSpecificName()
Gets the value of the specificName property.String
getSpecificPackage()
Gets the value of the specificPackage property.String
getSpecificSchema()
Gets the value of the specificSchema 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
setComment(String value)
Sets the value of the comment 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
setRoutineCatalog(String value)
Sets the value of the routineCatalog property.void
setRoutineName(String value)
Sets the value of the routineName property.void
setRoutinePackage(String value)
Sets the value of the routinePackage property.void
setRoutineSchema(String value)
Sets the value of the routineSchema property.void
setRoutineType(RoutineType value)
Sets the value of the routineType property.void
setSpecificCatalog(String value)
Sets the value of the specificCatalog property.void
setSpecificName(String value)
Sets the value of the specificName property.void
setSpecificPackage(String value)
Sets the value of the specificPackage property.void
setSpecificSchema(String value)
Sets the value of the specificSchema 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()
Routine
withCharacterMaximumLength(Integer value)
Routine
withComment(String value)
Routine
withDataType(String value)
Routine
withNumericPrecision(Integer value)
Routine
withNumericScale(Integer value)
Routine
withRoutineCatalog(String value)
Routine
withRoutineName(String value)
Routine
withRoutinePackage(String value)
Routine
withRoutineSchema(String value)
Routine
withRoutineType(RoutineType value)
Routine
withSpecificCatalog(String value)
Routine
withSpecificName(String value)
Routine
withSpecificPackage(String value)
Routine
withSpecificSchema(String value)
Routine
withUdtCatalog(String value)
Routine
withUdtName(String value)
Routine
withUdtSchema(String value)
-
-
-
Field Detail
-
specificCatalog
protected String specificCatalog
-
specificSchema
protected String specificSchema
-
specificPackage
protected String specificPackage
-
specificName
protected String specificName
-
routineCatalog
protected String routineCatalog
-
routineSchema
protected String routineSchema
-
routinePackage
protected String routinePackage
-
routineName
protected String routineName
-
routineType
protected RoutineType routineType
-
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
-
comment
protected String comment
-
-
Method Detail
-
getSpecificCatalog
public String getSpecificCatalog()
Gets the value of the specificCatalog property.- Returns:
- possible object is
String
-
setSpecificCatalog
public void setSpecificCatalog(String value)
Sets the value of the specificCatalog property.- Parameters:
value
- allowed object isString
-
getSpecificSchema
public String getSpecificSchema()
Gets the value of the specificSchema property.- Returns:
- possible object is
String
-
setSpecificSchema
public void setSpecificSchema(String value)
Sets the value of the specificSchema property.- Parameters:
value
- allowed object isString
-
getSpecificPackage
public String getSpecificPackage()
Gets the value of the specificPackage property.- Returns:
- possible object is
String
-
setSpecificPackage
public void setSpecificPackage(String value)
Sets the value of the specificPackage property.- Parameters:
value
- allowed object isString
-
getSpecificName
public String getSpecificName()
Gets the value of the specificName property.- Returns:
- possible object is
String
-
setSpecificName
public void setSpecificName(String value)
Sets the value of the specificName property.- Parameters:
value
- allowed object isString
-
getRoutineCatalog
public String getRoutineCatalog()
Gets the value of the routineCatalog property.- Returns:
- possible object is
String
-
setRoutineCatalog
public void setRoutineCatalog(String value)
Sets the value of the routineCatalog property.- Parameters:
value
- allowed object isString
-
getRoutineSchema
public String getRoutineSchema()
Gets the value of the routineSchema property.- Returns:
- possible object is
String
-
setRoutineSchema
public void setRoutineSchema(String value)
Sets the value of the routineSchema property.- Parameters:
value
- allowed object isString
-
getRoutinePackage
public String getRoutinePackage()
Gets the value of the routinePackage property.- Returns:
- possible object is
String
-
setRoutinePackage
public void setRoutinePackage(String value)
Sets the value of the routinePackage property.- Parameters:
value
- allowed object isString
-
getRoutineName
public String getRoutineName()
Gets the value of the routineName property.- Returns:
- possible object is
String
-
setRoutineName
public void setRoutineName(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 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
-
getComment
public String getComment()
Gets the value of the comment property.- Returns:
- possible object is
String
-
setComment
public void setComment(String value)
Sets the value of the comment property.- Parameters:
value
- allowed object isString
-
withRoutineType
public Routine withRoutineType(RoutineType value)
-
appendTo
public final void appendTo(XMLBuilder builder)
- Specified by:
appendTo
in interfaceXMLAppendable
-
-