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

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

public class DbDataFieldData
extends Object

Java class for DbDataFieldData complex type.

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

 <complexType name="DbDataFieldData">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="JavaTypeField" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="StringData" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="DateData" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="NumberData" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="IsNull" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
       <attribute name="decimalDigit" 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  XMLGregorianCalendar dateData
           
protected  Integer decimalDigit
           
protected  boolean isNull
           
protected  int javaTypeField
           
protected  BigDecimal numberData
           
protected  Integer size
           
protected  String stringData
           
 
Constructor Summary
DbDataFieldData()
           
 
Method Summary
 XMLGregorianCalendar getDateData()
          Gets the value of the dateData property.
 Integer getDecimalDigit()
          Gets the value of the decimalDigit property.
 int getJavaTypeField()
          Gets the value of the javaTypeField property.
 BigDecimal getNumberData()
          Gets the value of the numberData property.
 Integer getSize()
          Gets the value of the size property.
 String getStringData()
          Gets the value of the stringData property.
 boolean isIsNull()
          Gets the value of the isNull property.
 void setDateData(XMLGregorianCalendar value)
          Sets the value of the dateData property.
 void setDecimalDigit(Integer value)
          Sets the value of the decimalDigit property.
 void setIsNull(boolean value)
          Sets the value of the isNull property.
 void setJavaTypeField(int value)
          Sets the value of the javaTypeField property.
 void setNumberData(BigDecimal value)
          Sets the value of the numberData property.
 void setSize(Integer value)
          Sets the value of the size property.
 void setStringData(String value)
          Sets the value of the stringData property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

javaTypeField

protected int javaTypeField

stringData

protected String stringData

dateData

protected XMLGregorianCalendar dateData

numberData

protected BigDecimal numberData

isNull

protected boolean isNull

decimalDigit

protected Integer decimalDigit

size

protected Integer size
Constructor Detail

DbDataFieldData

public DbDataFieldData()
Method Detail

getJavaTypeField

public int getJavaTypeField()
Gets the value of the javaTypeField property.


setJavaTypeField

public void setJavaTypeField(int value)
Sets the value of the javaTypeField property.


getStringData

public String getStringData()
Gets the value of the stringData property.

Returns:
possible object is String

setStringData

public void setStringData(String value)
Sets the value of the stringData property.

Parameters:
value - allowed object is String

getDateData

public XMLGregorianCalendar getDateData()
Gets the value of the dateData property.

Returns:
possible object is XMLGregorianCalendar

setDateData

public void setDateData(XMLGregorianCalendar value)
Sets the value of the dateData property.

Parameters:
value - allowed object is XMLGregorianCalendar

getNumberData

public BigDecimal getNumberData()
Gets the value of the numberData property.

Returns:
possible object is BigDecimal

setNumberData

public void setNumberData(BigDecimal value)
Sets the value of the numberData property.

Parameters:
value - allowed object is BigDecimal

isIsNull

public boolean isIsNull()
Gets the value of the isNull property.


setIsNull

public void setIsNull(boolean value)
Sets the value of the isNull property.


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

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.