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

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

public class AddTableFieldAction
extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Field" type="{http://dbrevision.sourceforge.net/xsd/dbrevision-structure.xsd}DbField"/>
       </sequence>
       <attribute name="tableName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  DbField field
           
protected  String tableName
           
 
Constructor Summary
AddTableFieldAction()
           
 
Method Summary
 DbField getField()
          Gets the value of the field property.
 String getTableName()
          Gets the value of the tableName property.
 void setField(DbField value)
          Sets the value of the field property.
 void setTableName(String value)
          Sets the value of the tableName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

field

protected DbField field

tableName

protected String tableName
Constructor Detail

AddTableFieldAction

public AddTableFieldAction()
Method Detail

getField

public DbField getField()
Gets the value of the field property.

Returns:
possible object is DbField

setField

public void setField(DbField value)
Sets the value of the field property.

Parameters:
value - allowed object is DbField

getTableName

public String getTableName()
Gets the value of the tableName property.

Returns:
possible object is String

setTableName

public void setTableName(String value)
Sets the value of the tableName property.

Parameters:
value - allowed object is String


Copyright © 2008 Riverock community. All Rights Reserved.