Package org.jboss.jca.codegenerator
Class Definition
- java.lang.Object
-
- org.jboss.jca.codegenerator.Definition
-
public class Definition extends Object
A Definition.- Version:
- $Revision: $
- Author:
- Jeff Zhang
-
-
Constructor Summary
Constructors Constructor Description Definition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetActivationClass()Get the activationClass.List<AdminObjectType>getAdminObjects()Get the adminObjects.StringgetAsClass()Get the activationSpecClass.List<ConfigPropType>getAsConfigProps()Get the asConfigProps.List<AuthenMechanismType>getAuthenMechanisms()Get the authenMechanisms.StringgetBuild()Get the build.StringgetDefaultValue()Get the defaultValue.StringgetMbeanImplClass()Get the mbeanImplClass.StringgetMbeanInterfaceClass()Get the mbeanInterfaceClass.List<McfDef>getMcfDefs()Get the mcfDefs.StringgetMlClass()Get the messageListenerClass.StringgetOutputDir()Get the outputDir.StringgetRaClass()Get the raClass.List<ConfigPropType>getRaConfigProps()Get the raConfigProps.StringgetRaMetaClass()Get the raMetaClass.StringgetRaPackage()Get the raPackage.List<SecurityPermissionType>getSecurityPermissions()Get the securityPermissions.StringgetSupportTransaction()Get the supportTransaction.StringgetVersion()Get the version.booleanisAdminObjectImplRaAssociation()Get the adminObjectImplRaAssociation.booleanisDefaultPackageInbound()Get the defaultPackageInbound.booleanisGenAdminObject()Get the genAdminObject.booleanisGenMbean()Get the genMbean.booleanisRaSerial()get raSerialbooleanisSupportEis()get supportEisbooleanisSupportInbound()Get the supportInbound.booleanisSupportJbossLogging()get supportJbossLoggingbooleanisSupportOutbound()Get the supportOutbound.booleanisSupportReauthen()Get the supportReauthen.booleanisUseAnnotation()Get the useAnnotation.booleanisUseRa()Get the useRa.voidsetActivationClass(String activationClass)Set the activationClass.voidsetAdminObjectImplRaAssociation(boolean adminObjectImplRaAssociation)Set the adminObjectImplRaAssociation.voidsetAdminObjects(List<AdminObjectType> adminObjects)Set the adminObjects.voidsetAsClass(String activationSpecClass)Set the activationSpecClass.voidsetAsConfigProps(List<ConfigPropType> asConfigProps)Set the asConfigProps.voidsetAuthenMechanisms(List<AuthenMechanismType> authenMechanisms)Set the authenMechanisms.voidsetBuild(String build)Set the build.voidsetDefaultPackageInbound(boolean defaultPackageInbound)Set the defaultPackageInbound.voidsetDefaultValue(String defaultValue)Set the defaultValue.voidsetGenAdminObject(boolean genAdminObject)Set the genAdminObject.voidsetGenMbean(boolean genMbean)Set the genMbean.voidsetMcfDefs(List<McfDef> mcfDefs)Set the mcfDefs.voidsetMlClass(String messageListenerClass)Set the messageListenerClass.voidsetOutputDir(String outputDir)Set the outputDir.voidsetRaClass(String raClass)Set the raClass.voidsetRaConfigProps(List<ConfigPropType> raConfigProps)Set the raConfigProps.voidsetRaMetaClass(String raMetaClass)Set the raMetaClass.voidsetRaPackage(String raPackage)Set the raPackage.voidsetRaSerial(boolean raSerial)set raSerialvoidsetSecurityPermissions(List<SecurityPermissionType> securityPermissions)Set the securityPermissions.voidsetSupportEis(boolean supportEis)set supportEisvoidsetSupportInbound(boolean supportInbound)Set the supportInbound.voidsetSupportJbossLogging(boolean supportJbossLogging)set supportJbossLoggingvoidsetSupportOutbound(boolean supportOutbound)Set the supportOutbound.voidsetSupportReauthen(boolean supportReauthen)Set the supportReauthen.voidsetSupportTransaction(String supportTransaction)Set the supportTransaction.voidsetUseAnnotation(boolean useAnnotation)Set the useAnnotation.voidsetUseRa(boolean useRa)Set the useRa.voidsetVersion(String version)Set the version.
-
-
-
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.
-
setMcfDefs
public void setMcfDefs(List<McfDef> mcfDefs)
Set the mcfDefs.- Parameters:
mcfDefs- The mcfDefs to set.
-
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.
-
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.
-
setDefaultPackageInbound
public void setDefaultPackageInbound(boolean defaultPackageInbound)
Set the defaultPackageInbound.- Parameters:
defaultPackageInbound- The defaultPackageInbound to set.
-
isDefaultPackageInbound
public boolean isDefaultPackageInbound()
Get the defaultPackageInbound.- Returns:
- the defaultPackageInbound.
-
setRaSerial
public void setRaSerial(boolean raSerial)
set raSerial- Parameters:
raSerial- the raSerial to set
-
isRaSerial
public boolean isRaSerial()
get raSerial- Returns:
- the raSerial
-
isSupportEis
public boolean isSupportEis()
get supportEis- Returns:
- the supportEis
-
setSupportEis
public void setSupportEis(boolean supportEis)
set supportEis- Parameters:
supportEis- the supportEis to set
-
isSupportJbossLogging
public boolean isSupportJbossLogging()
get supportJbossLogging- Returns:
- the supportJbossLogging
-
setSupportJbossLogging
public void setSupportJbossLogging(boolean supportJbossLogging)
set supportJbossLogging- Parameters:
supportJbossLogging- the supportJbossLogging to set
-
-