public class FieldMap extends 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 String |
cmpField |
protected String |
dbmsColumn |
protected String |
dbmsColumnType |
protected Boolean |
dbmsDefaultValue |
protected String |
groupName |
protected String |
id |
| Constructor and Description |
|---|
FieldMap() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCmpField()
Gets the value of the cmpField property.
|
String |
getDbmsColumn()
Gets the value of the dbmsColumn property.
|
String |
getDbmsColumnType()
Gets the value of the dbmsColumnType property.
|
Boolean |
getDbmsDefaultValue()
Gets the value of the dbmsDefaultValue property.
|
String |
getGroupName()
Gets the value of the groupName property.
|
String |
getId()
Gets the value of the id property.
|
void |
setCmpField(String value)
Sets the value of the cmpField property.
|
void |
setDbmsColumn(String value)
Sets the value of the dbmsColumn property.
|
void |
setDbmsColumnType(String value)
Sets the value of the dbmsColumnType property.
|
void |
setDbmsDefaultValue(Boolean value)
Sets the value of the dbmsDefaultValue property.
|
void |
setGroupName(String value)
Sets the value of the groupName property.
|
void |
setId(String value)
Sets the value of the id property.
|
protected String cmpField
protected String dbmsColumn
protected String dbmsColumnType
protected Boolean dbmsDefaultValue
protected String groupName
protected String id
public String getCmpField()
Stringpublic void setCmpField(String value)
value - allowed object is
Stringpublic String getDbmsColumn()
Stringpublic void setDbmsColumn(String value)
value - allowed object is
Stringpublic String getDbmsColumnType()
Stringpublic void setDbmsColumnType(String value)
value - allowed object is
Stringpublic Boolean getDbmsDefaultValue()
Booleanpublic void setDbmsDefaultValue(Boolean value)
value - allowed object is
Booleanpublic String getGroupName()
Stringpublic void setGroupName(String value)
value - allowed object is
StringCopyright © 1999–2017 The Apache Software Foundation. All rights reserved.