public class Definition
extends java.lang.Object
Constructor and Description |
---|
Definition() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getActivationClass()
Get the activationClass.
|
java.util.List<AdminObjectType> |
getAdminObjects()
Get the adminObjects.
|
java.lang.String |
getAsClass()
Get the activationSpecClass.
|
java.util.List<ConfigPropType> |
getAsConfigProps()
Get the asConfigProps.
|
java.util.List<AuthenMechanismType> |
getAuthenMechanisms()
Get the authenMechanisms.
|
java.lang.String |
getBuild()
Get the build.
|
java.lang.String |
getDefaultValue()
Get the defaultValue.
|
java.lang.String |
getMbeanImplClass()
Get the mbeanImplClass.
|
java.lang.String |
getMbeanInterfaceClass()
Get the mbeanInterfaceClass.
|
java.util.List<McfDef> |
getMcfDefs()
Get the mcfDefs.
|
java.lang.String |
getMlClass()
Get the messageListenerClass.
|
java.lang.String |
getOutputDir()
Get the outputDir.
|
java.lang.String |
getRaClass()
Get the raClass.
|
java.util.List<ConfigPropType> |
getRaConfigProps()
Get the raConfigProps.
|
java.lang.String |
getRaMetaClass()
Get the raMetaClass.
|
java.lang.String |
getRaPackage()
Get the raPackage.
|
java.util.List<SecurityPermissionType> |
getSecurityPermissions()
Get the securityPermissions.
|
java.lang.String |
getSupportTransaction()
Get the supportTransaction.
|
java.lang.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 |
isSupportEis()
get supportEis
|
boolean |
isSupportInbound()
Get the supportInbound.
|
boolean |
isSupportJbossLogging()
get supportJbossLogging
|
boolean |
isSupportOutbound()
Get the supportOutbound.
|
boolean |
isSupportReauthen()
Get the supportReauthen.
|
boolean |
isUseAnnotation()
Get the useAnnotation.
|
boolean |
isUseRa()
Get the useRa.
|
void |
setActivationClass(java.lang.String activationClass)
Set the activationClass.
|
void |
setAdminObjectImplRaAssociation(boolean adminObjectImplRaAssociation)
Set the adminObjectImplRaAssociation.
|
void |
setAdminObjects(java.util.List<AdminObjectType> adminObjects)
Set the adminObjects.
|
void |
setAsClass(java.lang.String activationSpecClass)
Set the activationSpecClass.
|
void |
setAsConfigProps(java.util.List<ConfigPropType> asConfigProps)
Set the asConfigProps.
|
void |
setAuthenMechanisms(java.util.List<AuthenMechanismType> authenMechanisms)
Set the authenMechanisms.
|
void |
setBuild(java.lang.String build)
Set the build.
|
void |
setDefaultPackageInbound(boolean defaultPackageInbound)
Set the defaultPackageInbound.
|
void |
setDefaultValue(java.lang.String defaultValue)
Set the defaultValue.
|
void |
setGenAdminObject(boolean genAdminObject)
Set the genAdminObject.
|
void |
setGenMbean(boolean genMbean)
Set the genMbean.
|
void |
setMcfDefs(java.util.List<McfDef> mcfDefs)
Set the mcfDefs.
|
void |
setMlClass(java.lang.String messageListenerClass)
Set the messageListenerClass.
|
void |
setOutputDir(java.lang.String outputDir)
Set the outputDir.
|
void |
setRaClass(java.lang.String raClass)
Set the raClass.
|
void |
setRaConfigProps(java.util.List<ConfigPropType> raConfigProps)
Set the raConfigProps.
|
void |
setRaMetaClass(java.lang.String raMetaClass)
Set the raMetaClass.
|
void |
setRaPackage(java.lang.String raPackage)
Set the raPackage.
|
void |
setRaSerial(boolean raSerial)
set raSerial
|
void |
setSecurityPermissions(java.util.List<SecurityPermissionType> securityPermissions)
Set the securityPermissions.
|
void |
setSupportEis(boolean supportEis)
set supportEis
|
void |
setSupportInbound(boolean supportInbound)
Set the supportInbound.
|
void |
setSupportJbossLogging(boolean supportJbossLogging)
set supportJbossLogging
|
void |
setSupportOutbound(boolean supportOutbound)
Set the supportOutbound.
|
void |
setSupportReauthen(boolean supportReauthen)
Set the supportReauthen.
|
void |
setSupportTransaction(java.lang.String supportTransaction)
Set the supportTransaction.
|
void |
setUseAnnotation(boolean useAnnotation)
Set the useAnnotation.
|
void |
setUseRa(boolean useRa)
Set the useRa.
|
void |
setVersion(java.lang.String version)
Set the version.
|
public void setVersion(java.lang.String version)
version
- The version to set.public java.lang.String getVersion()
public void setOutputDir(java.lang.String outputDir)
outputDir
- The outputDir to set.public java.lang.String getOutputDir()
public void setRaPackage(java.lang.String raPackage)
raPackage
- The raPackage to set.public java.lang.String getRaPackage()
public void setRaClass(java.lang.String raClass)
raClass
- The raClass to set.public java.lang.String getRaClass()
public void setRaConfigProps(java.util.List<ConfigPropType> raConfigProps)
raConfigProps
- The raConfigProps to set.public java.util.List<ConfigPropType> getRaConfigProps()
public void setMcfDefs(java.util.List<McfDef> mcfDefs)
mcfDefs
- The mcfDefs to set.public java.util.List<McfDef> getMcfDefs()
public void setRaMetaClass(java.lang.String raMetaClass)
raMetaClass
- The raMetaClass to set.public java.lang.String getRaMetaClass()
public void setUseAnnotation(boolean useAnnotation)
useAnnotation
- The useAnnotation to set.public boolean isUseAnnotation()
public void setSupportOutbound(boolean supportOutbound)
supportOutbound
- The supportOutbound to set.public boolean isSupportOutbound()
public void setSupportInbound(boolean supportInbound)
supportInbound
- The supportInbound to set.public boolean isSupportInbound()
public void setMlClass(java.lang.String messageListenerClass)
messageListenerClass
- The messageListenerClass to set.public java.lang.String getMlClass()
public void setAsClass(java.lang.String activationSpecClass)
activationSpecClass
- The activationSpecClass to set.public java.lang.String getAsClass()
public void setAsConfigProps(java.util.List<ConfigPropType> asConfigProps)
asConfigProps
- The asConfigProps to set.public java.util.List<ConfigPropType> getAsConfigProps()
public void setUseRa(boolean useRa)
useRa
- The useRa to set.public boolean isUseRa()
public void setActivationClass(java.lang.String activationClass)
activationClass
- The activationClass to set.public java.lang.String getActivationClass()
public void setSupportTransaction(java.lang.String supportTransaction)
supportTransaction
- The supportTransaction to set.public java.lang.String getSupportTransaction()
public void setDefaultValue(java.lang.String defaultValue)
defaultValue
- The defaultValue to set.public java.lang.String getDefaultValue()
public void setSupportReauthen(boolean supportReauthen)
supportReauthen
- The supportReauthen to set.public boolean isSupportReauthen()
public void setSecurityPermissions(java.util.List<SecurityPermissionType> securityPermissions)
securityPermissions
- The securityPermissions to set.public java.util.List<SecurityPermissionType> getSecurityPermissions()
public void setAuthenMechanisms(java.util.List<AuthenMechanismType> authenMechanisms)
authenMechanisms
- The authenMechanisms to set.public java.util.List<AuthenMechanismType> getAuthenMechanisms()
public void setBuild(java.lang.String build)
build
- The build to set.public java.lang.String getBuild()
public java.lang.String getMbeanInterfaceClass()
public java.lang.String getMbeanImplClass()
public boolean isGenMbean()
public void setGenMbean(boolean genMbean)
genMbean
- The genMbean to set.public void setAdminObjects(java.util.List<AdminObjectType> adminObjects)
adminObjects
- The adminObjects to set.public java.util.List<AdminObjectType> getAdminObjects()
public void setGenAdminObject(boolean genAdminObject)
genAdminObject
- The genAdminObject to set.public boolean isGenAdminObject()
public void setAdminObjectImplRaAssociation(boolean adminObjectImplRaAssociation)
adminObjectImplRaAssociation
- The adminObjectImplRaAssociation to set.public boolean isAdminObjectImplRaAssociation()
public void setDefaultPackageInbound(boolean defaultPackageInbound)
defaultPackageInbound
- The defaultPackageInbound to set.public boolean isDefaultPackageInbound()
public void setRaSerial(boolean raSerial)
raSerial
- the raSerial to setpublic boolean isRaSerial()
public boolean isSupportEis()
public void setSupportEis(boolean supportEis)
supportEis
- the supportEis to setpublic boolean isSupportJbossLogging()
public void setSupportJbossLogging(boolean supportJbossLogging)
supportJbossLogging
- the supportJbossLogging to setCopyright © 2014 IronJacamar (http://www.ironjacamar.org)