Class McfDef

java.lang.Object
org.jboss.jca.codegenerator.McfDef

public class McfDef extends Object
A Definition.
Version:
$Revision: $
Author:
Jeff Zhang
  • Constructor Details

    • McfDef

      public McfDef(int id, Definition def)
      Construct
      Parameters:
      id - MCF id
      def - Definition
  • Method Details

    • getMcfPackage

      public String getMcfPackage()
      getMcfPackage
      Returns:
      default name
    • setMcfClass

      public void setMcfClass(String mcfClass)
      Set the mcfClass.
      Parameters:
      mcfClass - The mcfClass to set.
    • getMcfClass

      public String getMcfClass()
      Get the mcfClass.
      Returns:
      the mcfClass.
    • setMcClass

      public void setMcClass(String mcClass)
      Set the mcClass.
      Parameters:
      mcClass - The mcClass to set.
    • getMcClass

      public String getMcClass()
      Get the mcClass.
      Returns:
      the mcClass.
    • setConnInterfaceClass

      public void setConnInterfaceClass(String connInterfaceClass)
      Set the connInterfaceClass.
      Parameters:
      connInterfaceClass - The connInterfaceClass to set.
    • getConnInterfaceClass

      public String getConnInterfaceClass()
      Get the connInterfaceClass.
      Returns:
      the connInterfaceClass.
    • setConnImplClass

      public void setConnImplClass(String connImplClass)
      Set the connImplClass.
      Parameters:
      connImplClass - The connImplClass to set.
    • getConnImplClass

      public String getConnImplClass()
      Get the connImplClass.
      Returns:
      the connImplClass.
    • setMcfConfigProps

      public void setMcfConfigProps(List<ConfigPropType> mcfConfigProps)
      Set the mcfConfigProps.
      Parameters:
      mcfConfigProps - The mcfConfigProps to set.
    • getMcfConfigProps

      public List<ConfigPropType> getMcfConfigProps()
      Get the mcfConfigProps.
      Returns:
      the mcfConfigProps.
    • setImplRaAssociation

      public void setImplRaAssociation(boolean implRaAssociation)
      Set the implRaAssociation.
      Parameters:
      implRaAssociation - The implRaAssociation to set.
    • isImplRaAssociation

      public boolean isImplRaAssociation()
      Get the implRaAssociation.
      Returns:
      the implRaAssociation.
    • setUseCciConnection

      public void setUseCciConnection(boolean useCciConnection)
      Set the useCciConnection.
      Parameters:
      useCciConnection - The useCciConnection to set.
    • isUseCciConnection

      public boolean isUseCciConnection()
      Get the useCciConnection.
      Returns:
      the useCciConnection.
    • setCciConnFactoryClass

      public void setCciConnFactoryClass(String cciConnFactoryClass)
      Set the cciConnFactoryClass.
      Parameters:
      cciConnFactoryClass - The cciConnFactoryClass to set.
    • getCciConnFactoryClass

      public String getCciConnFactoryClass()
      Get the cciConnFactoryClass.
      Returns:
      the cciConnFactoryClass.
    • setCciConnClass

      public void setCciConnClass(String cciConnClass)
      Set the cciConnClass.
      Parameters:
      cciConnClass - The cciConnClass to set.
    • getCciConnClass

      public String getCciConnClass()
      Get the cciConnClass.
      Returns:
      the cciConnClass.
    • setMcMetaClass

      public void setMcMetaClass(String mcMetaClass)
      Set the mcMetaClass.
      Parameters:
      mcMetaClass - The mcMetaClass to set.
    • getMcMetaClass

      public String getMcMetaClass()
      Get the mcMetaClass.
      Returns:
      the mcMetaClass.
    • setCmClass

      public void setCmClass(String cmClass)
      Set the cmClass.
      Parameters:
      cmClass - The cmClass to set.
    • getCmClass

      public String getCmClass()
      Get the cmClass.
      Returns:
      the cmClass.
    • setCfClass

      public void setCfClass(String cfClass)
      Set the cfClass.
      Parameters:
      cfClass - The cfClass to set.
    • getCfClass

      public String getCfClass()
      Get the cfClass.
      Returns:
      the cfClass.
    • setCfInterfaceClass

      public void setCfInterfaceClass(String cfInterfaceClass)
      Set the cfInterfaceClass.
      Parameters:
      cfInterfaceClass - The cfInterfaceClass to set.
    • getCfInterfaceClass

      public String getCfInterfaceClass()
      Get the cfInterfaceClass.
      Returns:
      the cfInterfaceClass.
    • setConnMetaClass

      public void setConnMetaClass(String connMetaClass)
      Set the connMetaClass.
      Parameters:
      connMetaClass - The connMetaClass to set.
    • getConnMetaClass

      public String getConnMetaClass()
      Get the connMetaClass.
      Returns:
      the connMetaClass.
    • setConnSpecClass

      public void setConnSpecClass(String connSpecClass)
      Set the connSpecClass.
      Parameters:
      connSpecClass - The connSpecClass to set.
    • getConnSpecClass

      public String getConnSpecClass()
      Get the connSpecClass.
      Returns:
      the connSpecClass.
    • setDefineMethodInConnection

      public void setDefineMethodInConnection(boolean defineMethodInConnection)
      Set the defineMethodInConnection.
      Parameters:
      defineMethodInConnection - The defineMethodInConnection to set.
    • isDefineMethodInConnection

      public boolean isDefineMethodInConnection()
      Get the defineMethodInConnection.
      Returns:
      the defineMethodInConnection.
    • setMethods

      public void setMethods(List<MethodForConnection> methods)
      Set the methods.
      Parameters:
      methods - The methods to set.
    • getMethods

      public List<MethodForConnection> getMethods()
      Get the methods.
      Returns:
      the methods.