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

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

public class DbField
extends Object

Java class for DbField complex type.

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

 <complexType name="DbField">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="applType" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="comment" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="dataType" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="decimalDigit" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="defaultValue" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="javaStringType" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="javaType" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="nullable" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="size" type="{http://www.w3.org/2001/XMLSchema}int" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String applType
           
protected  String comment
           
protected  String dataType
           
protected  Integer decimalDigit
           
protected  String defaultValue
           
protected  String javaStringType
           
protected  Integer javaType
           
protected  String name
           
protected  Integer nullable
           
protected  Integer size
           
 
Constructor Summary
DbField()
           
 
Method Summary
 String getApplType()
          Gets the value of the applType property.
 String getComment()
          Gets the value of the comment property.
 String getDataType()
          Gets the value of the dataType property.
 Integer getDecimalDigit()
          Gets the value of the decimalDigit property.
 String getDefaultValue()
          Gets the value of the defaultValue property.
 String getJavaStringType()
          Gets the value of the javaStringType property.
 Integer getJavaType()
          Gets the value of the javaType property.
 String getName()
          Gets the value of the name property.
 Integer getNullable()
          Gets the value of the nullable property.
 Integer getSize()
          Gets the value of the size property.
 void setApplType(String value)
          Sets the value of the applType property.
 void setComment(String value)
          Sets the value of the comment property.
 void setDataType(String value)
          Sets the value of the dataType property.
 void setDecimalDigit(Integer value)
          Sets the value of the decimalDigit property.
 void setDefaultValue(String value)
          Sets the value of the defaultValue property.
 void setJavaStringType(String value)
          Sets the value of the javaStringType property.
 void setJavaType(Integer value)
          Sets the value of the javaType property.
 void setName(String value)
          Sets the value of the name property.
 void setNullable(Integer value)
          Sets the value of the nullable property.
 void setSize(Integer value)
          Sets the value of the size property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

applType

protected String applType

comment

protected String comment

dataType

protected String dataType

decimalDigit

protected Integer decimalDigit

defaultValue

protected String defaultValue

javaStringType

protected String javaStringType

javaType

protected Integer javaType

name

protected String name

nullable

protected Integer nullable

size

protected Integer size
Constructor Detail

DbField

public DbField()
Method Detail

getApplType

public String getApplType()
Gets the value of the applType property.

Returns:
possible object is String

setApplType

public void setApplType(String value)
Sets the value of the applType property.

Parameters:
value - allowed object is String

getComment

public String getComment()
Gets the value of the comment property.

Returns:
possible object is String

setComment

public void setComment(String value)
Sets the value of the comment property.

Parameters:
value - allowed object is String

getDataType

public String getDataType()
Gets the value of the dataType property.

Returns:
possible object is String

setDataType

public void setDataType(String value)
Sets the value of the dataType property.

Parameters:
value - allowed object is String

getDecimalDigit

public Integer getDecimalDigit()
Gets the value of the decimalDigit property.

Returns:
possible object is Integer

setDecimalDigit

public void setDecimalDigit(Integer value)
Sets the value of the decimalDigit property.

Parameters:
value - allowed object is Integer

getDefaultValue

public String getDefaultValue()
Gets the value of the defaultValue property.

Returns:
possible object is String

setDefaultValue

public void setDefaultValue(String value)
Sets the value of the defaultValue property.

Parameters:
value - allowed object is String

getJavaStringType

public String getJavaStringType()
Gets the value of the javaStringType property.

Returns:
possible object is String

setJavaStringType

public void setJavaStringType(String value)
Sets the value of the javaStringType property.

Parameters:
value - allowed object is String

getJavaType

public Integer getJavaType()
Gets the value of the javaType property.

Returns:
possible object is Integer

setJavaType

public void setJavaType(Integer value)
Sets the value of the javaType property.

Parameters:
value - allowed object is Integer

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

getNullable

public Integer getNullable()
Gets the value of the nullable property.

Returns:
possible object is Integer

setNullable

public void setNullable(Integer value)
Sets the value of the nullable property.

Parameters:
value - allowed object is Integer

getSize

public Integer getSize()
Gets the value of the size property.

Returns:
possible object is Integer

setSize

public void setSize(Integer value)
Sets the value of the size property.

Parameters:
value - allowed object is Integer


Copyright © 2008 Riverock community. All Rights Reserved.