java.lang.Object
org.jooq.util.xml.jaxb.Routine
- All Implemented Interfaces:
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.16.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:
-
Field Summary
Modifier and TypeFieldDescriptionprotected Integer
protected String
protected String
protected Integer
protected Integer
protected String
protected String
protected String
protected String
protected RoutineType
protected String
protected String
protected String
protected String
protected String
protected String
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
appendTo
(XMLBuilder builder) boolean
int
hashCode()
void
setCharacterMaximumLength
(Integer value) void
setComment
(String value) void
setDataType
(String value) void
setNumericPrecision
(Integer value) void
setNumericScale
(Integer value) void
setRoutineCatalog
(String value) void
setRoutineName
(String value) void
setRoutinePackage
(String value) void
setRoutineSchema
(String value) void
setRoutineType
(RoutineType value) void
setSpecificCatalog
(String value) void
setSpecificName
(String value) void
setSpecificPackage
(String value) void
setSpecificSchema
(String value) void
setUdtCatalog
(String value) void
setUdtName
(String value) void
setUdtSchema
(String value) toString()
withComment
(String value) withDataType
(String value) withNumericPrecision
(Integer value) withNumericScale
(Integer value) withRoutineCatalog
(String value) withRoutineName
(String value) withRoutinePackage
(String value) withRoutineSchema
(String value) withRoutineType
(RoutineType value) withSpecificCatalog
(String value) withSpecificName
(String value) withSpecificPackage
(String value) withSpecificSchema
(String value) withUdtCatalog
(String value) withUdtName
(String value) withUdtSchema
(String value)
-
Field Details
-
specificCatalog
-
specificSchema
-
specificPackage
-
specificName
-
routineCatalog
-
routineSchema
-
routinePackage
-
routineName
-
routineType
-
dataType
-
characterMaximumLength
-
numericPrecision
-
numericScale
-
udtCatalog
-
udtSchema
-
udtName
-
comment
-
-
Constructor Details
-
Routine
public Routine()
-
-
Method Details
-
getSpecificCatalog
-
setSpecificCatalog
-
getSpecificSchema
-
setSpecificSchema
-
getSpecificPackage
-
setSpecificPackage
-
getSpecificName
-
setSpecificName
-
getRoutineCatalog
-
setRoutineCatalog
-
getRoutineSchema
-
setRoutineSchema
-
getRoutinePackage
-
setRoutinePackage
-
getRoutineName
-
setRoutineName
-
getRoutineType
-
setRoutineType
-
getDataType
-
setDataType
-
getCharacterMaximumLength
-
setCharacterMaximumLength
-
getNumericPrecision
-
setNumericPrecision
-
getNumericScale
-
setNumericScale
-
getUdtCatalog
-
setUdtCatalog
-
getUdtSchema
-
setUdtSchema
-
getUdtName
-
setUdtName
-
getComment
-
setComment
-
withSpecificCatalog
-
withSpecificSchema
-
withSpecificPackage
-
withSpecificName
-
withRoutineCatalog
-
withRoutineSchema
-
withRoutinePackage
-
withRoutineName
-
withRoutineType
-
withDataType
-
withCharacterMaximumLength
-
withNumericPrecision
-
withNumericScale
-
withUdtCatalog
-
withUdtSchema
-
withUdtName
-
withComment
-
appendTo
- Specified by:
appendTo
in interfaceXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-