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

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

public class DbIndexColumn
extends Object

Java class for DbIndexColumn complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DbIndexColumn">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="ascending" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="columnName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="keySeq" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Boolean ascending
           
protected  String columnName
           
protected  int keySeq
           
 
Constructor Summary
DbIndexColumn()
           
 
Method Summary
 String getColumnName()
          Gets the value of the columnName property.
 int getKeySeq()
          Gets the value of the keySeq property.
 Boolean isAscending()
          Gets the value of the ascending property.
 void setAscending(Boolean value)
          Sets the value of the ascending property.
 void setColumnName(String value)
          Sets the value of the columnName property.
 void setKeySeq(int value)
          Sets the value of the keySeq property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ascending

protected Boolean ascending

columnName

protected String columnName

keySeq

protected int keySeq
Constructor Detail

DbIndexColumn

public DbIndexColumn()
Method Detail

isAscending

public Boolean isAscending()
Gets the value of the ascending property.

Returns:
possible object is Boolean

setAscending

public void setAscending(Boolean value)
Sets the value of the ascending property.

Parameters:
value - allowed object is Boolean

getColumnName

public String getColumnName()
Gets the value of the columnName property.

Returns:
possible object is String

setColumnName

public void setColumnName(String value)
Sets the value of the columnName property.

Parameters:
value - allowed object is String

getKeySeq

public int getKeySeq()
Gets the value of the keySeq property.


setKeySeq

public void setKeySeq(int value)
Sets the value of the keySeq property.



Copyright © 2008 Riverock community. All Rights Reserved.