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

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

public class DbKeyActionRule
extends Object

Java class for DbKeyActionRule complex type.

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

 <complexType name="DbKeyActionRule">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="ruleName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="ruleType" type="{http://www.w3.org/2001/XMLSchema}int" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String ruleName
           
protected  Integer ruleType
           
 
Constructor Summary
DbKeyActionRule()
           
 
Method Summary
 String getRuleName()
          Gets the value of the ruleName property.
 Integer getRuleType()
          Gets the value of the ruleType property.
 void setRuleName(String value)
          Sets the value of the ruleName property.
 void setRuleType(Integer value)
          Sets the value of the ruleType property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ruleName

protected String ruleName

ruleType

protected Integer ruleType
Constructor Detail

DbKeyActionRule

public DbKeyActionRule()
Method Detail

getRuleName

public String getRuleName()
Gets the value of the ruleName property.

Returns:
possible object is String

setRuleName

public void setRuleName(String value)
Sets the value of the ruleName property.

Parameters:
value - allowed object is String

getRuleType

public Integer getRuleType()
Gets the value of the ruleType property.

Returns:
possible object is Integer

setRuleType

public void setRuleType(Integer value)
Sets the value of the ruleType property.

Parameters:
value - allowed object is Integer


Copyright © 2008 Riverock community. All Rights Reserved.