org.jboss.jca.codegenerator
Class Definition

java.lang.Object
  extended by org.jboss.jca.codegenerator.Definition

public class Definition
extends Object

A Definition.

Version:
$Revision: $
Author:
Jeff Zhang

Constructor Summary
Definition()
           
 
Method Summary
 String getActivationClass()
          Get the activationClass.
 List<AdminObjectType> getAdminObjects()
          Get the adminObjects.
 String getAsClass()
          Get the activationSpecClass.
 List<ConfigPropType> getAsConfigProps()
          Get the asConfigProps.
 List<AuthenMechanismType> getAuthenMechanisms()
          Get the authenMechanisms.
 String getBuild()
          Get the build.
 String getCciConnClass()
          Get the cciConnClass.
 String getCciConnFactoryClass()
          Get the cciConnFactoryClass.
 String getCfClass()
          Get the cfClass.
 String getCfInterfaceClass()
          Get the cfInterfaceClass.
 String getCmClass()
          Get the cmClass.
 String getConnImplClass()
          Get the connImplClass.
 String getConnInterfaceClass()
          Get the connInterfaceClass.
 String getConnMetaClass()
          Get the connMetaClass.
 String getConnSpecClass()
          Get the connSpecClass.
 String getDefaultValue()
          Get the defaultValue.
 String getMbeanImplClass()
          Get the mbeanImplClass.
 String getMbeanInterfaceClass()
          Get the mbeanInterfaceClass.
 String getMcClass()
          Get the mcClass.
 String getMcfClass()
          Get the mcfClass.
 List<ConfigPropType> getMcfConfigProps()
          Get the mcfConfigProps.
 String getMcMetaClass()
          Get the mcMetaClass.
 List<MethodForConnection> getMethods()
          Get the methods.
 String getMlClass()
          Get the messageListenerClass.
 String getOutputDir()
          Get the outputDir.
 String getRaClass()
          Get the raClass.
 List<ConfigPropType> getRaConfigProps()
          Get the raConfigProps.
 String getRaMetaClass()
          Get the raMetaClass.
 String getRaPackage()
          Get the raPackage.
 List<SecurityPermissionType> getSecurityPermissions()
          Get the securityPermissions.
 String getSupportTransaction()
          Get the supportTransaction.
 String getVersion()
          Get the version.
 boolean isAdminObjectImplRaAssociation()
          Get the adminObjectImplRaAssociation.
 boolean isDefineMethodInConnection()
          Get the defineMethodInConnection.
 boolean isGenAdminObject()
          Get the genAdminObject.
 boolean isGenMbean()
          Get the genMbean.
 boolean isImplRaAssociation()
          Get the implRaAssociation.
 boolean isSupportInbound()
          Get the supportInbound.
 boolean isSupportOutbound()
          Get the supportOutbound.
 boolean isSupportReauthen()
          Get the supportReauthen.
 boolean isUseAnnotation()
          Get the useAnnotation.
 boolean isUseCciConnection()
          Get the useCciConnection.
 boolean isUseRa()
          Get the useRa.
 void setActivationClass(String activationClass)
          Set the activationClass.
 void setAdminObjectImplRaAssociation(boolean adminObjectImplRaAssociation)
          Set the adminObjectImplRaAssociation.
 void setAdminObjects(List<AdminObjectType> adminObjects)
          Set the adminObjects.
 void setAsClass(String activationSpecClass)
          Set the activationSpecClass.
 void setAsConfigProps(List<ConfigPropType> asConfigProps)
          Set the asConfigProps.
 void setAuthenMechanisms(List<AuthenMechanismType> authenMechanisms)
          Set the authenMechanisms.
 void setBuild(String build)
          Set the build.
 void setCciConnClass(String cciConnClass)
          Set the cciConnClass.
 void setCciConnFactoryClass(String cciConnFactoryClass)
          Set the cciConnFactoryClass.
 void setCfClass(String cfClass)
          Set the cfClass.
 void setCfInterfaceClass(String cfInterfaceClass)
          Set the cfInterfaceClass.
 void setCmClass(String cmClass)
          Set the cmClass.
 void setConnImplClass(String connImplClass)
          Set the connImplClass.
 void setConnInterfaceClass(String connInterfaceClass)
          Set the connInterfaceClass.
 void setConnMetaClass(String connMetaClass)
          Set the connMetaClass.
 void setConnSpecClass(String connSpecClass)
          Set the connSpecClass.
 void setDefaultValue(String defaultValue)
          Set the defaultValue.
 void setDefineMethodInConnection(boolean defineMethodInConnection)
          Set the defineMethodInConnection.
 void setGenAdminObject(boolean genAdminObject)
          Set the genAdminObject.
 void setGenMbean(boolean genMbean)
          Set the genMbean.
 void setImplRaAssociation(boolean implRaAssociation)
          Set the implRaAssociation.
 void setMcClass(String mcClass)
          Set the mcClass.
 void setMcfClass(String mcfClass)
          Set the mcfClass.
 void setMcfConfigProps(List<ConfigPropType> mcfConfigProps)
          Set the mcfConfigProps.
 void setMcMetaClass(String mcMetaClass)
          Set the mcMetaClass.
 void setMethods(List<MethodForConnection> methods)
          Set the methods.
 void setMlClass(String messageListenerClass)
          Set the messageListenerClass.
 void setOutputDir(String outputDir)
          Set the outputDir.
 void setRaClass(String raClass)
          Set the raClass.
 void setRaConfigProps(List<ConfigPropType> raConfigProps)
          Set the raConfigProps.
 void setRaMetaClass(String raMetaClass)
          Set the raMetaClass.
 void setRaPackage(String raPackage)
          Set the raPackage.
 void setSecurityPermissions(List<SecurityPermissionType> securityPermissions)
          Set the securityPermissions.
 void setSupportInbound(boolean supportInbound)
          Set the supportInbound.
 void setSupportOutbound(boolean supportOutbound)
          Set the supportOutbound.
 void setSupportReauthen(boolean supportReauthen)
          Set the supportReauthen.
 void setSupportTransaction(String supportTransaction)
          Set the supportTransaction.
 void setUseAnnotation(boolean useAnnotation)
          Set the useAnnotation.
 void setUseCciConnection(boolean useCciConnection)
          Set the useCciConnection.
 void setUseRa(boolean useRa)
          Set the useRa.
 void setVersion(String version)
          Set the version.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Definition

public Definition()
Method Detail

setVersion

public void setVersion(String version)
Set the version.

Parameters:
version - The version to set.

getVersion

public String getVersion()
Get the version.

Returns:
the version.

setOutputDir

public void setOutputDir(String outputDir)
Set the outputDir.

Parameters:
outputDir - The outputDir to set.

getOutputDir

public String getOutputDir()
Get the outputDir.

Returns:
the outputDir.

setRaPackage

public void setRaPackage(String raPackage)
Set the raPackage.

Parameters:
raPackage - The raPackage to set.

getRaPackage

public String getRaPackage()
Get the raPackage.

Returns:
the raPackage.

setRaClass

public void setRaClass(String raClass)
Set the raClass.

Parameters:
raClass - The raClass to set.

getRaClass

public String getRaClass()
Get the raClass.

Returns:
the raClass.

setRaConfigProps

public void setRaConfigProps(List<ConfigPropType> raConfigProps)
Set the raConfigProps.

Parameters:
raConfigProps - The raConfigProps to set.

getRaConfigProps

public List<ConfigPropType> getRaConfigProps()
Get the raConfigProps.

Returns:
the raConfigProps.

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.

setRaMetaClass

public void setRaMetaClass(String raMetaClass)
Set the raMetaClass.

Parameters:
raMetaClass - The raMetaClass to set.

getRaMetaClass

public String getRaMetaClass()
Get the raMetaClass.

Returns:
the raMetaClass.

setUseAnnotation

public void setUseAnnotation(boolean useAnnotation)
Set the useAnnotation.

Parameters:
useAnnotation - The useAnnotation to set.

isUseAnnotation

public boolean isUseAnnotation()
Get the useAnnotation.

Returns:
the useAnnotation.

setSupportOutbound

public void setSupportOutbound(boolean supportOutbound)
Set the supportOutbound.

Parameters:
supportOutbound - The supportOutbound to set.

isSupportOutbound

public boolean isSupportOutbound()
Get the supportOutbound.

Returns:
the supportOutbound.

setSupportInbound

public void setSupportInbound(boolean supportInbound)
Set the supportInbound.

Parameters:
supportInbound - The supportInbound to set.

isSupportInbound

public boolean isSupportInbound()
Get the supportInbound.

Returns:
the supportInbound.

setMlClass

public void setMlClass(String messageListenerClass)
Set the messageListenerClass.

Parameters:
messageListenerClass - The messageListenerClass to set.

getMlClass

public String getMlClass()
Get the messageListenerClass.

Returns:
the messageListenerClass.

setAsClass

public void setAsClass(String activationSpecClass)
Set the activationSpecClass.

Parameters:
activationSpecClass - The activationSpecClass to set.

getAsClass

public String getAsClass()
Get the activationSpecClass.

Returns:
the activationSpecClass.

setAsConfigProps

public void setAsConfigProps(List<ConfigPropType> asConfigProps)
Set the asConfigProps.

Parameters:
asConfigProps - The asConfigProps to set.

getAsConfigProps

public List<ConfigPropType> getAsConfigProps()
Get the asConfigProps.

Returns:
the asConfigProps.

setUseRa

public void setUseRa(boolean useRa)
Set the useRa.

Parameters:
useRa - The useRa to set.

isUseRa

public boolean isUseRa()
Get the useRa.

Returns:
the useRa.

setActivationClass

public void setActivationClass(String activationClass)
Set the activationClass.

Parameters:
activationClass - The activationClass to set.

getActivationClass

public String getActivationClass()
Get the activationClass.

Returns:
the activationClass.

setSupportTransaction

public void setSupportTransaction(String supportTransaction)
Set the supportTransaction.

Parameters:
supportTransaction - The supportTransaction to set.

getSupportTransaction

public String getSupportTransaction()
Get the supportTransaction.

Returns:
the supportTransaction.

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.

setDefaultValue

public void setDefaultValue(String defaultValue)
Set the defaultValue.

Parameters:
defaultValue - The defaultValue to set.

getDefaultValue

public String getDefaultValue()
Get the defaultValue.

Returns:
the defaultValue.

setSupportReauthen

public void setSupportReauthen(boolean supportReauthen)
Set the supportReauthen.

Parameters:
supportReauthen - The supportReauthen to set.

isSupportReauthen

public boolean isSupportReauthen()
Get the supportReauthen.

Returns:
the supportReauthen.

setSecurityPermissions

public void setSecurityPermissions(List<SecurityPermissionType> securityPermissions)
Set the securityPermissions.

Parameters:
securityPermissions - The securityPermissions to set.

getSecurityPermissions

public List<SecurityPermissionType> getSecurityPermissions()
Get the securityPermissions.

Returns:
the securityPermissions.

setAuthenMechanisms

public void setAuthenMechanisms(List<AuthenMechanismType> authenMechanisms)
Set the authenMechanisms.

Parameters:
authenMechanisms - The authenMechanisms to set.

getAuthenMechanisms

public List<AuthenMechanismType> getAuthenMechanisms()
Get the authenMechanisms.

Returns:
the authenMechanisms.

setBuild

public void setBuild(String build)
Set the build.

Parameters:
build - The build to set.

getBuild

public String getBuild()
Get the build.

Returns:
the build.

getMbeanInterfaceClass

public String getMbeanInterfaceClass()
Get the mbeanInterfaceClass.

Returns:
the mbeanInterfaceClass.

getMbeanImplClass

public String getMbeanImplClass()
Get the mbeanImplClass.

Returns:
the mbeanImplClass.

isGenMbean

public boolean isGenMbean()
Get the genMbean.

Returns:
the genMbean.

setGenMbean

public void setGenMbean(boolean genMbean)
Set the genMbean.

Parameters:
genMbean - The genMbean to set.

setAdminObjects

public void setAdminObjects(List<AdminObjectType> adminObjects)
Set the adminObjects.

Parameters:
adminObjects - The adminObjects to set.

getAdminObjects

public List<AdminObjectType> getAdminObjects()
Get the adminObjects.

Returns:
the adminObjects.

setGenAdminObject

public void setGenAdminObject(boolean genAdminObject)
Set the genAdminObject.

Parameters:
genAdminObject - The genAdminObject to set.

isGenAdminObject

public boolean isGenAdminObject()
Get the genAdminObject.

Returns:
the genAdminObject.

setAdminObjectImplRaAssociation

public void setAdminObjectImplRaAssociation(boolean adminObjectImplRaAssociation)
Set the adminObjectImplRaAssociation.

Parameters:
adminObjectImplRaAssociation - The adminObjectImplRaAssociation to set.

isAdminObjectImplRaAssociation

public boolean isAdminObjectImplRaAssociation()
Get the adminObjectImplRaAssociation.

Returns:
the adminObjectImplRaAssociation.


Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)