public class Sequence
extends java.lang.Object
implements java.io.Serializable
Java class for Sequence complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Sequence"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="sequence_catalog" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="sequence_schema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="sequence_name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="data_type" type="{http://www.w3.org/2001/XMLSchema}string"/> <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"/> </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 java.lang.String |
sequenceCatalog |
protected java.lang.String |
sequenceName |
protected java.lang.String |
sequenceSchema |
Constructor and Description |
---|
Sequence() |
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.
|
java.lang.String |
getSequenceCatalog()
Gets the value of the sequenceCatalog property.
|
java.lang.String |
getSequenceName()
Gets the value of the sequenceName property.
|
java.lang.String |
getSequenceSchema()
Gets the value of the sequenceSchema 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 |
setSequenceCatalog(java.lang.String value)
Sets the value of the sequenceCatalog property.
|
void |
setSequenceName(java.lang.String value)
Sets the value of the sequenceName property.
|
void |
setSequenceSchema(java.lang.String value)
Sets the value of the sequenceSchema property.
|
Sequence |
withCharacterMaximumLength(java.lang.Integer value) |
Sequence |
withDataType(java.lang.String value) |
Sequence |
withNumericPrecision(java.lang.Integer value) |
Sequence |
withNumericScale(java.lang.Integer value) |
Sequence |
withSequenceCatalog(java.lang.String value) |
Sequence |
withSequenceName(java.lang.String value) |
Sequence |
withSequenceSchema(java.lang.String value) |
protected java.lang.String sequenceCatalog
protected java.lang.String sequenceSchema
protected java.lang.String sequenceName
protected java.lang.String dataType
protected java.lang.Integer characterMaximumLength
protected java.lang.Integer numericPrecision
protected java.lang.Integer numericScale
public java.lang.String getSequenceCatalog()
String
public void setSequenceCatalog(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSequenceSchema()
String
public void setSequenceSchema(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSequenceName()
String
public void setSequenceName(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 Sequence withSequenceCatalog(java.lang.String value)
public Sequence withSequenceSchema(java.lang.String value)
public Sequence withSequenceName(java.lang.String value)
public Sequence withDataType(java.lang.String value)
public Sequence withCharacterMaximumLength(java.lang.Integer value)
public Sequence withNumericPrecision(java.lang.Integer value)
public Sequence withNumericScale(java.lang.Integer value)
Copyright © 2018. All Rights Reserved.