|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.riverock.dbrevision.annotation.schema.db.DbSequence
public class DbSequence
Java class for DbSequence complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DbSequence"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="cacheSize" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="incrementBy" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="isCycle" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="isOrder" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="lastNumber" use="required" type="{http://www.w3.org/2001/XMLSchema}long" /> <attribute name="maxValue" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="minValue" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected Integer |
cacheSize
|
protected int |
incrementBy
|
protected Boolean |
isCycle
|
protected Boolean |
isOrder
|
protected long |
lastNumber
|
protected String |
maxValue
|
protected int |
minValue
|
protected String |
name
|
Constructor Summary | |
---|---|
DbSequence()
|
Method Summary | |
---|---|
Integer |
getCacheSize()
Gets the value of the cacheSize property. |
int |
getIncrementBy()
Gets the value of the incrementBy property. |
long |
getLastNumber()
Gets the value of the lastNumber property. |
String |
getMaxValue()
Gets the value of the maxValue property. |
int |
getMinValue()
Gets the value of the minValue property. |
String |
getName()
Gets the value of the name property. |
Boolean |
isIsCycle()
Gets the value of the isCycle property. |
Boolean |
isIsOrder()
Gets the value of the isOrder property. |
void |
setCacheSize(Integer value)
Sets the value of the cacheSize property. |
void |
setIncrementBy(int value)
Sets the value of the incrementBy property. |
void |
setIsCycle(Boolean value)
Sets the value of the isCycle property. |
void |
setIsOrder(Boolean value)
Sets the value of the isOrder property. |
void |
setLastNumber(long value)
Sets the value of the lastNumber property. |
void |
setMaxValue(String value)
Sets the value of the maxValue property. |
void |
setMinValue(int value)
Sets the value of the minValue property. |
void |
setName(String value)
Sets the value of the name property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Integer cacheSize
protected int incrementBy
protected Boolean isCycle
protected Boolean isOrder
protected long lastNumber
protected String maxValue
protected int minValue
protected String name
Constructor Detail |
---|
public DbSequence()
Method Detail |
---|
public Integer getCacheSize()
Integer
public void setCacheSize(Integer value)
value
- allowed object is
Integer
public int getIncrementBy()
public void setIncrementBy(int value)
public Boolean isIsCycle()
Boolean
public void setIsCycle(Boolean value)
value
- allowed object is
Boolean
public Boolean isIsOrder()
Boolean
public void setIsOrder(Boolean value)
value
- allowed object is
Boolean
public long getLastNumber()
public void setLastNumber(long value)
public String getMaxValue()
String
public void setMaxValue(String value)
value
- allowed object is
String
public int getMinValue()
public void setMinValue(int value)
public String getName()
String
public void setName(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |