blob: 6793a9a38241d250115a253a350cd709716250bc [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 (1.8.0_101) on Mon Sep 19 17:00:14 EDT 2022 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>FindBinding (UDDIv2 and v3 WS Stubs and Schema Bindings Generated from WSDL 3.3.11-SNAPSHOT API)</title>
<meta name="date" content="2022-09-19">
<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="FindBinding (UDDIv2 and v3 WS Stubs and Schema Bindings Generated from WSDL 3.3.11-SNAPSHOT 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};
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/FindBinding.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>
<div class="subNav">
<ul class="navList">
<li><a href="../../../org/uddi/api_v3/ErrInfo.html" title="class in org.uddi.api_v3"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../org/uddi/api_v3/FindBusiness.html" title="class in org.uddi.api_v3"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/uddi/api_v3/FindBinding.html" target="_top">Frames</a></li>
<li><a href="FindBinding.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.uddi.api_v3</div>
<h2 title="Class FindBinding" class="title">Class FindBinding</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="https://docs.oracle.com/javase/6/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.uddi.api_v3.FindBinding</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="https://docs.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></dd>
</dl>
<hr>
<br>
<pre>public class <span class="typeNameLabel">FindBinding</span>
extends <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>
implements <a href="https://docs.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></pre>
<div class="block">The find_binding API is used to find UDDI bindingTemplate elements. The
find_binding API call returns a bindingDetail that contains zero or more
bindingTemplate structures matching the criteria specified in the argument
list.
* <br><br>
authInfo: This optional argument is an element that contains an
authentication token. Registries that wish to restrict who can perform an
inquiry typically require authInfo for this call.
<br><br>
· categoryBag: This optional argument is a list of category references in the
form of keyedReference elements and keyedReferenceGroup structures. When
used, the returned bindingDetail for this API will contain elements matching
all of the categories passed (logical AND by default). Specifying the
appropriate findQualifiers can override this behavior. Matching rules for
each can be found in Section 5.1.7 Matching Rules for keyedReferences and
keyedReferenceGroups.
<br><br>
· findQualifiers: This optional collection of findQualifier elements can be
used to alter the default behavior of search functionality. See Section 5.1.4
Find Qualifiers, for more information.
<br><br>
· find_tModel: This argument provides an alternative or additional way of
specifying tModelKeys that are to be used to find the bindingTemplate
elements. When specified, the find_tModel argument is treated as an embedded
inquiry that is performed prior to searching for bindingTemplate elements.
The tModelKeys found are those whose tModels match the criteria contained
within the find_tModel element. The tModelKeys found are added to the
(possibly empty) collection specified by the tModelBag prior to finding
qualified bindingTemplates. Note that the authInfo argument to this embedded
find_tModel argument is always ignored. Large result set behavior involving
the return of a listDescription does not apply within an embedded argument.
If the intermediate result set produced is too large, then the overall query
will return E_resultSetTooLarge with an indication that the embedded query
returned too many results. If an E_unsupported error occurs as part of
processing this embedded argument, it is propagated up to the containing
(calling) API.
<br><br>
· listHead: This optional integer value is used to indicate which item SHOULD
be returned as the head of the list. The client may request a subset of the
matching data by indicating which item in the resultant set constitutes the
beginning of the returned data. The use of the listDescription element is
mutually exclusive to the use of the truncated attribute that simply
indicates a truncated result list in the Inquiry APIs. See Section 5.1.5 Use
of listDescription, for a detailed description of the listHead argument.
<br><br>
· maxRows: This optional integer value allows the requesting program to limit
the number of results returned. This argument can be used in conjunction with
the listHead argument.
<br><br>
· serviceKey: This optional uddi_key is used to specify a particular instance
of a businessService element in the registered data. Only bindings in the
specific businessService data identified by the serviceKey passed are
searched. When it is either omitted or specified as empty (i.e.,
serviceKey=""), this indicates that all businessServices are to be searched
for bindings that meet the other criteria supplied without regard to the
service that provides them, and "projected" services are suppressed.
<br><br>
· tModelBag: This collection of tModelKey elements represent in part or in
whole the technical fingerprint of the bindingTemplate structures for which
the search is being performed. At least one of either a tModelBag or a
find_tModel argument SHOULD be supplied, unless a categoryBag based search is
being used.
<br><br>
If a find_tModel argument is specified (see above), it is treated as an
embedded inquiry. The tModelKeys returned as a result of this embedded
find_tModel argument are used as if they had been supplied in a tModelBag
argument. Changing the order of the keys in the collection or specifying the
same tModelKey more than once does not change the behavior of the find.
<br><br>
By default, only bindingTemplates that have a technical fingerprint
containing all of the supplied tModelKeys match (logical AND). Specifying
appropriate findQualifiers can override this behavior so that
bindingTemplates with a technical fingerprint containing any of the specified
tModelKeys are returned (logical OR).
<br><br>
<p>Java class for find_binding complex type.
<p>The following schema fragment specifies the expected content contained
within this class.
<pre>
&lt;complexType name="find_binding">
&lt;complexContent>
&lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
&lt;sequence>
&lt;element ref="{urn:uddi-org:api_v3}authInfo" minOccurs="0"/>
&lt;element ref="{urn:uddi-org:api_v3}findQualifiers" minOccurs="0"/>
&lt;element ref="{urn:uddi-org:api_v3}tModelBag" minOccurs="0"/>
&lt;element ref="{urn:uddi-org:api_v3}find_tModel" minOccurs="0"/>
&lt;element ref="{urn:uddi-org:api_v3}categoryBag" minOccurs="0"/>
&lt;/sequence>
&lt;attribute name="maxRows" type="{http://www.w3.org/2001/XMLSchema}int" />
&lt;attribute name="serviceKey" type="{urn:uddi-org:api_v3}serviceKey" />
&lt;attribute name="listHead" type="{http://www.w3.org/2001/XMLSchema}int" />
&lt;/restriction>
&lt;/complexContent>
&lt;/complexType>
</pre></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../serialized-form.html#org.uddi.api_v3.FindBinding">Serialized Form</a></dd>
</dl>
</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/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/uddi/api_v3/FindBinding.html#authInfo">authInfo</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../org/uddi/api_v3/CategoryBag.html" title="class in org.uddi.api_v3">CategoryBag</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/uddi/api_v3/FindBinding.html#categoryBag">categoryBag</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../org/uddi/api_v3/FindQualifiers.html" title="class in org.uddi.api_v3">FindQualifiers</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/uddi/api_v3/FindBinding.html#findQualifiers">findQualifiers</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../org/uddi/api_v3/FindTModel.html" title="class in org.uddi.api_v3">FindTModel</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/uddi/api_v3/FindBinding.html#findTModel">findTModel</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/6/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/uddi/api_v3/FindBinding.html#listHead">listHead</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/6/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/uddi/api_v3/FindBinding.html#maxRows">maxRows</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/uddi/api_v3/FindBinding.html#serviceKey">serviceKey</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../org/uddi/api_v3/TModelBag.html" title="class in org.uddi.api_v3">TModelBag</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/uddi/api_v3/FindBinding.html#tModelBag">tModelBag</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/uddi/api_v3/FindBinding.html#FindBinding--">FindBinding</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="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/uddi/api_v3/FindBinding.html#getAuthInfo--">getAuthInfo</a></span>()</code>
<div class="block">Gets the value of the authInfo property.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code><a href="../../../org/uddi/api_v3/CategoryBag.html" title="class in org.uddi.api_v3">CategoryBag</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/uddi/api_v3/FindBinding.html#getCategoryBag--">getCategoryBag</a></span>()</code>
<div class="block">Gets the value of the categoryBag property.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code><a href="../../../org/uddi/api_v3/FindQualifiers.html" title="class in org.uddi.api_v3">FindQualifiers</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/uddi/api_v3/FindBinding.html#getFindQualifiers--">getFindQualifiers</a></span>()</code>
<div class="block">Gets the value of the findQualifiers property.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code><a href="../../../org/uddi/api_v3/FindTModel.html" title="class in org.uddi.api_v3">FindTModel</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/uddi/api_v3/FindBinding.html#getFindTModel--">getFindTModel</a></span>()</code>
<div class="block">Gets the value of the findTModel property.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/6/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/uddi/api_v3/FindBinding.html#getListHead--">getListHead</a></span>()</code>
<div class="block">Gets the value of the listHead property.</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/6/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/uddi/api_v3/FindBinding.html#getMaxRows--">getMaxRows</a></span>()</code>
<div class="block">Gets the value of the maxRows property.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/uddi/api_v3/FindBinding.html#getServiceKey--">getServiceKey</a></span>()</code>
<div class="block">Gets the value of the serviceKey property.</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code><a href="../../../org/uddi/api_v3/TModelBag.html" title="class in org.uddi.api_v3">TModelBag</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/uddi/api_v3/FindBinding.html#getTModelBag--">getTModelBag</a></span>()</code>
<div class="block">Gets the value of the tModelBag property.</div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/uddi/api_v3/FindBinding.html#setAuthInfo-java.lang.String-">setAuthInfo</a></span>(<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</code>
<div class="block">Sets the value of the authInfo property.</div>
</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/uddi/api_v3/FindBinding.html#setCategoryBag-org.uddi.api_v3.CategoryBag-">setCategoryBag</a></span>(<a href="../../../org/uddi/api_v3/CategoryBag.html" title="class in org.uddi.api_v3">CategoryBag</a>&nbsp;value)</code>
<div class="block">Sets the value of the categoryBag property.</div>
</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/uddi/api_v3/FindBinding.html#setFindQualifiers-org.uddi.api_v3.FindQualifiers-">setFindQualifiers</a></span>(<a href="../../../org/uddi/api_v3/FindQualifiers.html" title="class in org.uddi.api_v3">FindQualifiers</a>&nbsp;value)</code>
<div class="block">Sets the value of the findQualifiers 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/uddi/api_v3/FindBinding.html#setFindTModel-org.uddi.api_v3.FindTModel-">setFindTModel</a></span>(<a href="../../../org/uddi/api_v3/FindTModel.html" title="class in org.uddi.api_v3">FindTModel</a>&nbsp;value)</code>
<div class="block">Sets the value of the findTModel 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/uddi/api_v3/FindBinding.html#setListHead-java.lang.Integer-">setListHead</a></span>(<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;value)</code>
<div class="block">Sets the value of the listHead 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/uddi/api_v3/FindBinding.html#setMaxRows-java.lang.Integer-">setMaxRows</a></span>(<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;value)</code>
<div class="block">Sets the value of the maxRows 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/uddi/api_v3/FindBinding.html#setServiceKey-java.lang.String-">setServiceKey</a></span>(<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</code>
<div class="block">Sets the value of the serviceKey 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/uddi/api_v3/FindBinding.html#setTModelBag-org.uddi.api_v3.TModelBag-">setTModelBag</a></span>(<a href="../../../org/uddi/api_v3/TModelBag.html" title="class in org.uddi.api_v3">TModelBag</a>&nbsp;value)</code>
<div class="block">Sets the value of the tModelBag 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.<a href="https://docs.oracle.com/javase/6/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/6/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/6/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/6/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/6/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/6/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/6/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/6/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/6/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/6/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/6/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/6/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="authInfo">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>authInfo</h4>
<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> authInfo</pre>
</li>
</ul>
<a name="findQualifiers">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>findQualifiers</h4>
<pre>protected&nbsp;<a href="../../../org/uddi/api_v3/FindQualifiers.html" title="class in org.uddi.api_v3">FindQualifiers</a> findQualifiers</pre>
</li>
</ul>
<a name="tModelBag">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>tModelBag</h4>
<pre>protected&nbsp;<a href="../../../org/uddi/api_v3/TModelBag.html" title="class in org.uddi.api_v3">TModelBag</a> tModelBag</pre>
</li>
</ul>
<a name="findTModel">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>findTModel</h4>
<pre>protected&nbsp;<a href="../../../org/uddi/api_v3/FindTModel.html" title="class in org.uddi.api_v3">FindTModel</a> findTModel</pre>
</li>
</ul>
<a name="categoryBag">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>categoryBag</h4>
<pre>protected&nbsp;<a href="../../../org/uddi/api_v3/CategoryBag.html" title="class in org.uddi.api_v3">CategoryBag</a> categoryBag</pre>
</li>
</ul>
<a name="maxRows">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>maxRows</h4>
<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a> maxRows</pre>
</li>
</ul>
<a name="serviceKey">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>serviceKey</h4>
<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> serviceKey</pre>
</li>
</ul>
<a name="listHead">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>listHead</h4>
<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a> listHead</pre>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="FindBinding--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>FindBinding</h4>
<pre>public&nbsp;FindBinding()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getAuthInfo--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAuthInfo</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getAuthInfo()</pre>
<div class="block">Gets the value of the authInfo property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a></dd>
</dl>
</li>
</ul>
<a name="setAuthInfo-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setAuthInfo</h4>
<pre>public&nbsp;void&nbsp;setAuthInfo(<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</pre>
<div class="block">Sets the value of the authInfo property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a></dd>
</dl>
</li>
</ul>
<a name="getFindQualifiers--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFindQualifiers</h4>
<pre>public&nbsp;<a href="../../../org/uddi/api_v3/FindQualifiers.html" title="class in org.uddi.api_v3">FindQualifiers</a>&nbsp;getFindQualifiers()</pre>
<div class="block">Gets the value of the findQualifiers property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<a href="../../../org/uddi/api_v3/FindQualifiers.html" title="class in org.uddi.api_v3"><code>FindQualifiers</code></a></dd>
</dl>
</li>
</ul>
<a name="setFindQualifiers-org.uddi.api_v3.FindQualifiers-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setFindQualifiers</h4>
<pre>public&nbsp;void&nbsp;setFindQualifiers(<a href="../../../org/uddi/api_v3/FindQualifiers.html" title="class in org.uddi.api_v3">FindQualifiers</a>&nbsp;value)</pre>
<div class="block">Sets the value of the findQualifiers property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<a href="../../../org/uddi/api_v3/FindQualifiers.html" title="class in org.uddi.api_v3"><code>FindQualifiers</code></a></dd>
</dl>
</li>
</ul>
<a name="getTModelBag--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTModelBag</h4>
<pre>public&nbsp;<a href="../../../org/uddi/api_v3/TModelBag.html" title="class in org.uddi.api_v3">TModelBag</a>&nbsp;getTModelBag()</pre>
<div class="block">Gets the value of the tModelBag property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<a href="../../../org/uddi/api_v3/TModelBag.html" title="class in org.uddi.api_v3"><code>TModelBag</code></a></dd>
</dl>
</li>
</ul>
<a name="setTModelBag-org.uddi.api_v3.TModelBag-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setTModelBag</h4>
<pre>public&nbsp;void&nbsp;setTModelBag(<a href="../../../org/uddi/api_v3/TModelBag.html" title="class in org.uddi.api_v3">TModelBag</a>&nbsp;value)</pre>
<div class="block">Sets the value of the tModelBag property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<a href="../../../org/uddi/api_v3/TModelBag.html" title="class in org.uddi.api_v3"><code>TModelBag</code></a></dd>
</dl>
</li>
</ul>
<a name="getFindTModel--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFindTModel</h4>
<pre>public&nbsp;<a href="../../../org/uddi/api_v3/FindTModel.html" title="class in org.uddi.api_v3">FindTModel</a>&nbsp;getFindTModel()</pre>
<div class="block">Gets the value of the findTModel property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<a href="../../../org/uddi/api_v3/FindTModel.html" title="class in org.uddi.api_v3"><code>FindTModel</code></a></dd>
</dl>
</li>
</ul>
<a name="setFindTModel-org.uddi.api_v3.FindTModel-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setFindTModel</h4>
<pre>public&nbsp;void&nbsp;setFindTModel(<a href="../../../org/uddi/api_v3/FindTModel.html" title="class in org.uddi.api_v3">FindTModel</a>&nbsp;value)</pre>
<div class="block">Sets the value of the findTModel property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<a href="../../../org/uddi/api_v3/FindTModel.html" title="class in org.uddi.api_v3"><code>FindTModel</code></a></dd>
</dl>
</li>
</ul>
<a name="getCategoryBag--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCategoryBag</h4>
<pre>public&nbsp;<a href="../../../org/uddi/api_v3/CategoryBag.html" title="class in org.uddi.api_v3">CategoryBag</a>&nbsp;getCategoryBag()</pre>
<div class="block">Gets the value of the categoryBag property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<a href="../../../org/uddi/api_v3/CategoryBag.html" title="class in org.uddi.api_v3"><code>CategoryBag</code></a></dd>
</dl>
</li>
</ul>
<a name="setCategoryBag-org.uddi.api_v3.CategoryBag-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setCategoryBag</h4>
<pre>public&nbsp;void&nbsp;setCategoryBag(<a href="../../../org/uddi/api_v3/CategoryBag.html" title="class in org.uddi.api_v3">CategoryBag</a>&nbsp;value)</pre>
<div class="block">Sets the value of the categoryBag property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<a href="../../../org/uddi/api_v3/CategoryBag.html" title="class in org.uddi.api_v3"><code>CategoryBag</code></a></dd>
</dl>
</li>
</ul>
<a name="getMaxRows--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMaxRows</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;getMaxRows()</pre>
<div class="block">Gets the value of the maxRows property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang"><code>Integer</code></a></dd>
</dl>
</li>
</ul>
<a name="setMaxRows-java.lang.Integer-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setMaxRows</h4>
<pre>public&nbsp;void&nbsp;setMaxRows(<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;value)</pre>
<div class="block">Sets the value of the maxRows property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang"><code>Integer</code></a></dd>
</dl>
</li>
</ul>
<a name="getServiceKey--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getServiceKey</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getServiceKey()</pre>
<div class="block">Gets the value of the serviceKey property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a></dd>
</dl>
</li>
</ul>
<a name="setServiceKey-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setServiceKey</h4>
<pre>public&nbsp;void&nbsp;setServiceKey(<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</pre>
<div class="block">Sets the value of the serviceKey property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a></dd>
</dl>
</li>
</ul>
<a name="getListHead--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getListHead</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;getListHead()</pre>
<div class="block">Gets the value of the listHead property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang"><code>Integer</code></a></dd>
</dl>
</li>
</ul>
<a name="setListHead-java.lang.Integer-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>setListHead</h4>
<pre>public&nbsp;void&nbsp;setListHead(<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;value)</pre>
<div class="block">Sets the value of the listHead property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang"><code>Integer</code></a></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="class-use/FindBinding.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>
<div class="subNav">
<ul class="navList">
<li><a href="../../../org/uddi/api_v3/ErrInfo.html" title="class in org.uddi.api_v3"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../org/uddi/api_v3/FindBusiness.html" title="class in org.uddi.api_v3"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/uddi/api_v3/FindBinding.html" target="_top">Frames</a></li>
<li><a href="FindBinding.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>Copyright &#169; 2004&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>