public class Parameter
extends java.lang.Object
implements java.io.Serializable
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.10.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="parameter_default" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </all> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.Integer |
characterMaximumLength |
protected java.lang.String |
dataType |
protected java.lang.Integer |
numericPrecision |
protected java.lang.Integer |
numericScale |
protected int |
ordinalPosition |
protected java.lang.String |
parameterDefault |
protected ParameterMode |
parameterMode |
protected java.lang.String |
parameterName |
protected java.lang.String |
specificCatalog |
protected java.lang.String |
specificName |
protected java.lang.String |
specificPackage |
protected java.lang.String |
specificSchema |
Constructor and Description |
---|
Parameter() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getCharacterMaximumLength()
Gets the value of the characterMaximumLength 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.
|
int |
getOrdinalPosition()
Gets the value of the ordinalPosition property.
|
java.lang.String |
getParameterDefault()
Gets the value of the parameterDefault property.
|
ParameterMode |
getParameterMode()
Gets the value of the parameterMode property.
|
java.lang.String |
getParameterName()
Gets the value of the parameterName 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.
|
void |
setCharacterMaximumLength(java.lang.Integer value)
Sets the value of the characterMaximumLength 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 |
setOrdinalPosition(int value)
Sets the value of the ordinalPosition property.
|
void |
setParameterDefault(java.lang.String value)
Sets the value of the parameterDefault property.
|
void |
setParameterMode(ParameterMode value)
Sets the value of the parameterMode property.
|
void |
setParameterName(java.lang.String value)
Sets the value of the parameterName 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.
|
Parameter |
withCharacterMaximumLength(java.lang.Integer value) |
Parameter |
withDataType(java.lang.String value) |
Parameter |
withNumericPrecision(java.lang.Integer value) |
Parameter |
withNumericScale(java.lang.Integer value) |
Parameter |
withOrdinalPosition(int value) |
Parameter |
withParameterDefault(java.lang.String value) |
Parameter |
withParameterMode(ParameterMode value) |
Parameter |
withParameterName(java.lang.String value) |
Parameter |
withSpecificCatalog(java.lang.String value) |
Parameter |
withSpecificName(java.lang.String value) |
Parameter |
withSpecificPackage(java.lang.String value) |
Parameter |
withSpecificSchema(java.lang.String value) |
protected java.lang.String specificCatalog
protected java.lang.String specificSchema
protected java.lang.String specificPackage
protected java.lang.String specificName
protected int ordinalPosition
protected ParameterMode parameterMode
protected java.lang.String parameterName
protected java.lang.String dataType
protected java.lang.Integer characterMaximumLength
protected java.lang.Integer numericPrecision
protected java.lang.Integer numericScale
protected java.lang.String parameterDefault
public java.lang.String getSpecificCatalog()
String
public void setSpecificCatalog(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSpecificSchema()
String
public void setSpecificSchema(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSpecificPackage()
String
public void setSpecificPackage(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSpecificName()
String
public void setSpecificName(java.lang.String value)
value
- allowed object is
String
public int getOrdinalPosition()
public void setOrdinalPosition(int value)
public ParameterMode getParameterMode()
ParameterMode
public void setParameterMode(ParameterMode value)
value
- allowed object is
ParameterMode
public java.lang.String getParameterName()
String
public void setParameterName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDataType()
String
public void setDataType(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getCharacterMaximumLength()
Integer
public void setCharacterMaximumLength(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getNumericPrecision()
Integer
public void setNumericPrecision(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getNumericScale()
Integer
public void setNumericScale(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getParameterDefault()
String
public void setParameterDefault(java.lang.String value)
value
- allowed object is
String
public Parameter withSpecificCatalog(java.lang.String value)
public Parameter withSpecificSchema(java.lang.String value)
public Parameter withSpecificPackage(java.lang.String value)
public Parameter withSpecificName(java.lang.String value)
public Parameter withOrdinalPosition(int value)
public Parameter withParameterMode(ParameterMode value)
public Parameter withParameterName(java.lang.String value)
public Parameter withDataType(java.lang.String value)
public Parameter withCharacterMaximumLength(java.lang.Integer value)
public Parameter withNumericPrecision(java.lang.Integer value)
public Parameter withNumericScale(java.lang.Integer value)
public Parameter withParameterDefault(java.lang.String value)
Copyright © 2018. All Rights Reserved.