public class SequenceGenerator
extends java.lang.Object
Java class for sequence-generator complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="sequence-generator"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="sequence-name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="catalog" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="schema" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="initial-value" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="allocation-size" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.Integer |
allocationSize |
protected java.lang.String |
catalog |
protected java.lang.String |
description |
protected java.lang.Integer |
initialValue |
protected java.lang.String |
name |
protected java.lang.String |
schema |
protected java.lang.String |
sequenceName |
Constructor and Description |
---|
SequenceGenerator() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getAllocationSize()
Gets the value of the allocationSize property.
|
java.lang.String |
getCatalog()
Gets the value of the catalog property.
|
java.lang.String |
getDescription()
Gets the value of the description property.
|
java.lang.Integer |
getInitialValue()
Gets the value of the initialValue property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getSchema()
Gets the value of the schema property.
|
java.lang.String |
getSequenceName()
Gets the value of the sequenceName property.
|
void |
setAllocationSize(java.lang.Integer value)
Sets the value of the allocationSize property.
|
void |
setCatalog(java.lang.String value)
Sets the value of the catalog property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setInitialValue(java.lang.Integer value)
Sets the value of the initialValue property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setSchema(java.lang.String value)
Sets the value of the schema property.
|
void |
setSequenceName(java.lang.String value)
Sets the value of the sequenceName property.
|
protected java.lang.String description
protected java.lang.Integer allocationSize
protected java.lang.Integer initialValue
protected java.lang.String name
protected java.lang.String sequenceName
protected java.lang.String catalog
protected java.lang.String schema
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getAllocationSize()
Integer
public void setAllocationSize(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getInitialValue()
Integer
public void setInitialValue(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getName()
String
public void setName(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 getCatalog()
String
public void setCatalog(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSchema()
String
public void setSchema(java.lang.String value)
value
- allowed object is
String