Package org.apache.openejb.jee.wls
Class FieldMap
- java.lang.Object
-
- org.apache.openejb.jee.wls.FieldMap
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcmpFieldprotected StringdbmsColumnprotected StringdbmsColumnTypeprotected BooleandbmsDefaultValueprotected StringgroupNameprotected Stringid
-
Constructor Summary
Constructors Constructor Description FieldMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCmpField()Gets the value of the cmpField property.StringgetDbmsColumn()Gets the value of the dbmsColumn property.StringgetDbmsColumnType()Gets the value of the dbmsColumnType property.BooleangetDbmsDefaultValue()Gets the value of the dbmsDefaultValue property.StringgetGroupName()Gets the value of the groupName property.StringgetId()Gets the value of the id property.voidsetCmpField(String value)Sets the value of the cmpField property.voidsetDbmsColumn(String value)Sets the value of the dbmsColumn property.voidsetDbmsColumnType(String value)Sets the value of the dbmsColumnType property.voidsetDbmsDefaultValue(Boolean value)Sets the value of the dbmsDefaultValue property.voidsetGroupName(String value)Sets the value of the groupName property.voidsetId(String value)Sets the value of the id property.
-
-
-
Method Detail
-
getCmpField
public String getCmpField()
Gets the value of the cmpField property.- Returns:
- possible object is
String
-
setCmpField
public void setCmpField(String value)
Sets the value of the cmpField property.- Parameters:
value- allowed object isString
-
getDbmsColumn
public String getDbmsColumn()
Gets the value of the dbmsColumn property.- Returns:
- possible object is
String
-
setDbmsColumn
public void setDbmsColumn(String value)
Sets the value of the dbmsColumn property.- Parameters:
value- allowed object isString
-
getDbmsColumnType
public String getDbmsColumnType()
Gets the value of the dbmsColumnType property.- Returns:
- possible object is
String
-
setDbmsColumnType
public void setDbmsColumnType(String value)
Sets the value of the dbmsColumnType property.- Parameters:
value- allowed object isString
-
getDbmsDefaultValue
public Boolean getDbmsDefaultValue()
Gets the value of the dbmsDefaultValue property.- Returns:
- possible object is
Boolean
-
setDbmsDefaultValue
public void setDbmsDefaultValue(Boolean value)
Sets the value of the dbmsDefaultValue property.- Parameters:
value- allowed object isBoolean
-
getGroupName
public String getGroupName()
Gets the value of the groupName property.- Returns:
- possible object is
String
-
setGroupName
public void setGroupName(String value)
Sets the value of the groupName property.- Parameters:
value- allowed object isString
-
-