public class FieldDef
extends java.lang.Object
Java class for fieldDef complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="fieldDef"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="dataType" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="precision" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="scale" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="format" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
FieldDef() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDataType()
Gets the value of the dataType property.
|
java.lang.String |
getFormat()
Gets the value of the format property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.Integer |
getPrecision()
Gets the value of the precision property.
|
java.lang.Integer |
getScale()
Gets the value of the scale property.
|
void |
setDataType(java.lang.String value)
Sets the value of the dataType property.
|
void |
setFormat(java.lang.String value)
Sets the value of the format property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setPrecision(java.lang.Integer value)
Sets the value of the precision property.
|
void |
setScale(java.lang.Integer value)
Sets the value of the scale property.
|
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDataType()
String
public void setDataType(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getPrecision()
Integer
public void setPrecision(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getScale()
Integer
public void setScale(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getFormat()
String
public void setFormat(java.lang.String value)
value
- allowed object is
String