- java.lang.Object
-
- org.jooq.util.xml.jaxb.Parameter
-
- All Implemented Interfaces:
Serializable,XMLAppendable
public class Parameter extends Object implements Serializable, XMLAppendable
Java class for Parameter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Parameter"> <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"/> <element name="ordinal_position" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="parameter_mode" type="{http://www.jooq.org/xsd/jooq-meta-3.12.0.xsd}ParameterMode"/> <element name="parameter_name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <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="parameter_default" 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 IntegercharacterMaximumLengthprotected Stringcommentprotected StringdataTypeprotected IntegernumericPrecisionprotected IntegernumericScaleprotected intordinalPositionprotected StringparameterDefaultprotected ParameterModeparameterModeprotected StringparameterNameprotected StringspecificCatalogprotected StringspecificNameprotected StringspecificPackageprotected StringspecificSchemaprotected StringudtCatalogprotected StringudtNameprotected StringudtSchema
-
Constructor Summary
Constructors Constructor Description Parameter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappendTo(XMLBuilder builder)booleanequals(Object that)IntegergetCharacterMaximumLength()Gets the value of the characterMaximumLength property.StringgetComment()Gets the value of the comment property.StringgetDataType()Gets the value of the dataType property.IntegergetNumericPrecision()Gets the value of the numericPrecision property.IntegergetNumericScale()Gets the value of the numericScale property.intgetOrdinalPosition()Gets the value of the ordinalPosition property.StringgetParameterDefault()Gets the value of the parameterDefault property.ParameterModegetParameterMode()Gets the value of the parameterMode property.StringgetParameterName()Gets the value of the parameterName property.StringgetSpecificCatalog()Gets the value of the specificCatalog property.StringgetSpecificName()Gets the value of the specificName property.StringgetSpecificPackage()Gets the value of the specificPackage property.StringgetSpecificSchema()Gets the value of the specificSchema property.StringgetUdtCatalog()Gets the value of the udtCatalog property.StringgetUdtName()Gets the value of the udtName property.StringgetUdtSchema()Gets the value of the udtSchema property.inthashCode()voidsetCharacterMaximumLength(Integer value)Sets the value of the characterMaximumLength property.voidsetComment(String value)Sets the value of the comment property.voidsetDataType(String value)Sets the value of the dataType property.voidsetNumericPrecision(Integer value)Sets the value of the numericPrecision property.voidsetNumericScale(Integer value)Sets the value of the numericScale property.voidsetOrdinalPosition(int value)Sets the value of the ordinalPosition property.voidsetParameterDefault(String value)Sets the value of the parameterDefault property.voidsetParameterMode(ParameterMode value)Sets the value of the parameterMode property.voidsetParameterName(String value)Sets the value of the parameterName property.voidsetSpecificCatalog(String value)Sets the value of the specificCatalog property.voidsetSpecificName(String value)Sets the value of the specificName property.voidsetSpecificPackage(String value)Sets the value of the specificPackage property.voidsetSpecificSchema(String value)Sets the value of the specificSchema property.voidsetUdtCatalog(String value)Sets the value of the udtCatalog property.voidsetUdtName(String value)Sets the value of the udtName property.voidsetUdtSchema(String value)Sets the value of the udtSchema property.StringtoString()ParameterwithCharacterMaximumLength(Integer value)ParameterwithComment(String value)ParameterwithDataType(String value)ParameterwithNumericPrecision(Integer value)ParameterwithNumericScale(Integer value)ParameterwithOrdinalPosition(int value)ParameterwithParameterDefault(String value)ParameterwithParameterMode(ParameterMode value)ParameterwithParameterName(String value)ParameterwithSpecificCatalog(String value)ParameterwithSpecificName(String value)ParameterwithSpecificPackage(String value)ParameterwithSpecificSchema(String value)ParameterwithUdtCatalog(String value)ParameterwithUdtName(String value)ParameterwithUdtSchema(String value)
-
-
-
Field Detail
-
specificCatalog
protected String specificCatalog
-
specificSchema
protected String specificSchema
-
specificPackage
protected String specificPackage
-
specificName
protected String specificName
-
ordinalPosition
protected int ordinalPosition
-
parameterMode
protected ParameterMode parameterMode
-
parameterName
protected String parameterName
-
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
-
parameterDefault
protected String parameterDefault
-
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
-
getOrdinalPosition
public int getOrdinalPosition()
Gets the value of the ordinalPosition property.
-
setOrdinalPosition
public void setOrdinalPosition(int value)
Sets the value of the ordinalPosition property.
-
getParameterMode
public ParameterMode getParameterMode()
Gets the value of the parameterMode property.- Returns:
- possible object is
ParameterMode
-
setParameterMode
public void setParameterMode(ParameterMode value)
Sets the value of the parameterMode property.- Parameters:
value- allowed object isParameterMode
-
getParameterName
public String getParameterName()
Gets the value of the parameterName property.- Returns:
- possible object is
String
-
setParameterName
public void setParameterName(String value)
Sets the value of the parameterName 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
-
getParameterDefault
public String getParameterDefault()
Gets the value of the parameterDefault property.- Returns:
- possible object is
String
-
setParameterDefault
public void setParameterDefault(String value)
Sets the value of the parameterDefault 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
-
withOrdinalPosition
public Parameter withOrdinalPosition(int value)
-
withParameterMode
public Parameter withParameterMode(ParameterMode value)
-
appendTo
public final void appendTo(XMLBuilder builder)
- Specified by:
appendToin interfaceXMLAppendable
-
-