|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.riverock.dbrevision.annotation.schema.db.FieldData
public class FieldData
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 |
---|
protected String typeField
protected String stringData
protected XMLGregorianCalendar dateData
protected BigDecimal numberData
protected String fieldName
protected String isNull
Constructor Detail |
---|
public FieldData()
Method Detail |
---|
public String getTypeField()
String
public void setTypeField(String value)
value
- allowed object is
String
public String getStringData()
String
public void setStringData(String value)
value
- allowed object is
String
public XMLGregorianCalendar getDateData()
XMLGregorianCalendar
public void setDateData(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public BigDecimal getNumberData()
BigDecimal
public void setNumberData(BigDecimal value)
value
- allowed object is
BigDecimal
public String getFieldName()
String
public void setFieldName(String value)
value
- allowed object is
String
public String getIsNull()
String
public void setIsNull(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |