blob: d6d8802dc0300b5c5c6483ebc20e1df00c4c40cd [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>FindTModel (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="FindTModel (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};
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/FindTModel.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/FindService.html" title="class in org.uddi.api_v3"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../org/uddi/api_v3/GetAssertionStatusReport.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/FindTModel.html" target="_top">Frames</a></li>
<li><a href="FindTModel.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 FindTModel" class="title">Class FindTModel</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.FindTModel</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">FindTModel</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_tModel API is used to find UDDI tModel elements. The find_tModel API
call returns a list of tModel entries that match a set of specific criteria.
The response consists of summary information about registered tModel data
returned in a tModelList structure.
<Br><Br>
· authInfo: This optional argument is an element that contains an
authentication token. Registries that wish to restrict who can perform an
inquiry in them typically require authInfo for this call.
<Br><Br>
· categoryBag: This is a list of category references. The returned tModelList
contains tModelInfo elements whose associated tModels match all of the
categories passed (logical AND by default). Specifying the appropriate
findQualifiers can override this behavior. Matching rules for the use of
keyedReferences and keyedReferenceGroups are described in Section 5.1.7
Matching Rules for keyedReferences and keyedReferenceGroups.
<Br><Br>
· findQualifiers: This collection of findQualifier elements is used to alter
the default behavior of search functionality. See Section 5.1.4 Find
Qualifiers for more information.
<Br><Br>
· identifierBag This is a list of identifier references in the form of
keyedReference elements. The returned tModelList contains tModelInfo elements
whose associated tModels match any of the identifiers passed (logical OR by
default). Specifying the appropriate findQualifiers can override this
behavior. Matching rules are described in Section 5.1.7 Matching Rules for
keyedReferences and keyedReferenceGroups.
<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>
· name: This string value represents the name of the tModel elements to be
found. Since tModel data only has a single name, only a single name may be
passed. The argument must match exactly since "exactMatch" is the default
behavior, but if the "approximateMatch" findQualifier is used together with
the appropriate wildcard character, then matching is done according to
wildcard rules. See Section 5.1.6 About Wildcards for additional information.
The name MAY be marked with an xml:lang adornment. If a language markup is
specified, the search results report a match only on those entries that match
both the name value and language criteria. The match on language is a
leftmost case-insensitive comparison of the characters supplied. This allows
one to find all tModels whose name begins with an "A" and are expressed in
any dialect of French, for example. Values which can be passed in the
language criteria adornment MUST obey the rules governing the xml:lang data
type as defined in Section 3.3.2.3 name.<Br><Br>
<p>Java class for find_tModel complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre>
&lt;complexType name="find_tModel">
&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}name" minOccurs="0"/>
&lt;element ref="{urn:uddi-org:api_v3}identifierBag" 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="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.FindTModel">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/FindTModel.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/FindTModel.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/FindTModel.html#findQualifiers">findQualifiers</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../org/uddi/api_v3/IdentifierBag.html" title="class in org.uddi.api_v3">IdentifierBag</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/uddi/api_v3/FindTModel.html#identifierBag">identifierBag</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/FindTModel.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/FindTModel.html#maxRows">maxRows</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../org/uddi/api_v3/Name.html" title="class in org.uddi.api_v3">Name</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/uddi/api_v3/FindTModel.html#name">name</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/FindTModel.html#FindTModel--">FindTModel</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/FindTModel.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/FindTModel.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/FindTModel.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/IdentifierBag.html" title="class in org.uddi.api_v3">IdentifierBag</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/uddi/api_v3/FindTModel.html#getIdentifierBag--">getIdentifierBag</a></span>()</code>
<div class="block">Gets the value of the identifierBag 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/FindTModel.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/FindTModel.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="../../../org/uddi/api_v3/Name.html" title="class in org.uddi.api_v3">Name</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/uddi/api_v3/FindTModel.html#getName--">getName</a></span>()</code>
<div class="block">Gets the value of the name property.</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/uddi/api_v3/FindTModel.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="i8" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/uddi/api_v3/FindTModel.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="i9" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/uddi/api_v3/FindTModel.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="i10" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/uddi/api_v3/FindTModel.html#setIdentifierBag-org.uddi.api_v3.IdentifierBag-">setIdentifierBag</a></span>(<a href="../../../org/uddi/api_v3/IdentifierBag.html" title="class in org.uddi.api_v3">IdentifierBag</a>&nbsp;value)</code>
<div class="block">Sets the value of the identifierBag 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/FindTModel.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="i12" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/uddi/api_v3/FindTModel.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="i13" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/uddi/api_v3/FindTModel.html#setName-org.uddi.api_v3.Name-">setName</a></span>(<a href="../../../org/uddi/api_v3/Name.html" title="class in org.uddi.api_v3">Name</a>&nbsp;value)</code>
<div class="block">Sets the value of the name 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="name">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>name</h4>
<pre>protected&nbsp;<a href="../../../org/uddi/api_v3/Name.html" title="class in org.uddi.api_v3">Name</a> name</pre>
</li>
</ul>
<a name="identifierBag">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>identifierBag</h4>
<pre>protected&nbsp;<a href="../../../org/uddi/api_v3/IdentifierBag.html" title="class in org.uddi.api_v3">IdentifierBag</a> identifierBag</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="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="FindTModel--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>FindTModel</h4>
<pre>public&nbsp;FindTModel()</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="getName--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getName</h4>
<pre>public&nbsp;<a href="../../../org/uddi/api_v3/Name.html" title="class in org.uddi.api_v3">Name</a>&nbsp;getName()</pre>
<div class="block">Gets the value of the name property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<a href="../../../org/uddi/api_v3/Name.html" title="class in org.uddi.api_v3"><code>Name</code></a></dd>
</dl>
</li>
</ul>
<a name="setName-org.uddi.api_v3.Name-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setName</h4>
<pre>public&nbsp;void&nbsp;setName(<a href="../../../org/uddi/api_v3/Name.html" title="class in org.uddi.api_v3">Name</a>&nbsp;value)</pre>
<div class="block">Sets the value of the name property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<a href="../../../org/uddi/api_v3/Name.html" title="class in org.uddi.api_v3"><code>Name</code></a></dd>
</dl>
</li>
</ul>
<a name="getIdentifierBag--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getIdentifierBag</h4>
<pre>public&nbsp;<a href="../../../org/uddi/api_v3/IdentifierBag.html" title="class in org.uddi.api_v3">IdentifierBag</a>&nbsp;getIdentifierBag()</pre>
<div class="block">Gets the value of the identifierBag property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<a href="../../../org/uddi/api_v3/IdentifierBag.html" title="class in org.uddi.api_v3"><code>IdentifierBag</code></a></dd>
</dl>
</li>
</ul>
<a name="setIdentifierBag-org.uddi.api_v3.IdentifierBag-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setIdentifierBag</h4>
<pre>public&nbsp;void&nbsp;setIdentifierBag(<a href="../../../org/uddi/api_v3/IdentifierBag.html" title="class in org.uddi.api_v3">IdentifierBag</a>&nbsp;value)</pre>
<div class="block">Sets the value of the identifierBag property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<a href="../../../org/uddi/api_v3/IdentifierBag.html" title="class in org.uddi.api_v3"><code>IdentifierBag</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="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/FindTModel.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/FindService.html" title="class in org.uddi.api_v3"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../org/uddi/api_v3/GetAssertionStatusReport.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/FindTModel.html" target="_top">Frames</a></li>
<li><a href="FindTModel.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>