public class Sequence extends Object implements 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"/>
<element name="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
characterMaximumLength |
protected String |
comment |
protected String |
dataType |
protected Integer |
numericPrecision |
protected Integer |
numericScale |
protected String |
sequenceCatalog |
protected String |
sequenceName |
protected String |
sequenceSchema |
| Constructor and Description |
|---|
Sequence() |
| Modifier and Type | Method and Description |
|---|---|
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 |
getSequenceCatalog()
Gets the value of the sequenceCatalog property.
|
String |
getSequenceName()
Gets the value of the sequenceName property.
|
String |
getSequenceSchema()
Gets the value of the sequenceSchema 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 |
setSequenceCatalog(String value)
Sets the value of the sequenceCatalog property.
|
void |
setSequenceName(String value)
Sets the value of the sequenceName property.
|
void |
setSequenceSchema(String value)
Sets the value of the sequenceSchema property.
|
String |
toString() |
Sequence |
withCharacterMaximumLength(Integer value) |
Sequence |
withComment(String value) |
Sequence |
withDataType(String value) |
Sequence |
withNumericPrecision(Integer value) |
Sequence |
withNumericScale(Integer value) |
Sequence |
withSequenceCatalog(String value) |
Sequence |
withSequenceName(String value) |
Sequence |
withSequenceSchema(String value) |
protected String sequenceCatalog
protected String sequenceSchema
protected String sequenceName
protected String dataType
protected Integer characterMaximumLength
protected Integer numericPrecision
protected Integer numericScale
protected String comment
public String getSequenceCatalog()
Stringpublic void setSequenceCatalog(String value)
value - allowed object is
Stringpublic String getSequenceSchema()
Stringpublic void setSequenceSchema(String value)
value - allowed object is
Stringpublic String getSequenceName()
Stringpublic void setSequenceName(String value)
value - allowed object is
Stringpublic String getDataType()
Stringpublic void setDataType(String value)
value - allowed object is
Stringpublic Integer getCharacterMaximumLength()
Integerpublic void setCharacterMaximumLength(Integer value)
value - allowed object is
Integerpublic Integer getNumericPrecision()
Integerpublic void setNumericPrecision(Integer value)
value - allowed object is
Integerpublic Integer getNumericScale()
Integerpublic void setNumericScale(Integer value)
value - allowed object is
Integerpublic String getComment()
Stringpublic void setComment(String value)
value - allowed object is
StringCopyright © 2019. All rights reserved.