org.riverock.dbrevision.annotation.schema.db
Class DbSequence

java.lang.Object
  extended by org.riverock.dbrevision.annotation.schema.db.DbSequence

public class DbSequence
extends Object

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

cacheSize

protected Integer cacheSize

incrementBy

protected int incrementBy

isCycle

protected Boolean isCycle

isOrder

protected Boolean isOrder

lastNumber

protected long lastNumber

maxValue

protected String maxValue

minValue

protected int minValue

name

protected String name
Constructor Detail

DbSequence

public DbSequence()
Method Detail

getCacheSize

public Integer getCacheSize()
Gets the value of the cacheSize property.

Returns:
possible object is Integer

setCacheSize

public void setCacheSize(Integer value)
Sets the value of the cacheSize property.

Parameters:
value - allowed object is Integer

getIncrementBy

public int getIncrementBy()
Gets the value of the incrementBy property.


setIncrementBy

public void setIncrementBy(int value)
Sets the value of the incrementBy property.


isIsCycle

public Boolean isIsCycle()
Gets the value of the isCycle property.

Returns:
possible object is Boolean

setIsCycle

public void setIsCycle(Boolean value)
Sets the value of the isCycle property.

Parameters:
value - allowed object is Boolean

isIsOrder

public Boolean isIsOrder()
Gets the value of the isOrder property.

Returns:
possible object is Boolean

setIsOrder

public void setIsOrder(Boolean value)
Sets the value of the isOrder property.

Parameters:
value - allowed object is Boolean

getLastNumber

public long getLastNumber()
Gets the value of the lastNumber property.


setLastNumber

public void setLastNumber(long value)
Sets the value of the lastNumber property.


getMaxValue

public String getMaxValue()
Gets the value of the maxValue property.

Returns:
possible object is String

setMaxValue

public void setMaxValue(String value)
Sets the value of the maxValue property.

Parameters:
value - allowed object is String

getMinValue

public int getMinValue()
Gets the value of the minValue property.


setMinValue

public void setMinValue(int value)
Sets the value of the minValue property.


getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String


Copyright © 2008 Riverock community. All Rights Reserved.