blob: 25c3eda924cd8cbe9581f42b7b11f751e05cbc1b [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>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>TypeDesc (Apache Axis)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="TypeDesc (Apache Axis)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><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/TypeDesc.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/apache/axis/description/ServiceDesc.html" title="interface in org.apache.axis.description"><span class="strong">Prev Class</span></a></li>
<li>Next Class</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/axis/description/TypeDesc.html" target="_top">Frames</a></li>
<li><a href="TypeDesc.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All 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.axis.description</div>
<h2 title="Class TypeDesc" class="title">Class TypeDesc</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="http://docs.oracle.com/javase/1.4.2/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.axis.description.TypeDesc</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="http://docs.oracle.com/javase/1.4.2/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="strong">TypeDesc</span>
extends <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>
implements <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></pre>
<div class="block">A TypeDesc represents a Java<->XML data binding. It is essentially
a collection of FieldDescs describing how to map each field in a Java
class to XML.</div>
<dl><dt><span class="strong">Author:</span></dt>
<dd>Glen Daniels (gdaniels@apache.org)</dd>
<dt><span class="strong">See Also:</span></dt><dd><a href="../../../../serialized-form.html#org.apache.axis.description.TypeDesc">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="overviewSummary" 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 static org.apache.commons.logging.Log</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/TypeDesc.html#log">log</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>[]</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/TypeDesc.html#noClasses">noClasses</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>[]</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/TypeDesc.html#noObjects">noObjects</a></strong></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="overviewSummary" 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><strong><a href="../../../../org/apache/axis/description/TypeDesc.html#TypeDesc(java.lang.Class)">TypeDesc</a></strong>(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;javaClass)</code>
<div class="block">Creates a new <code>TypeDesc</code> instance.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../org/apache/axis/description/TypeDesc.html#TypeDesc(java.lang.Class,%20boolean)">TypeDesc</a></strong>(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;javaClass,
boolean&nbsp;canSearchParents)</code>
<div class="block">Creates a new <code>TypeDesc</code> instance.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/TypeDesc.html#addFieldDesc(org.apache.axis.description.FieldDesc)">addFieldDesc</a></strong>(<a href="../../../../org/apache/axis/description/FieldDesc.html" title="class in org.apache.axis.description">FieldDesc</a>&nbsp;field)</code>
<div class="block">Add a new FieldDesc, keeping the convenience fields in sync.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/utils/BeanPropertyDescriptor.html" title="class in org.apache.axis.utils">BeanPropertyDescriptor</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/TypeDesc.html#getAnyContentDescriptor()">getAnyContentDescriptor</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/utils/BeanPropertyDescriptor.html" title="class in org.apache.axis.utils">BeanPropertyDescriptor</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/TypeDesc.html#getAnyDesc()">getAnyDesc</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/TypeDesc.html#getAttributeNameForField(java.lang.String)">getAttributeNameForField</a></strong>(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fieldName)</code>
<div class="block">Get the QName associated with this field, but only if it's
marked as an attribute.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/TypeDesc.html#getElementNameForField(java.lang.String)">getElementNameForField</a></strong>(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fieldName)</code>
<div class="block">Get the QName associated with this field, but only if it's
marked as an element.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/description/FieldDesc.html" title="class in org.apache.axis.description">FieldDesc</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/TypeDesc.html#getFieldByName(java.lang.String)">getFieldByName</a></strong>(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
<div class="block">Get a FieldDesc by field name.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/TypeDesc.html#getFieldNameForAttribute(javax.xml.namespace.QName)">getFieldNameForAttribute</a></strong>(<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;qname)</code>
<div class="block">Get the field name associated with this QName, but only if it's
marked as an attribute.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/TypeDesc.html#getFieldNameForElement(javax.xml.namespace.QName,%20boolean)">getFieldNameForElement</a></strong>(<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;qname,
boolean&nbsp;ignoreNS)</code>
<div class="block">Get the field name associated with this QName, but only if it's
marked as an element.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/description/FieldDesc.html" title="class in org.apache.axis.description">FieldDesc</a>[]</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/TypeDesc.html#getFields()">getFields</a></strong>()</code>
<div class="block">Obtain the current array of FieldDescs</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/description/FieldDesc.html" title="class in org.apache.axis.description">FieldDesc</a>[]</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/TypeDesc.html#getFields(boolean)">getFields</a></strong>(boolean&nbsp;searchParents)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/TypeDesc.html#getPropertyDescriptorMap()">getPropertyDescriptorMap</a></strong>()</code>
<div class="block">Get/Cache the property descriptor map</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/utils/BeanPropertyDescriptor.html" title="class in org.apache.axis.utils">BeanPropertyDescriptor</a>[]</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/TypeDesc.html#getPropertyDescriptors()">getPropertyDescriptors</a></strong>()</code>
<div class="block">Get/Cache the property descriptors</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/axis/description/TypeDesc.html" title="class in org.apache.axis.description">TypeDesc</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/TypeDesc.html#getTypeDescForClass(java.lang.Class)">getTypeDescForClass</a></strong>(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;cls)</code>
<div class="block">Static function for centralizing access to type metadata for a
given class.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/TypeDesc.html#getXmlType()">getXmlType</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/TypeDesc.html#hasAttributes()">hasAttributes</a></strong>()</code>
<div class="block">Do we have any FieldDescs marked as attributes?</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/TypeDesc.html#registerTypeDescForClass(java.lang.Class,%20org.apache.axis.description.TypeDesc)">registerTypeDescForClass</a></strong>(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;cls,
<a href="../../../../org/apache/axis/description/TypeDesc.html" title="class in org.apache.axis.description">TypeDesc</a>&nbsp;td)</code>
<div class="block">Static function to explicitly register a type description for
a given class.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/TypeDesc.html#setFields(org.apache.axis.description.FieldDesc[])">setFields</a></strong>(<a href="../../../../org/apache/axis/description/FieldDesc.html" title="class in org.apache.axis.description">FieldDesc</a>[]&nbsp;newFields)</code>
<div class="block">Replace the array of FieldDescs, making sure we keep our convenience
caches in sync.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/TypeDesc.html#setXmlType(javax.xml.namespace.QName)">setXmlType</a></strong>(<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;xmlType)</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="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" 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="noClasses">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>noClasses</h4>
<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>[] noClasses</pre>
</li>
</ul>
<a name="noObjects">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>noObjects</h4>
<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>[] noObjects</pre>
</li>
</ul>
<a name="log">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>log</h4>
<pre>protected static&nbsp;org.apache.commons.logging.Log log</pre>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="TypeDesc(java.lang.Class)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TypeDesc</h4>
<pre>public&nbsp;TypeDesc(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;javaClass)</pre>
<div class="block">Creates a new <code>TypeDesc</code> instance. The type desc can search
the metadata of its type'sparent classes.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>javaClass</code> - a <code>Class</code> value</dd></dl>
</li>
</ul>
<a name="TypeDesc(java.lang.Class, boolean)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>TypeDesc</h4>
<pre>public&nbsp;TypeDesc(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;javaClass,
boolean&nbsp;canSearchParents)</pre>
<div class="block">Creates a new <code>TypeDesc</code> instance.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>javaClass</code> - a <code>Class</code> value</dd><dd><code>canSearchParents</code> - whether the type desc can search the metadata of
its type's parent classes.</dd></dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="registerTypeDescForClass(java.lang.Class, org.apache.axis.description.TypeDesc)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>registerTypeDescForClass</h4>
<pre>public static&nbsp;void&nbsp;registerTypeDescForClass(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;cls,
<a href="../../../../org/apache/axis/description/TypeDesc.html" title="class in org.apache.axis.description">TypeDesc</a>&nbsp;td)</pre>
<div class="block">Static function to explicitly register a type description for
a given class.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>cls</code> - the Class we're registering metadata about</dd><dd><code>td</code> - the TypeDesc containing the metadata</dd></dl>
</li>
</ul>
<a name="getTypeDescForClass(java.lang.Class)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTypeDescForClass</h4>
<pre>public static&nbsp;<a href="../../../../org/apache/axis/description/TypeDesc.html" title="class in org.apache.axis.description">TypeDesc</a>&nbsp;getTypeDescForClass(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;cls)</pre>
<div class="block">Static function for centralizing access to type metadata for a
given class.
This checks for a static getTypeDesc() method on the
class or _Helper class.
Eventually we may extend this to provide for external
metadata config (via files sitting in the classpath, etc).</div>
</li>
</ul>
<a name="getAnyDesc()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAnyDesc</h4>
<pre>public&nbsp;<a href="../../../../org/apache/axis/utils/BeanPropertyDescriptor.html" title="class in org.apache.axis.utils">BeanPropertyDescriptor</a>&nbsp;getAnyDesc()</pre>
</li>
</ul>
<a name="getFields()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFields</h4>
<pre>public&nbsp;<a href="../../../../org/apache/axis/description/FieldDesc.html" title="class in org.apache.axis.description">FieldDesc</a>[]&nbsp;getFields()</pre>
<div class="block">Obtain the current array of FieldDescs</div>
</li>
</ul>
<a name="getFields(boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFields</h4>
<pre>public&nbsp;<a href="../../../../org/apache/axis/description/FieldDesc.html" title="class in org.apache.axis.description">FieldDesc</a>[]&nbsp;getFields(boolean&nbsp;searchParents)</pre>
</li>
</ul>
<a name="setFields(org.apache.axis.description.FieldDesc[])">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setFields</h4>
<pre>public&nbsp;void&nbsp;setFields(<a href="../../../../org/apache/axis/description/FieldDesc.html" title="class in org.apache.axis.description">FieldDesc</a>[]&nbsp;newFields)</pre>
<div class="block">Replace the array of FieldDescs, making sure we keep our convenience
caches in sync.</div>
</li>
</ul>
<a name="addFieldDesc(org.apache.axis.description.FieldDesc)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addFieldDesc</h4>
<pre>public&nbsp;void&nbsp;addFieldDesc(<a href="../../../../org/apache/axis/description/FieldDesc.html" title="class in org.apache.axis.description">FieldDesc</a>&nbsp;field)</pre>
<div class="block">Add a new FieldDesc, keeping the convenience fields in sync.</div>
</li>
</ul>
<a name="getElementNameForField(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getElementNameForField</h4>
<pre>public&nbsp;<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;getElementNameForField(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fieldName)</pre>
<div class="block">Get the QName associated with this field, but only if it's
marked as an element.</div>
</li>
</ul>
<a name="getAttributeNameForField(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAttributeNameForField</h4>
<pre>public&nbsp;<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;getAttributeNameForField(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fieldName)</pre>
<div class="block">Get the QName associated with this field, but only if it's
marked as an attribute.</div>
</li>
</ul>
<a name="getFieldNameForElement(javax.xml.namespace.QName, boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFieldNameForElement</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getFieldNameForElement(<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;qname,
boolean&nbsp;ignoreNS)</pre>
<div class="block">Get the field name associated with this QName, but only if it's
marked as an element.
If the "ignoreNS" argument is true, just compare localNames.</div>
</li>
</ul>
<a name="getFieldNameForAttribute(javax.xml.namespace.QName)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFieldNameForAttribute</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getFieldNameForAttribute(<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;qname)</pre>
<div class="block">Get the field name associated with this QName, but only if it's
marked as an attribute.</div>
</li>
</ul>
<a name="getFieldByName(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFieldByName</h4>
<pre>public&nbsp;<a href="../../../../org/apache/axis/description/FieldDesc.html" title="class in org.apache.axis.description">FieldDesc</a>&nbsp;getFieldByName(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
<div class="block">Get a FieldDesc by field name.</div>
</li>
</ul>
<a name="hasAttributes()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>hasAttributes</h4>
<pre>public&nbsp;boolean&nbsp;hasAttributes()</pre>
<div class="block">Do we have any FieldDescs marked as attributes?</div>
</li>
</ul>
<a name="getXmlType()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getXmlType</h4>
<pre>public&nbsp;<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;getXmlType()</pre>
</li>
</ul>
<a name="setXmlType(javax.xml.namespace.QName)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setXmlType</h4>
<pre>public&nbsp;void&nbsp;setXmlType(<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;xmlType)</pre>
</li>
</ul>
<a name="getPropertyDescriptors()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPropertyDescriptors</h4>
<pre>public&nbsp;<a href="../../../../org/apache/axis/utils/BeanPropertyDescriptor.html" title="class in org.apache.axis.utils">BeanPropertyDescriptor</a>[]&nbsp;getPropertyDescriptors()</pre>
<div class="block">Get/Cache the property descriptors</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>PropertyDescriptor</dd></dl>
</li>
</ul>
<a name="getAnyContentDescriptor()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAnyContentDescriptor</h4>
<pre>public&nbsp;<a href="../../../../org/apache/axis/utils/BeanPropertyDescriptor.html" title="class in org.apache.axis.utils">BeanPropertyDescriptor</a>&nbsp;getAnyContentDescriptor()</pre>
</li>
</ul>
<a name="getPropertyDescriptorMap()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getPropertyDescriptorMap</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&nbsp;getPropertyDescriptorMap()</pre>
<div class="block">Get/Cache the property descriptor map</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>Map with key=propertyName, value=descriptor</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><a href="#skip-navbar_bottom" title="Skip navigation links"></a><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/TypeDesc.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/apache/axis/description/ServiceDesc.html" title="interface in org.apache.axis.description"><span class="strong">Prev Class</span></a></li>
<li>Next Class</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/axis/description/TypeDesc.html" target="_top">Frames</a></li>
<li><a href="TypeDesc.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All 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 © <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
</body>
</html>