blob: 9ea9927fe12d157fe7a37fd7ae80c1d249a6d901 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<title>WeblogicEjbJar</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="WeblogicEjbJar";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/apache/openejb/jee/wls/WeblogicCompatibility.html" title="class in org.apache.openejb.jee.wls"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html" title="class in org.apache.openejb.jee.wls"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/openejb/jee/wls/WeblogicEjbJar.html" target="_top">Frames</a></li>
<li><a href="WeblogicEjbJar.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.openejb.jee.wls</div>
<h2 title="Class WeblogicEjbJar" class="title">Class WeblogicEjbJar</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>org.apache.openejb.jee.wls.WeblogicEjbJar</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="typeNameLabel">WeblogicEjbJar</span>
extends java.lang.Object</pre>
<div class="block"><p>Java class for weblogic-ejb-jar complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre>
&lt;complexType name="weblogic-ejb-jar"&gt;
&lt;complexContent&gt;
&lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
&lt;sequence&gt;
&lt;element name="description" type="{http://www.bea.com/ns/weblogic/90}description" minOccurs="0"/&gt;
&lt;element name="weblogic-enterprise-bean" type="{http://www.bea.com/ns/weblogic/90}weblogic-enterprise-bean" maxOccurs="unbounded" minOccurs="0"/&gt;
&lt;element name="security-role-assignment" type="{http://www.bea.com/ns/weblogic/90}security-role-assignment" maxOccurs="unbounded" minOccurs="0"/&gt;
&lt;element name="run-as-role-assignment" type="{http://www.bea.com/ns/weblogic/90}run-as-role-assignment" maxOccurs="unbounded" minOccurs="0"/&gt;
&lt;element name="security-permission" type="{http://www.bea.com/ns/weblogic/90}security-permission" minOccurs="0"/&gt;
&lt;element name="transaction-isolation" type="{http://www.bea.com/ns/weblogic/90}transaction-isolation" maxOccurs="unbounded" minOccurs="0"/&gt;
&lt;element name="message-destination-descriptor" type="{http://www.bea.com/ns/weblogic/90}message-destination-descriptor" maxOccurs="unbounded" minOccurs="0"/&gt;
&lt;element name="idempotent-methods" type="{http://www.bea.com/ns/weblogic/90}idempotent-methods" minOccurs="0"/&gt;
&lt;element name="retry-methods-on-rollback" type="{http://www.bea.com/ns/weblogic/90}retry-methods-on-rollback" maxOccurs="unbounded" minOccurs="0"/&gt;
&lt;element name="enable-bean-class-redeploy" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/&gt;
&lt;element name="disable-warning" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/&gt;
&lt;element name="work-manager" type="{http://www.bea.com/ns/weblogic/90}work-manager" maxOccurs="unbounded" minOccurs="0"/&gt;
&lt;element name="weblogic-compatibility" type="{http://www.bea.com/ns/weblogic/90}weblogic-compatibility" minOccurs="0"/&gt;
&lt;/sequence&gt;
&lt;attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /&gt;
&lt;/restriction&gt;
&lt;/complexContent&gt;
&lt;/complexType&gt;
</pre></div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/openejb/jee/wls/Description.html" title="class in org.apache.openejb.jee.wls">Description</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEjbJar.html#description">description</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected java.util.List&lt;java.lang.String&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEjbJar.html#disableWarning">disableWarning</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected java.lang.Boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEjbJar.html#enableBeanClassRedeploy">enableBeanClassRedeploy</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEjbJar.html#id">id</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/openejb/jee/wls/IdempotentMethods.html" title="class in org.apache.openejb.jee.wls">IdempotentMethods</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEjbJar.html#idempotentMethods">idempotentMethods</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/wls/MessageDestinationDescriptor.html" title="class in org.apache.openejb.jee.wls">MessageDestinationDescriptor</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEjbJar.html#messageDestinationDescriptor">messageDestinationDescriptor</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/wls/RetryMethodsOnRollback.html" title="class in org.apache.openejb.jee.wls">RetryMethodsOnRollback</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEjbJar.html#retryMethodsOnRollback">retryMethodsOnRollback</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/wls/RunAsRoleAssignment.html" title="class in org.apache.openejb.jee.wls">RunAsRoleAssignment</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEjbJar.html#runAsRoleAssignment">runAsRoleAssignment</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/openejb/jee/wls/SecurityPermission.html" title="class in org.apache.openejb.jee.wls">SecurityPermission</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEjbJar.html#securityPermission">securityPermission</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/wls/SecurityRoleAssignment.html" title="class in org.apache.openejb.jee.wls">SecurityRoleAssignment</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEjbJar.html#securityRoleAssignment">securityRoleAssignment</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/wls/TransactionIsolation.html" title="class in org.apache.openejb.jee.wls">TransactionIsolation</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEjbJar.html#transactionIsolation">transactionIsolation</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/openejb/jee/wls/WeblogicCompatibility.html" title="class in org.apache.openejb.jee.wls">WeblogicCompatibility</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEjbJar.html#weblogicCompatibility">weblogicCompatibility</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html" title="class in org.apache.openejb.jee.wls">WeblogicEnterpriseBean</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEjbJar.html#weblogicEnterpriseBean">weblogicEnterpriseBean</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/wls/WorkManager.html" title="class in org.apache.openejb.jee.wls">WorkManager</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEjbJar.html#workManager">workManager</a></span></code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEjbJar.html#WeblogicEjbJar--">WeblogicEjbJar</a></span>()</code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/openejb/jee/wls/Description.html" title="class in org.apache.openejb.jee.wls">Description</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEjbJar.html#getDescription--">getDescription</a></span>()</code>
<div class="block">Gets the value of the description property.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>java.util.List&lt;java.lang.String&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEjbJar.html#getDisableWarning--">getDisableWarning</a></span>()</code>
<div class="block">Gets the value of the disableWarning property.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>java.lang.Boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEjbJar.html#getEnableBeanClassRedeploy--">getEnableBeanClassRedeploy</a></span>()</code>
<div class="block">Gets the value of the enableBeanClassRedeploy property.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEjbJar.html#getId--">getId</a></span>()</code>
<div class="block">Gets the value of the id property.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/openejb/jee/wls/IdempotentMethods.html" title="class in org.apache.openejb.jee.wls">IdempotentMethods</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEjbJar.html#getIdempotentMethods--">getIdempotentMethods</a></span>()</code>
<div class="block">Gets the value of the idempotentMethods property.</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/wls/MessageDestinationDescriptor.html" title="class in org.apache.openejb.jee.wls">MessageDestinationDescriptor</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEjbJar.html#getMessageDestinationDescriptor--">getMessageDestinationDescriptor</a></span>()</code>
<div class="block">Gets the value of the messageDestinationDescriptor property.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/wls/RetryMethodsOnRollback.html" title="class in org.apache.openejb.jee.wls">RetryMethodsOnRollback</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEjbJar.html#getRetryMethodsOnRollback--">getRetryMethodsOnRollback</a></span>()</code>
<div class="block">Gets the value of the retryMethodsOnRollback property.</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/wls/RunAsRoleAssignment.html" title="class in org.apache.openejb.jee.wls">RunAsRoleAssignment</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEjbJar.html#getRunAsRoleAssignment--">getRunAsRoleAssignment</a></span>()</code>
<div class="block">Gets the value of the runAsRoleAssignment property.</div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/openejb/jee/wls/SecurityPermission.html" title="class in org.apache.openejb.jee.wls">SecurityPermission</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEjbJar.html#getSecurityPermission--">getSecurityPermission</a></span>()</code>
<div class="block">Gets the value of the securityPermission property.</div>
</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/wls/SecurityRoleAssignment.html" title="class in org.apache.openejb.jee.wls">SecurityRoleAssignment</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEjbJar.html#getSecurityRoleAssignment--">getSecurityRoleAssignment</a></span>()</code>
<div class="block">Gets the value of the securityRoleAssignment property.</div>
</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code>java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/wls/TransactionIsolation.html" title="class in org.apache.openejb.jee.wls">TransactionIsolation</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEjbJar.html#getTransactionIsolation--">getTransactionIsolation</a></span>()</code>
<div class="block">Gets the value of the transactionIsolation property.</div>
</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/openejb/jee/wls/WeblogicCompatibility.html" title="class in org.apache.openejb.jee.wls">WeblogicCompatibility</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEjbJar.html#getWeblogicCompatibility--">getWeblogicCompatibility</a></span>()</code>
<div class="block">Gets the value of the weblogicCompatibility property.</div>
</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code>java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html" title="class in org.apache.openejb.jee.wls">WeblogicEnterpriseBean</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEjbJar.html#getWeblogicEnterpriseBean--">getWeblogicEnterpriseBean</a></span>()</code>
<div class="block">Gets the value of the weblogicEnterpriseBean property.</div>
</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code>java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/wls/WorkManager.html" title="class in org.apache.openejb.jee.wls">WorkManager</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEjbJar.html#getWorkManager--">getWorkManager</a></span>()</code>
<div class="block">Gets the value of the workManager property.</div>
</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEjbJar.html#setDescription-org.apache.openejb.jee.wls.Description-">setDescription</a></span>(<a href="../../../../../org/apache/openejb/jee/wls/Description.html" title="class in org.apache.openejb.jee.wls">Description</a>&nbsp;value)</code>
<div class="block">Sets the value of the description property.</div>
</td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEjbJar.html#setEnableBeanClassRedeploy-java.lang.Boolean-">setEnableBeanClassRedeploy</a></span>(java.lang.Boolean&nbsp;value)</code>
<div class="block">Sets the value of the enableBeanClassRedeploy property.</div>
</td>
</tr>
<tr id="i16" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEjbJar.html#setId-java.lang.String-">setId</a></span>(java.lang.String&nbsp;value)</code>
<div class="block">Sets the value of the id property.</div>
</td>
</tr>
<tr id="i17" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEjbJar.html#setIdempotentMethods-org.apache.openejb.jee.wls.IdempotentMethods-">setIdempotentMethods</a></span>(<a href="../../../../../org/apache/openejb/jee/wls/IdempotentMethods.html" title="class in org.apache.openejb.jee.wls">IdempotentMethods</a>&nbsp;value)</code>
<div class="block">Sets the value of the idempotentMethods property.</div>
</td>
</tr>
<tr id="i18" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEjbJar.html#setSecurityPermission-org.apache.openejb.jee.wls.SecurityPermission-">setSecurityPermission</a></span>(<a href="../../../../../org/apache/openejb/jee/wls/SecurityPermission.html" title="class in org.apache.openejb.jee.wls">SecurityPermission</a>&nbsp;value)</code>
<div class="block">Sets the value of the securityPermission property.</div>
</td>
</tr>
<tr id="i19" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEjbJar.html#setWeblogicCompatibility-org.apache.openejb.jee.wls.WeblogicCompatibility-">setWeblogicCompatibility</a></span>(<a href="../../../../../org/apache/openejb/jee/wls/WeblogicCompatibility.html" title="class in org.apache.openejb.jee.wls">WeblogicCompatibility</a>&nbsp;value)</code>
<div class="block">Sets the value of the weblogicCompatibility property.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="description">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>description</h4>
<pre>protected&nbsp;<a href="../../../../../org/apache/openejb/jee/wls/Description.html" title="class in org.apache.openejb.jee.wls">Description</a> description</pre>
</li>
</ul>
<a name="weblogicEnterpriseBean">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>weblogicEnterpriseBean</h4>
<pre>protected&nbsp;java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html" title="class in org.apache.openejb.jee.wls">WeblogicEnterpriseBean</a>&gt; weblogicEnterpriseBean</pre>
</li>
</ul>
<a name="securityRoleAssignment">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>securityRoleAssignment</h4>
<pre>protected&nbsp;java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/wls/SecurityRoleAssignment.html" title="class in org.apache.openejb.jee.wls">SecurityRoleAssignment</a>&gt; securityRoleAssignment</pre>
</li>
</ul>
<a name="runAsRoleAssignment">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>runAsRoleAssignment</h4>
<pre>protected&nbsp;java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/wls/RunAsRoleAssignment.html" title="class in org.apache.openejb.jee.wls">RunAsRoleAssignment</a>&gt; runAsRoleAssignment</pre>
</li>
</ul>
<a name="securityPermission">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>securityPermission</h4>
<pre>protected&nbsp;<a href="../../../../../org/apache/openejb/jee/wls/SecurityPermission.html" title="class in org.apache.openejb.jee.wls">SecurityPermission</a> securityPermission</pre>
</li>
</ul>
<a name="transactionIsolation">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>transactionIsolation</h4>
<pre>protected&nbsp;java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/wls/TransactionIsolation.html" title="class in org.apache.openejb.jee.wls">TransactionIsolation</a>&gt; transactionIsolation</pre>
</li>
</ul>
<a name="messageDestinationDescriptor">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>messageDestinationDescriptor</h4>
<pre>protected&nbsp;java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/wls/MessageDestinationDescriptor.html" title="class in org.apache.openejb.jee.wls">MessageDestinationDescriptor</a>&gt; messageDestinationDescriptor</pre>
</li>
</ul>
<a name="idempotentMethods">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>idempotentMethods</h4>
<pre>protected&nbsp;<a href="../../../../../org/apache/openejb/jee/wls/IdempotentMethods.html" title="class in org.apache.openejb.jee.wls">IdempotentMethods</a> idempotentMethods</pre>
</li>
</ul>
<a name="retryMethodsOnRollback">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>retryMethodsOnRollback</h4>
<pre>protected&nbsp;java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/wls/RetryMethodsOnRollback.html" title="class in org.apache.openejb.jee.wls">RetryMethodsOnRollback</a>&gt; retryMethodsOnRollback</pre>
</li>
</ul>
<a name="enableBeanClassRedeploy">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>enableBeanClassRedeploy</h4>
<pre>protected&nbsp;java.lang.Boolean enableBeanClassRedeploy</pre>
</li>
</ul>
<a name="disableWarning">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>disableWarning</h4>
<pre>protected&nbsp;java.util.List&lt;java.lang.String&gt; disableWarning</pre>
</li>
</ul>
<a name="workManager">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>workManager</h4>
<pre>protected&nbsp;java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/wls/WorkManager.html" title="class in org.apache.openejb.jee.wls">WorkManager</a>&gt; workManager</pre>
</li>
</ul>
<a name="weblogicCompatibility">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>weblogicCompatibility</h4>
<pre>protected&nbsp;<a href="../../../../../org/apache/openejb/jee/wls/WeblogicCompatibility.html" title="class in org.apache.openejb.jee.wls">WeblogicCompatibility</a> weblogicCompatibility</pre>
</li>
</ul>
<a name="id">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>id</h4>
<pre>protected&nbsp;java.lang.String id</pre>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="WeblogicEjbJar--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>WeblogicEjbJar</h4>
<pre>public&nbsp;WeblogicEjbJar()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getDescription--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDescription</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/openejb/jee/wls/Description.html" title="class in org.apache.openejb.jee.wls">Description</a>&nbsp;getDescription()</pre>
<div class="block">Gets the value of the description property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<a href="../../../../../org/apache/openejb/jee/wls/Description.html" title="class in org.apache.openejb.jee.wls"><code>Description</code></a></dd>
</dl>
</li>
</ul>
<a name="setDescription-org.apache.openejb.jee.wls.Description-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setDescription</h4>
<pre>public&nbsp;void&nbsp;setDescription(<a href="../../../../../org/apache/openejb/jee/wls/Description.html" title="class in org.apache.openejb.jee.wls">Description</a>&nbsp;value)</pre>
<div class="block">Sets the value of the description property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<a href="../../../../../org/apache/openejb/jee/wls/Description.html" title="class in org.apache.openejb.jee.wls"><code>Description</code></a></dd>
</dl>
</li>
</ul>
<a name="getWeblogicEnterpriseBean--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getWeblogicEnterpriseBean</h4>
<pre>public&nbsp;java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html" title="class in org.apache.openejb.jee.wls">WeblogicEnterpriseBean</a>&gt;&nbsp;getWeblogicEnterpriseBean()</pre>
<div class="block">Gets the value of the weblogicEnterpriseBean property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a <CODE>set</CODE> method for the weblogicEnterpriseBean property.
For example, to add a new item, do as follows:
<pre>
getWeblogicEnterpriseBean().add(newItem);
</pre>
Objects of the following type(s) are allowed in the list
<a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html" title="class in org.apache.openejb.jee.wls"><code>WeblogicEnterpriseBean</code></a></div>
</li>
</ul>
<a name="getSecurityRoleAssignment--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getSecurityRoleAssignment</h4>
<pre>public&nbsp;java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/wls/SecurityRoleAssignment.html" title="class in org.apache.openejb.jee.wls">SecurityRoleAssignment</a>&gt;&nbsp;getSecurityRoleAssignment()</pre>
<div class="block">Gets the value of the securityRoleAssignment property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a <CODE>set</CODE> method for the securityRoleAssignment property.
For example, to add a new item, do as follows:
<pre>
getSecurityRoleAssignment().add(newItem);
</pre>
Objects of the following type(s) are allowed in the list
<a href="../../../../../org/apache/openejb/jee/wls/SecurityRoleAssignment.html" title="class in org.apache.openejb.jee.wls"><code>SecurityRoleAssignment</code></a></div>
</li>
</ul>
<a name="getRunAsRoleAssignment--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getRunAsRoleAssignment</h4>
<pre>public&nbsp;java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/wls/RunAsRoleAssignment.html" title="class in org.apache.openejb.jee.wls">RunAsRoleAssignment</a>&gt;&nbsp;getRunAsRoleAssignment()</pre>
<div class="block">Gets the value of the runAsRoleAssignment property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a <CODE>set</CODE> method for the runAsRoleAssignment property.
For example, to add a new item, do as follows:
<pre>
getRunAsRoleAssignment().add(newItem);
</pre>
Objects of the following type(s) are allowed in the list
<a href="../../../../../org/apache/openejb/jee/wls/RunAsRoleAssignment.html" title="class in org.apache.openejb.jee.wls"><code>RunAsRoleAssignment</code></a></div>
</li>
</ul>
<a name="getSecurityPermission--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getSecurityPermission</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/openejb/jee/wls/SecurityPermission.html" title="class in org.apache.openejb.jee.wls">SecurityPermission</a>&nbsp;getSecurityPermission()</pre>
<div class="block">Gets the value of the securityPermission property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<a href="../../../../../org/apache/openejb/jee/wls/SecurityPermission.html" title="class in org.apache.openejb.jee.wls"><code>SecurityPermission</code></a></dd>
</dl>
</li>
</ul>
<a name="setSecurityPermission-org.apache.openejb.jee.wls.SecurityPermission-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setSecurityPermission</h4>
<pre>public&nbsp;void&nbsp;setSecurityPermission(<a href="../../../../../org/apache/openejb/jee/wls/SecurityPermission.html" title="class in org.apache.openejb.jee.wls">SecurityPermission</a>&nbsp;value)</pre>
<div class="block">Sets the value of the securityPermission property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<a href="../../../../../org/apache/openejb/jee/wls/SecurityPermission.html" title="class in org.apache.openejb.jee.wls"><code>SecurityPermission</code></a></dd>
</dl>
</li>
</ul>
<a name="getTransactionIsolation--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTransactionIsolation</h4>
<pre>public&nbsp;java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/wls/TransactionIsolation.html" title="class in org.apache.openejb.jee.wls">TransactionIsolation</a>&gt;&nbsp;getTransactionIsolation()</pre>
<div class="block">Gets the value of the transactionIsolation property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a <CODE>set</CODE> method for the transactionIsolation property.
For example, to add a new item, do as follows:
<pre>
getTransactionIsolation().add(newItem);
</pre>
Objects of the following type(s) are allowed in the list
<a href="../../../../../org/apache/openejb/jee/wls/TransactionIsolation.html" title="class in org.apache.openejb.jee.wls"><code>TransactionIsolation</code></a></div>
</li>
</ul>
<a name="getMessageDestinationDescriptor--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMessageDestinationDescriptor</h4>
<pre>public&nbsp;java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/wls/MessageDestinationDescriptor.html" title="class in org.apache.openejb.jee.wls">MessageDestinationDescriptor</a>&gt;&nbsp;getMessageDestinationDescriptor()</pre>
<div class="block">Gets the value of the messageDestinationDescriptor property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a <CODE>set</CODE> method for the messageDestinationDescriptor property.
For example, to add a new item, do as follows:
<pre>
getMessageDestinationDescriptor().add(newItem);
</pre>
Objects of the following type(s) are allowed in the list
<a href="../../../../../org/apache/openejb/jee/wls/MessageDestinationDescriptor.html" title="class in org.apache.openejb.jee.wls"><code>MessageDestinationDescriptor</code></a></div>
</li>
</ul>
<a name="getIdempotentMethods--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getIdempotentMethods</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/openejb/jee/wls/IdempotentMethods.html" title="class in org.apache.openejb.jee.wls">IdempotentMethods</a>&nbsp;getIdempotentMethods()</pre>
<div class="block">Gets the value of the idempotentMethods property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<a href="../../../../../org/apache/openejb/jee/wls/IdempotentMethods.html" title="class in org.apache.openejb.jee.wls"><code>IdempotentMethods</code></a></dd>
</dl>
</li>
</ul>
<a name="setIdempotentMethods-org.apache.openejb.jee.wls.IdempotentMethods-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setIdempotentMethods</h4>
<pre>public&nbsp;void&nbsp;setIdempotentMethods(<a href="../../../../../org/apache/openejb/jee/wls/IdempotentMethods.html" title="class in org.apache.openejb.jee.wls">IdempotentMethods</a>&nbsp;value)</pre>
<div class="block">Sets the value of the idempotentMethods property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<a href="../../../../../org/apache/openejb/jee/wls/IdempotentMethods.html" title="class in org.apache.openejb.jee.wls"><code>IdempotentMethods</code></a></dd>
</dl>
</li>
</ul>
<a name="getRetryMethodsOnRollback--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getRetryMethodsOnRollback</h4>
<pre>public&nbsp;java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/wls/RetryMethodsOnRollback.html" title="class in org.apache.openejb.jee.wls">RetryMethodsOnRollback</a>&gt;&nbsp;getRetryMethodsOnRollback()</pre>
<div class="block">Gets the value of the retryMethodsOnRollback property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a <CODE>set</CODE> method for the retryMethodsOnRollback property.
For example, to add a new item, do as follows:
<pre>
getRetryMethodsOnRollback().add(newItem);
</pre>
Objects of the following type(s) are allowed in the list
<a href="../../../../../org/apache/openejb/jee/wls/RetryMethodsOnRollback.html" title="class in org.apache.openejb.jee.wls"><code>RetryMethodsOnRollback</code></a></div>
</li>
</ul>
<a name="getEnableBeanClassRedeploy--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getEnableBeanClassRedeploy</h4>
<pre>public&nbsp;java.lang.Boolean&nbsp;getEnableBeanClassRedeploy()</pre>
<div class="block">Gets the value of the enableBeanClassRedeploy property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<code>Boolean</code></dd>
</dl>
</li>
</ul>
<a name="setEnableBeanClassRedeploy-java.lang.Boolean-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setEnableBeanClassRedeploy</h4>
<pre>public&nbsp;void&nbsp;setEnableBeanClassRedeploy(java.lang.Boolean&nbsp;value)</pre>
<div class="block">Sets the value of the enableBeanClassRedeploy property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<code>Boolean</code></dd>
</dl>
</li>
</ul>
<a name="getDisableWarning--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDisableWarning</h4>
<pre>public&nbsp;java.util.List&lt;java.lang.String&gt;&nbsp;getDisableWarning()</pre>
<div class="block">Gets the value of the disableWarning property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a <CODE>set</CODE> method for the disableWarning property.
For example, to add a new item, do as follows:
<pre>
getDisableWarning().add(newItem);
</pre>
Objects of the following type(s) are allowed in the list
<code>String</code></div>
</li>
</ul>
<a name="getWorkManager--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getWorkManager</h4>
<pre>public&nbsp;java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/wls/WorkManager.html" title="class in org.apache.openejb.jee.wls">WorkManager</a>&gt;&nbsp;getWorkManager()</pre>
<div class="block">Gets the value of the workManager property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a <CODE>set</CODE> method for the workManager property.
For example, to add a new item, do as follows:
<pre>
getWorkManager().add(newItem);
</pre>
Objects of the following type(s) are allowed in the list
<a href="../../../../../org/apache/openejb/jee/wls/WorkManager.html" title="class in org.apache.openejb.jee.wls"><code>WorkManager</code></a></div>
</li>
</ul>
<a name="getWeblogicCompatibility--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getWeblogicCompatibility</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/openejb/jee/wls/WeblogicCompatibility.html" title="class in org.apache.openejb.jee.wls">WeblogicCompatibility</a>&nbsp;getWeblogicCompatibility()</pre>
<div class="block">Gets the value of the weblogicCompatibility property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<a href="../../../../../org/apache/openejb/jee/wls/WeblogicCompatibility.html" title="class in org.apache.openejb.jee.wls"><code>WeblogicCompatibility</code></a></dd>
</dl>
</li>
</ul>
<a name="setWeblogicCompatibility-org.apache.openejb.jee.wls.WeblogicCompatibility-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setWeblogicCompatibility</h4>
<pre>public&nbsp;void&nbsp;setWeblogicCompatibility(<a href="../../../../../org/apache/openejb/jee/wls/WeblogicCompatibility.html" title="class in org.apache.openejb.jee.wls">WeblogicCompatibility</a>&nbsp;value)</pre>
<div class="block">Sets the value of the weblogicCompatibility property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<a href="../../../../../org/apache/openejb/jee/wls/WeblogicCompatibility.html" title="class in org.apache.openejb.jee.wls"><code>WeblogicCompatibility</code></a></dd>
</dl>
</li>
</ul>
<a name="getId--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getId</h4>
<pre>public&nbsp;java.lang.String&nbsp;getId()</pre>
<div class="block">Gets the value of the id property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<code>String</code></dd>
</dl>
</li>
</ul>
<a name="setId-java.lang.String-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>setId</h4>
<pre>public&nbsp;void&nbsp;setId(java.lang.String&nbsp;value)</pre>
<div class="block">Sets the value of the id property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<code>String</code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/apache/openejb/jee/wls/WeblogicCompatibility.html" title="class in org.apache.openejb.jee.wls"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../org/apache/openejb/jee/wls/WeblogicEnterpriseBean.html" title="class in org.apache.openejb.jee.wls"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/openejb/jee/wls/WeblogicEjbJar.html" target="_top">Frames</a></li>
<li><a href="WeblogicEjbJar.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>