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

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

public class FieldData
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="TypeField">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <enumeration value="string"/>
               <enumeration value="date"/>
               <enumeration value="number"/>
             </restriction>
           </simpleType>
         </element>
         <choice>
           <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"/>
         </choice>
       </sequence>
       <attribute name="fieldName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="isNull" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  XMLGregorianCalendar dateData
           
protected  String fieldName
           
protected  String isNull
           
protected  BigDecimal numberData
           
protected  String stringData
           
protected  String typeField
           
 
Constructor Summary
FieldData()
           
 
Method Summary
 XMLGregorianCalendar getDateData()
          Gets the value of the dateData property.
 String getFieldName()
          Gets the value of the fieldName property.
 String getIsNull()
          Gets the value of the isNull property.
 BigDecimal getNumberData()
          Gets the value of the numberData property.
 String getStringData()
          Gets the value of the stringData property.
 String getTypeField()
          Gets the value of the typeField property.
 void setDateData(XMLGregorianCalendar value)
          Sets the value of the dateData property.
 void setFieldName(String value)
          Sets the value of the fieldName property.
 void setIsNull(String value)
          Sets the value of the isNull property.
 void setNumberData(BigDecimal value)
          Sets the value of the numberData property.
 void setStringData(String value)
          Sets the value of the stringData property.
 void setTypeField(String value)
          Sets the value of the typeField property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

typeField

protected String typeField

stringData

protected String stringData

dateData

protected XMLGregorianCalendar dateData

numberData

protected BigDecimal numberData

fieldName

protected String fieldName

isNull

protected String isNull
Constructor Detail

FieldData

public FieldData()
Method Detail

getTypeField

public String getTypeField()
Gets the value of the typeField property.

Returns:
possible object is String

setTypeField

public void setTypeField(String value)
Sets the value of the typeField property.

Parameters:
value - allowed object is String

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

getFieldName

public String getFieldName()
Gets the value of the fieldName property.

Returns:
possible object is String

setFieldName

public void setFieldName(String value)
Sets the value of the fieldName property.

Parameters:
value - allowed object is String

getIsNull

public String getIsNull()
Gets the value of the isNull property.

Returns:
possible object is String

setIsNull

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

Parameters:
value - allowed object is String


Copyright © 2008 Riverock community. All Rights Reserved.