Class FunctionMapping


  • public class FunctionMapping
    extends Object

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{http://jboss.org}function-name"/>
             <element ref="{http://jboss.org}function-sql"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • FunctionMapping

        public FunctionMapping()
    • Method Detail

      • getFunctionName

        public FunctionName getFunctionName()
        Gets the value of the functionName property.
        Returns:
        possible object is FunctionName
      • setFunctionName

        public void setFunctionName​(FunctionName value)
        Sets the value of the functionName property.
        Parameters:
        value - allowed object is FunctionName
      • getFunctionSql

        public FunctionSql getFunctionSql()
        Gets the value of the functionSql property.
        Returns:
        possible object is FunctionSql
      • setFunctionSql

        public void setFunctionSql​(FunctionSql value)
        Sets the value of the functionSql property.
        Parameters:
        value - allowed object is FunctionSql