Class 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 Detail

      • cmpField

        protected String cmpField
      • dbmsColumn

        protected String dbmsColumn
      • dbmsColumnType

        protected String dbmsColumnType
      • dbmsDefaultValue

        protected Boolean dbmsDefaultValue
      • groupName

        protected String groupName
    • 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