org.apache.openejb.jee.wls
Class FieldMap

java.lang.Object
  extended by 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
protected  String cmpField
           
protected  String dbmsColumn
           
protected  String dbmsColumnType
           
protected  Boolean dbmsDefaultValue
           
protected  String groupName
           
protected  String id
           
 
Constructor Summary
FieldMap()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cmpField

protected String cmpField

dbmsColumn

protected String dbmsColumn

dbmsColumnType

protected String dbmsColumnType

dbmsDefaultValue

protected Boolean dbmsDefaultValue

groupName

protected String groupName

id

protected String id
Constructor Detail

FieldMap

public FieldMap()
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 is String

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 is String

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 is String

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 is Boolean

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 is String

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.