blob: 48b2306fcd56a85a1eef84b5c9f5f0261c873768 [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>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>DestinationPolicyType (Apache CXF JavaDoc 3.4.5 API)</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="DestinationPolicyType (Apache CXF JavaDoc 3.4.5 API)";
}
}
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};
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="class-use/DestinationPolicyType.html">Use</a></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 class="aboutLanguage">Apache CXF API</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../org/apache/cxf/ws/rm/manager/DeliveryAssuranceType.InOrder.html" title="class in org.apache.cxf.ws.rm.manager"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../../org/apache/cxf/ws/rm/manager/ObjectFactory.html" title="class in org.apache.cxf.ws.rm.manager"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/cxf/ws/rm/manager/DestinationPolicyType.html" target="_top">Frames</a></li>
<li><a href="DestinationPolicyType.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.cxf.ws.rm.manager</div>
<h2 title="Class DestinationPolicyType" class="title">Class DestinationPolicyType</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li>org.apache.cxf.ws.rm.manager.DestinationPolicyType</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="typeNameLabel">DestinationPolicyType</span>
extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
<div class="block">RM destination configuration properties.
Used for configuring an RM destination.
<p>Java class for DestinationPolicyType complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre>
&lt;complexType name="DestinationPolicyType"&gt;
&lt;complexContent&gt;
&lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
&lt;sequence&gt;
&lt;element name="acksPolicy" type="{http://cxf.apache.org/ws/rm/manager}AcksPolicyType" minOccurs="0"/&gt;
&lt;element name="retryPolicy" type="{http://cxf.apache.org/ws/rm/manager}RetryPolicyType" minOccurs="0"/&gt;
&lt;/sequence&gt;
&lt;attribute name="sequenceExpiration" type="{http://www.w3.org/2001/XMLSchema}duration" default="PT0S" /&gt;
&lt;attribute name="acceptOffers" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /&gt;
&lt;attribute name="maxSequences" type="{http://www.w3.org/2001/XMLSchema}int" default="0" /&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="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/cxf/ws/rm/manager/DestinationPolicyType.html#acceptOffers">acceptOffers</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../../org/apache/cxf/ws/rm/manager/AcksPolicyType.html" title="class in org.apache.cxf.ws.rm.manager">AcksPolicyType</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/cxf/ws/rm/manager/DestinationPolicyType.html#acksPolicy">acksPolicy</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/cxf/ws/rm/manager/DestinationPolicyType.html#maxSequences">maxSequences</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../../org/apache/cxf/ws/rm/manager/RetryPolicyType.html" title="class in org.apache.cxf.ws.rm.manager">RetryPolicyType</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/cxf/ws/rm/manager/DestinationPolicyType.html#retryPolicy">retryPolicy</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/javax/xml/datatype/Duration.html?is-external=true" title="class or interface in javax.xml.datatype">Duration</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/cxf/ws/rm/manager/DestinationPolicyType.html#sequenceExpiration">sequenceExpiration</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/cxf/ws/rm/manager/DestinationPolicyType.html#DestinationPolicyType--">DestinationPolicyType</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/cxf/ws/rm/manager/AcksPolicyType.html" title="class in org.apache.cxf.ws.rm.manager">AcksPolicyType</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/cxf/ws/rm/manager/DestinationPolicyType.html#getAcksPolicy--">getAcksPolicy</a></span>()</code>
<div class="block">Gets the value of the acksPolicy property.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/cxf/ws/rm/manager/DestinationPolicyType.html#getMaxSequences--">getMaxSequences</a></span>()</code>
<div class="block">Gets the value of the maxSequences property.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/cxf/ws/rm/manager/RetryPolicyType.html" title="class in org.apache.cxf.ws.rm.manager">RetryPolicyType</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/cxf/ws/rm/manager/DestinationPolicyType.html#getRetryPolicy--">getRetryPolicy</a></span>()</code>
<div class="block">Gets the value of the retryPolicy property.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/javax/xml/datatype/Duration.html?is-external=true" title="class or interface in javax.xml.datatype">Duration</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/cxf/ws/rm/manager/DestinationPolicyType.html#getSequenceExpiration--">getSequenceExpiration</a></span>()</code>
<div class="block">Gets the value of the sequenceExpiration property.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/cxf/ws/rm/manager/DestinationPolicyType.html#isAcceptOffers--">isAcceptOffers</a></span>()</code>
<div class="block">Gets the value of the acceptOffers property.</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/cxf/ws/rm/manager/DestinationPolicyType.html#isSetAcceptOffers--">isSetAcceptOffers</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/cxf/ws/rm/manager/DestinationPolicyType.html#isSetAcksPolicy--">isSetAcksPolicy</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/cxf/ws/rm/manager/DestinationPolicyType.html#isSetMaxSequences--">isSetMaxSequences</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/cxf/ws/rm/manager/DestinationPolicyType.html#isSetRetryPolicy--">isSetRetryPolicy</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/cxf/ws/rm/manager/DestinationPolicyType.html#isSetSequenceExpiration--">isSetSequenceExpiration</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/cxf/ws/rm/manager/DestinationPolicyType.html#setAcceptOffers-boolean-">setAcceptOffers</a></span>(boolean&nbsp;value)</code>
<div class="block">Sets the value of the acceptOffers property.</div>
</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/cxf/ws/rm/manager/DestinationPolicyType.html#setAcksPolicy-org.apache.cxf.ws.rm.manager.AcksPolicyType-">setAcksPolicy</a></span>(<a href="../../../../../../org/apache/cxf/ws/rm/manager/AcksPolicyType.html" title="class in org.apache.cxf.ws.rm.manager">AcksPolicyType</a>&nbsp;value)</code>
<div class="block">Sets the value of the acksPolicy property.</div>
</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/cxf/ws/rm/manager/DestinationPolicyType.html#setMaxSequences-int-">setMaxSequences</a></span>(int&nbsp;value)</code>
<div class="block">Sets the value of the maxSequences property.</div>
</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/cxf/ws/rm/manager/DestinationPolicyType.html#setRetryPolicy-org.apache.cxf.ws.rm.manager.RetryPolicyType-">setRetryPolicy</a></span>(<a href="../../../../../../org/apache/cxf/ws/rm/manager/RetryPolicyType.html" title="class in org.apache.cxf.ws.rm.manager">RetryPolicyType</a>&nbsp;value)</code>
<div class="block">Sets the value of the retryPolicy 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/cxf/ws/rm/manager/DestinationPolicyType.html#setSequenceExpiration-javax.xml.datatype.Duration-">setSequenceExpiration</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/javax/xml/datatype/Duration.html?is-external=true" title="class or interface in javax.xml.datatype">Duration</a>&nbsp;value)</code>
<div class="block">Sets the value of the sequenceExpiration 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/cxf/ws/rm/manager/DestinationPolicyType.html#unsetAcceptOffers--">unsetAcceptOffers</a></span>()</code>&nbsp;</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/cxf/ws/rm/manager/DestinationPolicyType.html#unsetMaxSequences--">unsetMaxSequences</a></span>()</code>&nbsp;</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.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></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="acksPolicy">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>acksPolicy</h4>
<pre>protected&nbsp;<a href="../../../../../../org/apache/cxf/ws/rm/manager/AcksPolicyType.html" title="class in org.apache.cxf.ws.rm.manager">AcksPolicyType</a> acksPolicy</pre>
</li>
</ul>
<a name="retryPolicy">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>retryPolicy</h4>
<pre>protected&nbsp;<a href="../../../../../../org/apache/cxf/ws/rm/manager/RetryPolicyType.html" title="class in org.apache.cxf.ws.rm.manager">RetryPolicyType</a> retryPolicy</pre>
</li>
</ul>
<a name="sequenceExpiration">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>sequenceExpiration</h4>
<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/javax/xml/datatype/Duration.html?is-external=true" title="class or interface in javax.xml.datatype">Duration</a> sequenceExpiration</pre>
</li>
</ul>
<a name="acceptOffers">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>acceptOffers</h4>
<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> acceptOffers</pre>
</li>
</ul>
<a name="maxSequences">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>maxSequences</h4>
<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a> maxSequences</pre>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="DestinationPolicyType--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>DestinationPolicyType</h4>
<pre>public&nbsp;DestinationPolicyType()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getAcksPolicy--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAcksPolicy</h4>
<pre>public&nbsp;<a href="../../../../../../org/apache/cxf/ws/rm/manager/AcksPolicyType.html" title="class in org.apache.cxf.ws.rm.manager">AcksPolicyType</a>&nbsp;getAcksPolicy()</pre>
<div class="block">Gets the value of the acksPolicy property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<a href="../../../../../../org/apache/cxf/ws/rm/manager/AcksPolicyType.html" title="class in org.apache.cxf.ws.rm.manager"><code>AcksPolicyType</code></a></dd>
</dl>
</li>
</ul>
<a name="setAcksPolicy-org.apache.cxf.ws.rm.manager.AcksPolicyType-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setAcksPolicy</h4>
<pre>public&nbsp;void&nbsp;setAcksPolicy(<a href="../../../../../../org/apache/cxf/ws/rm/manager/AcksPolicyType.html" title="class in org.apache.cxf.ws.rm.manager">AcksPolicyType</a>&nbsp;value)</pre>
<div class="block">Sets the value of the acksPolicy property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<a href="../../../../../../org/apache/cxf/ws/rm/manager/AcksPolicyType.html" title="class in org.apache.cxf.ws.rm.manager"><code>AcksPolicyType</code></a></dd>
</dl>
</li>
</ul>
<a name="isSetAcksPolicy--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isSetAcksPolicy</h4>
<pre>public&nbsp;boolean&nbsp;isSetAcksPolicy()</pre>
</li>
</ul>
<a name="getRetryPolicy--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getRetryPolicy</h4>
<pre>public&nbsp;<a href="../../../../../../org/apache/cxf/ws/rm/manager/RetryPolicyType.html" title="class in org.apache.cxf.ws.rm.manager">RetryPolicyType</a>&nbsp;getRetryPolicy()</pre>
<div class="block">Gets the value of the retryPolicy property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<a href="../../../../../../org/apache/cxf/ws/rm/manager/RetryPolicyType.html" title="class in org.apache.cxf.ws.rm.manager"><code>RetryPolicyType</code></a></dd>
</dl>
</li>
</ul>
<a name="setRetryPolicy-org.apache.cxf.ws.rm.manager.RetryPolicyType-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setRetryPolicy</h4>
<pre>public&nbsp;void&nbsp;setRetryPolicy(<a href="../../../../../../org/apache/cxf/ws/rm/manager/RetryPolicyType.html" title="class in org.apache.cxf.ws.rm.manager">RetryPolicyType</a>&nbsp;value)</pre>
<div class="block">Sets the value of the retryPolicy property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<a href="../../../../../../org/apache/cxf/ws/rm/manager/RetryPolicyType.html" title="class in org.apache.cxf.ws.rm.manager"><code>RetryPolicyType</code></a></dd>
</dl>
</li>
</ul>
<a name="isSetRetryPolicy--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isSetRetryPolicy</h4>
<pre>public&nbsp;boolean&nbsp;isSetRetryPolicy()</pre>
</li>
</ul>
<a name="setSequenceExpiration-javax.xml.datatype.Duration-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setSequenceExpiration</h4>
<pre>public&nbsp;void&nbsp;setSequenceExpiration(<a href="https://docs.oracle.com/javase/8/docs/api/javax/xml/datatype/Duration.html?is-external=true" title="class or interface in javax.xml.datatype">Duration</a>&nbsp;value)</pre>
<div class="block">Sets the value of the sequenceExpiration property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<a href="https://docs.oracle.com/javase/8/docs/api/javax/xml/datatype/Duration.html?is-external=true" title="class or interface in javax.xml.datatype"><code>Duration</code></a></dd>
</dl>
</li>
</ul>
<a name="isSetSequenceExpiration--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isSetSequenceExpiration</h4>
<pre>public&nbsp;boolean&nbsp;isSetSequenceExpiration()</pre>
</li>
</ul>
<a name="getSequenceExpiration--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getSequenceExpiration</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/javax/xml/datatype/Duration.html?is-external=true" title="class or interface in javax.xml.datatype">Duration</a>&nbsp;getSequenceExpiration()</pre>
<div class="block">Gets the value of the sequenceExpiration property.</div>
</li>
</ul>
<a name="setAcceptOffers-boolean-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setAcceptOffers</h4>
<pre>public&nbsp;void&nbsp;setAcceptOffers(boolean&nbsp;value)</pre>
<div class="block">Sets the value of the acceptOffers property.</div>
</li>
</ul>
<a name="unsetAcceptOffers--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>unsetAcceptOffers</h4>
<pre>public&nbsp;void&nbsp;unsetAcceptOffers()</pre>
</li>
</ul>
<a name="isSetAcceptOffers--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isSetAcceptOffers</h4>
<pre>public&nbsp;boolean&nbsp;isSetAcceptOffers()</pre>
</li>
</ul>
<a name="isAcceptOffers--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isAcceptOffers</h4>
<pre>public&nbsp;boolean&nbsp;isAcceptOffers()</pre>
<div class="block">Gets the value of the acceptOffers property.</div>
</li>
</ul>
<a name="setMaxSequences-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setMaxSequences</h4>
<pre>public&nbsp;void&nbsp;setMaxSequences(int&nbsp;value)</pre>
<div class="block">Sets the value of the maxSequences property.</div>
</li>
</ul>
<a name="unsetMaxSequences--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>unsetMaxSequences</h4>
<pre>public&nbsp;void&nbsp;unsetMaxSequences()</pre>
</li>
</ul>
<a name="isSetMaxSequences--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isSetMaxSequences</h4>
<pre>public&nbsp;boolean&nbsp;isSetMaxSequences()</pre>
</li>
</ul>
<a name="getMaxSequences--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getMaxSequences</h4>
<pre>public&nbsp;int&nbsp;getMaxSequences()</pre>
<div class="block">Gets the value of the maxSequences property.</div>
</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="class-use/DestinationPolicyType.html">Use</a></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 class="aboutLanguage">Apache CXF API</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../org/apache/cxf/ws/rm/manager/DeliveryAssuranceType.InOrder.html" title="class in org.apache.cxf.ws.rm.manager"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../../org/apache/cxf/ws/rm/manager/ObjectFactory.html" title="class in org.apache.cxf.ws.rm.manager"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/cxf/ws/rm/manager/DestinationPolicyType.html" target="_top">Frames</a></li>
<li><a href="DestinationPolicyType.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 ======= -->
<p class="legalCopy"><small>Apache CXF</small></p>
</body>
</html>