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 getDefaultValue()
          Get the defaultValue.
 String getMbeanImplClass()
          Get the mbeanImplClass.
 String getMbeanInterfaceClass()
          Get the mbeanInterfaceClass.
 List<McfDef> getMcfDefs()
          Get the mcfDefs.
 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 isDefaultPackageInbound()
          Get the defaultPackageInbound.
 boolean isGenAdminObject()
          Get the genAdminObject.
 boolean isGenMbean()
          Get the genMbean.
 boolean isRaSerial()
          get raSerial
 boolean isSupportInbound()
          Get the supportInbound.
 boolean isSupportOutbound()
          Get the supportOutbound.
 boolean isSupportReauthen()
          Get the supportReauthen.
 boolean isUseAnnotation()
          Get the useAnnotation.
 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 setDefaultPackageInbound(boolean defaultPackageInbound)
          Set the defaultPackageInbound.
 void setDefaultValue(String defaultValue)
          Set the defaultValue.
 void setGenAdminObject(boolean genAdminObject)
          Set the genAdminObject.
 void setGenMbean(boolean genMbean)
          Set the genMbean.
 void setMcfDefs(List<McfDef> mcfDefs)
          Set the mcfDefs.
 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 setRaSerial(boolean raSerial)
          set raSerial
 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 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.

setMcfDefs

public void setMcfDefs(List<McfDef> mcfDefs)
Set the mcfDefs.

Parameters:
mcfDefs - The mcfDefs to set.

getMcfDefs

public List<McfDef> getMcfDefs()
Get the mcfDefs.

Returns:
the mcfDefs.

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


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