|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.wls.FieldMap
public class FieldMap
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>
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
FieldMap()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
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 Detail |
|---|
public FieldMap()
| Method Detail |
|---|
public java.lang.String getCmpField()
Stringpublic void setCmpField(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDbmsColumn()
Stringpublic void setDbmsColumn(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDbmsColumnType()
Stringpublic void setDbmsColumnType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean getDbmsDefaultValue()
Booleanpublic void setDbmsDefaultValue(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getGroupName()
Stringpublic void setGroupName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||