public class FieldMap
extends java.lang.Object
Java class for field-map complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="field-map"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="cmp-field" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="dbms-column" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="dbms-column-type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dbms-default-value" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/> <element name="group-name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
cmpField |
protected java.lang.String |
dbmsColumn |
protected java.lang.String |
dbmsColumnType |
protected java.lang.Boolean |
dbmsDefaultValue |
protected java.lang.String |
groupName |
protected java.lang.String |
id |
Constructor and Description |
---|
FieldMap() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCmpField()
Gets the value of the cmpField property.
|
java.lang.String |
getDbmsColumn()
Gets the value of the dbmsColumn property.
|
java.lang.String |
getDbmsColumnType()
Gets the value of the dbmsColumnType property.
|
java.lang.Boolean |
getDbmsDefaultValue()
Gets the value of the dbmsDefaultValue property.
|
java.lang.String |
getGroupName()
Gets the value of the groupName property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
void |
setCmpField(java.lang.String value)
Sets the value of the cmpField property.
|
void |
setDbmsColumn(java.lang.String value)
Sets the value of the dbmsColumn property.
|
void |
setDbmsColumnType(java.lang.String value)
Sets the value of the dbmsColumnType property.
|
void |
setDbmsDefaultValue(java.lang.Boolean value)
Sets the value of the dbmsDefaultValue property.
|
void |
setGroupName(java.lang.String value)
Sets the value of the groupName property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
protected java.lang.String cmpField
protected java.lang.String dbmsColumn
protected java.lang.String dbmsColumnType
protected java.lang.Boolean dbmsDefaultValue
protected java.lang.String groupName
protected java.lang.String id
public java.lang.String getCmpField()
String
public void setCmpField(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDbmsColumn()
String
public void setDbmsColumn(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDbmsColumnType()
String
public void setDbmsColumnType(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean getDbmsDefaultValue()
Boolean
public void setDbmsDefaultValue(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getGroupName()
String
public void setGroupName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String