public class SequenceTableType extends Object
Java class for sequence-tableType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="sequence-tableType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="table-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="sequence-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="batch-size" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
batchSize |
protected String |
sequenceName |
protected String |
tableName |
| Constructor and Description |
|---|
SequenceTableType() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBatchSize()
Gets the value of the batchSize property.
|
String |
getSequenceName()
Gets the value of the sequenceName property.
|
String |
getTableName()
Gets the value of the tableName property.
|
void |
setBatchSize(int value)
Sets the value of the batchSize property.
|
void |
setSequenceName(String value)
Sets the value of the sequenceName property.
|
void |
setTableName(String value)
Sets the value of the tableName property.
|
protected String tableName
protected String sequenceName
protected int batchSize
public String getTableName()
Stringpublic void setTableName(String value)
value - allowed object is
Stringpublic String getSequenceName()
Stringpublic void setSequenceName(String value)
value - allowed object is
Stringpublic int getBatchSize()
public void setBatchSize(int value)
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.