public class SequenceConfiguration extends Configuration
Java class for SequenceConfiguration complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SequenceConfiguration">
<complexContent>
<extension base="{http://www.plasma.org/config}Configuration">
<attribute name="generatorClassName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="prefix" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="suffix" type="{http://www.w3.org/2001/XMLSchema}string" default="_SEQ" />
<attribute name="minValue" type="{http://www.w3.org/2001/XMLSchema}long" default="1" />
<attribute name="maxValue" type="{http://www.w3.org/2001/XMLSchema}decimal" default="999999999999999999999999999" />
<attribute name="startValue" type="{http://www.w3.org/2001/XMLSchema}long" default="1" />
<attribute name="incrementBy" type="{http://www.w3.org/2001/XMLSchema}long" default="1" />
<attribute name="cache" type="{http://www.w3.org/2001/XMLSchema}long" default="20" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
cache |
protected String |
generatorClassName |
protected Long |
incrementBy |
protected BigDecimal |
maxValue |
protected Long |
minValue |
protected String |
prefix |
protected Long |
startValue |
protected String |
suffix |
properties| Constructor and Description |
|---|
SequenceConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCache()
Gets the value of the cache property.
|
String |
getGeneratorClassName()
Gets the value of the generatorClassName property.
|
long |
getIncrementBy()
Gets the value of the incrementBy property.
|
BigDecimal |
getMaxValue()
Gets the value of the maxValue property.
|
long |
getMinValue()
Gets the value of the minValue property.
|
String |
getPrefix()
Gets the value of the prefix property.
|
long |
getStartValue()
Gets the value of the startValue property.
|
String |
getSuffix()
Gets the value of the suffix property.
|
void |
setCache(Long value)
Sets the value of the cache property.
|
void |
setGeneratorClassName(String value)
Sets the value of the generatorClassName property.
|
void |
setIncrementBy(Long value)
Sets the value of the incrementBy property.
|
void |
setMaxValue(BigDecimal value)
Sets the value of the maxValue property.
|
void |
setMinValue(Long value)
Sets the value of the minValue property.
|
void |
setPrefix(String value)
Sets the value of the prefix property.
|
void |
setStartValue(Long value)
Sets the value of the startValue property.
|
void |
setSuffix(String value)
Sets the value of the suffix property.
|
getPropertiesprotected String generatorClassName
protected String prefix
protected String suffix
protected Long minValue
protected BigDecimal maxValue
protected Long startValue
protected Long incrementBy
protected Long cache
public String getGeneratorClassName()
Stringpublic void setGeneratorClassName(String value)
value - allowed object is
Stringpublic String getPrefix()
Stringpublic void setPrefix(String value)
value - allowed object is
Stringpublic String getSuffix()
Stringpublic void setSuffix(String value)
value - allowed object is
Stringpublic long getMinValue()
Longpublic void setMinValue(Long value)
value - allowed object is
Longpublic BigDecimal getMaxValue()
BigDecimalpublic void setMaxValue(BigDecimal value)
value - allowed object is
BigDecimalpublic long getStartValue()
Longpublic void setStartValue(Long value)
value - allowed object is
Longpublic long getIncrementBy()
Longpublic void setIncrementBy(Long value)
value - allowed object is
Longpublic long getCache()
LongCopyright © 2015. All rights reserved.