|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.riverock.dbrevision.annotation.schema.db.DbDataFieldData
public class DbDataFieldData
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 |
|---|
protected int javaTypeField
protected String stringData
protected XMLGregorianCalendar dateData
protected BigDecimal numberData
protected boolean isNull
protected Integer decimalDigit
protected Integer size
| Constructor Detail |
|---|
public DbDataFieldData()
| Method Detail |
|---|
public int getJavaTypeField()
public void setJavaTypeField(int value)
public String getStringData()
Stringpublic void setStringData(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getDateData()
XMLGregorianCalendarpublic void setDateData(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic BigDecimal getNumberData()
BigDecimalpublic void setNumberData(BigDecimal value)
value - allowed object is
BigDecimalpublic boolean isIsNull()
public void setIsNull(boolean value)
public Integer getDecimalDigit()
Integerpublic void setDecimalDigit(Integer value)
value - allowed object is
Integerpublic Integer getSize()
Integerpublic void setSize(Integer value)
value - allowed object is
Integer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||