blob: ea8eff1af537b6e286f44f5ff47fe8493f47baba [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0) on Wed May 21 13:06:51 EDT 2008 -->
<TITLE>
WSDLPackage
</TITLE>
<META NAME="keywords" CONTENT="org.eclipse.wst.wsdl.WSDLPackage interface">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="WSDLPackage";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/WSDLPackage.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/WSDLFactory.html" title="interface in org.eclipse.wst.wsdl"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/eclipse/wst/wsdl/WSDLPackage.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="WSDLPackage.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY:&nbsp;<A HREF="#nested_class_summary">NESTED</A>&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<A NAME="main"></A>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
org.eclipse.wst.wsdl</FONT>
<BR>
Interface WSDLPackage</H2>
<HR>
<DL>
<DT><PRE>public interface <B>WSDLPackage</B></DL>
</PRE>
<P>
<!-- begin-user-doc -->
The <b>Package</b> for the model.
It contains accessors for the meta objects to represent
<ul>
<li>each class,</li>
<li>each feature of each class,</li>
<li>each enum,</li>
<li>and each data type</li>
</ul>
<!-- end-user-doc -->
<!-- begin-model-doc -->
The WSDL model contains classes for the Web Services Description Language (WSDL).
WSDL describes network services as sets of endpoints operating on messages. The operations and messages are described abstractly, and then bound to a concrete network protocol and message format to define an endpoint.
WSDL describes the formats of the messages exchanged by the services, and supports the XML Schemas specification as its canonical type system. This package uses an XML Schema Infoset model package (see the XSD package) to describe the abstract message formats.
The model contains the following diagrams, named after the corresponding chapters in the WSDL 1.1 specification (http://www.w3.org/TR/2001/NOTE-wsdl-20010315)
- 2.1 Definition, shows the WSDL definition element and the WSDL document structure
- 2.1.1 Naming and Linking, shows the namespace and import mechanism
- 2.1.3 Extensibility, shows the WSDL extensibility mechanism
- 2.2 Types, shows the use of XML Schema types in WSDL
- 2.3 Messages, 2.4 PortTypes, 2.5 Bindings and 2.7 Services, show the major WSDL elements and their relations.
The WSDL classes extend the javax.wsdl interfaces defined by JSR 110. Classes with interface and datatype stereotypes are used to represent these non-MOF interfaces.
<!-- end-model-doc -->
<P>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/WSDLFactory.html" title="interface in org.eclipse.wst.wsdl"><CODE>WSDLFactory</CODE></A></DL>
<HR>
<P>
<!-- ======== NESTED CLASS SUMMARY ======== -->
<A NAME="nested_class_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Nested Class Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;interface</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage.Literals</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Defines literals for the meta objects that represent
each class,
each feature of each class,
each enum,
and each data type
<!</TD>
</TR>
</TABLE>
&nbsp;<!-- =========== FIELD SUMMARY =========== -->
<A NAME="field_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Field Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING">BINDING</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Binding</em></CODE>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING__DOCUMENTATION_ELEMENT">BINDING__DOCUMENTATION_ELEMENT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING__EBINDING_OPERATIONS">BINDING__EBINDING_OPERATIONS</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EBinding Operations</b></em>' containment reference list</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING__EEXTENSIBILITY_ELEMENTS">BINDING__EEXTENSIBILITY_ELEMENTS</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING__ELEMENT">BINDING__ELEMENT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING__EPORT_TYPE">BINDING__EPORT_TYPE</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EPort Type</b></em>' reference</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING__QNAME">BINDING__QNAME</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>QName</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING__UNDEFINED">BINDING__UNDEFINED</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Undefined</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_FAULT">BINDING_FAULT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Binding Fault</em></CODE>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_FAULT__DOCUMENTATION_ELEMENT">BINDING_FAULT__DOCUMENTATION_ELEMENT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_FAULT__EEXTENSIBILITY_ELEMENTS">BINDING_FAULT__EEXTENSIBILITY_ELEMENTS</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_FAULT__EFAULT">BINDING_FAULT__EFAULT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EFault</b></em>' reference</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_FAULT__ELEMENT">BINDING_FAULT__ELEMENT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_FAULT__NAME">BINDING_FAULT__NAME</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Name</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_FAULT_FEATURE_COUNT">BINDING_FAULT_FEATURE_COUNT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Binding Fault</em>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_FEATURE_COUNT">BINDING_FEATURE_COUNT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Binding</em>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_INPUT">BINDING_INPUT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Binding Input</em></CODE>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_INPUT__DOCUMENTATION_ELEMENT">BINDING_INPUT__DOCUMENTATION_ELEMENT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_INPUT__EEXTENSIBILITY_ELEMENTS">BINDING_INPUT__EEXTENSIBILITY_ELEMENTS</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_INPUT__EINPUT">BINDING_INPUT__EINPUT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EInput</b></em>' reference</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_INPUT__ELEMENT">BINDING_INPUT__ELEMENT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_INPUT__NAME">BINDING_INPUT__NAME</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Name</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_INPUT_FEATURE_COUNT">BINDING_INPUT_FEATURE_COUNT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Binding Input</em>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OPERATION">BINDING_OPERATION</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Binding Operation</em></CODE>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OPERATION__DOCUMENTATION_ELEMENT">BINDING_OPERATION__DOCUMENTATION_ELEMENT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OPERATION__EBINDING_FAULTS">BINDING_OPERATION__EBINDING_FAULTS</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EBinding Faults</b></em>' containment reference list</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OPERATION__EBINDING_INPUT">BINDING_OPERATION__EBINDING_INPUT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EBinding Input</b></em>' containment reference</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OPERATION__EBINDING_OUTPUT">BINDING_OPERATION__EBINDING_OUTPUT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EBinding Output</b></em>' containment reference</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OPERATION__EEXTENSIBILITY_ELEMENTS">BINDING_OPERATION__EEXTENSIBILITY_ELEMENTS</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OPERATION__ELEMENT">BINDING_OPERATION__ELEMENT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OPERATION__EOPERATION">BINDING_OPERATION__EOPERATION</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EOperation</b></em>' reference</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OPERATION__NAME">BINDING_OPERATION__NAME</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Name</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OPERATION_FEATURE_COUNT">BINDING_OPERATION_FEATURE_COUNT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Binding Operation</em>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OUTPUT">BINDING_OUTPUT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Binding Output</em></CODE>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OUTPUT__DOCUMENTATION_ELEMENT">BINDING_OUTPUT__DOCUMENTATION_ELEMENT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OUTPUT__EEXTENSIBILITY_ELEMENTS">BINDING_OUTPUT__EEXTENSIBILITY_ELEMENTS</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OUTPUT__ELEMENT">BINDING_OUTPUT__ELEMENT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OUTPUT__EOUTPUT">BINDING_OUTPUT__EOUTPUT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EOutput</b></em>' reference</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OUTPUT__NAME">BINDING_OUTPUT__NAME</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Name</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#BINDING_OUTPUT_FEATURE_COUNT">BINDING_OUTPUT_FEATURE_COUNT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Binding Output</em>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION">DEFINITION</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Definition</em></CODE>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION__DOCUMENTATION_ELEMENT">DEFINITION__DOCUMENTATION_ELEMENT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION__EBINDINGS">DEFINITION__EBINDINGS</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EBindings</b></em>' containment reference list</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION__EEXTENSIBILITY_ELEMENTS">DEFINITION__EEXTENSIBILITY_ELEMENTS</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION__EIMPORTS">DEFINITION__EIMPORTS</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EImports</b></em>' containment reference list</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION__ELEMENT">DEFINITION__ELEMENT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION__EMESSAGES">DEFINITION__EMESSAGES</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EMessages</b></em>' containment reference list</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION__ENAMESPACES">DEFINITION__ENAMESPACES</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>ENamespaces</b></em>' containment reference list</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION__ENCODING">DEFINITION__ENCODING</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Encoding</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION__EPORT_TYPES">DEFINITION__EPORT_TYPES</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EPort Types</b></em>' containment reference list</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION__ESERVICES">DEFINITION__ESERVICES</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EServices</b></em>' containment reference list</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION__ETYPES">DEFINITION__ETYPES</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>ETypes</b></em>' containment reference</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION__LOCATION">DEFINITION__LOCATION</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Location</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION__QNAME">DEFINITION__QNAME</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>QName</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION__TARGET_NAMESPACE">DEFINITION__TARGET_NAMESPACE</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Target Namespace</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#DEFINITION_FEATURE_COUNT">DEFINITION_FEATURE_COUNT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Definition</em>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#DOM_DOCUMENT">DOM_DOCUMENT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<em>DOM Document</em>' data type</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#DOM_ELEMENT">DOM_ELEMENT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<em>DOM Element</em>' data type</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#eINSTANCE">eINSTANCE</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The singleton instance of the package</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#eNAME">eNAME</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The package name</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#eNS_PREFIX">eNS_PREFIX</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The package namespace name</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#eNS_URI">eNS_URI</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The package namespace URI</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#EXTENSIBILITY_ELEMENT">EXTENSIBILITY_ELEMENT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Extensibility Element</em></CODE>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#EXTENSIBILITY_ELEMENT__DOCUMENTATION_ELEMENT">EXTENSIBILITY_ELEMENT__DOCUMENTATION_ELEMENT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#EXTENSIBILITY_ELEMENT__ELEMENT">EXTENSIBILITY_ELEMENT__ELEMENT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#EXTENSIBILITY_ELEMENT__ELEMENT_TYPE">EXTENSIBILITY_ELEMENT__ELEMENT_TYPE</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element Type</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#EXTENSIBILITY_ELEMENT__REQUIRED">EXTENSIBILITY_ELEMENT__REQUIRED</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Required</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#EXTENSIBILITY_ELEMENT_FEATURE_COUNT">EXTENSIBILITY_ELEMENT_FEATURE_COUNT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Extensibility Element</em>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#EXTENSIBLE_ELEMENT">EXTENSIBLE_ELEMENT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Extensible Element</em></CODE>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#EXTENSIBLE_ELEMENT__DOCUMENTATION_ELEMENT">EXTENSIBLE_ELEMENT__DOCUMENTATION_ELEMENT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#EXTENSIBLE_ELEMENT__EEXTENSIBILITY_ELEMENTS">EXTENSIBLE_ELEMENT__EEXTENSIBILITY_ELEMENTS</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#EXTENSIBLE_ELEMENT__ELEMENT">EXTENSIBLE_ELEMENT__ELEMENT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#EXTENSIBLE_ELEMENT_FEATURE_COUNT">EXTENSIBLE_ELEMENT_FEATURE_COUNT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Extensible Element</em>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#FAULT">FAULT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Fault</em></CODE>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#FAULT__DOCUMENTATION_ELEMENT">FAULT__DOCUMENTATION_ELEMENT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#FAULT__EEXTENSIBILITY_ELEMENTS">FAULT__EEXTENSIBILITY_ELEMENTS</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#FAULT__ELEMENT">FAULT__ELEMENT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#FAULT__EMESSAGE">FAULT__EMESSAGE</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EMessage</b></em>' reference</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#FAULT__NAME">FAULT__NAME</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Name</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#FAULT_FEATURE_COUNT">FAULT_FEATURE_COUNT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Fault</em>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IBINDING">IBINDING</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>IBinding</em></CODE>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IBINDING_FAULT">IBINDING_FAULT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>IBinding Fault</em></CODE>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IBINDING_FAULT_FEATURE_COUNT">IBINDING_FAULT_FEATURE_COUNT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>IBinding Fault</em>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IBINDING_FEATURE_COUNT">IBINDING_FEATURE_COUNT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>IBinding</em>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IBINDING_INPUT">IBINDING_INPUT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>IBinding Input</em></CODE>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IBINDING_INPUT_FEATURE_COUNT">IBINDING_INPUT_FEATURE_COUNT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>IBinding Input</em>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IBINDING_OPERATION">IBINDING_OPERATION</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>IBinding Operation</em></CODE>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IBINDING_OPERATION_FEATURE_COUNT">IBINDING_OPERATION_FEATURE_COUNT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>IBinding Operation</em>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IBINDING_OUTPUT">IBINDING_OUTPUT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>IBinding Output</em></CODE>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IBINDING_OUTPUT_FEATURE_COUNT">IBINDING_OUTPUT_FEATURE_COUNT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>IBinding Output</em>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IDEFINITION">IDEFINITION</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>IDefinition</em></CODE>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IDEFINITION_FEATURE_COUNT">IDEFINITION_FEATURE_COUNT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>IDefinition</em>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IEXTENSIBILITY_ELEMENT">IEXTENSIBILITY_ELEMENT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>IExtensibility Element</em></CODE>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IEXTENSIBILITY_ELEMENT_FEATURE_COUNT">IEXTENSIBILITY_ELEMENT_FEATURE_COUNT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>IExtensibility Element</em>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IEXTENSION_REGISTRY">IEXTENSION_REGISTRY</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>IExtension Registry</em></CODE>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IEXTENSION_REGISTRY_FEATURE_COUNT">IEXTENSION_REGISTRY_FEATURE_COUNT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>IExtension Registry</em>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IFAULT">IFAULT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>IFault</em></CODE>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IFAULT_FEATURE_COUNT">IFAULT_FEATURE_COUNT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>IFault</em>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IIMPORT">IIMPORT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>IImport</em></CODE>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IIMPORT_FEATURE_COUNT">IIMPORT_FEATURE_COUNT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>IImport</em>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IINPUT">IINPUT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>IInput</em></CODE>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IINPUT_FEATURE_COUNT">IINPUT_FEATURE_COUNT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>IInput</em>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IITERATOR">IITERATOR</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>IIterator</em></CODE>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IITERATOR_FEATURE_COUNT">IITERATOR_FEATURE_COUNT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>IIterator</em>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#ILIST">ILIST</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>IList</em></CODE>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#ILIST_FEATURE_COUNT">ILIST_FEATURE_COUNT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>IList</em>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IMAP">IMAP</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>IMap</em></CODE>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IMAP_FEATURE_COUNT">IMAP_FEATURE_COUNT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>IMap</em>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IMESSAGE">IMESSAGE</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>IMessage</em></CODE>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IMESSAGE_FEATURE_COUNT">IMESSAGE_FEATURE_COUNT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>IMessage</em>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IMPORT">IMPORT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Import</em></CODE>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IMPORT__DOCUMENTATION_ELEMENT">IMPORT__DOCUMENTATION_ELEMENT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IMPORT__EDEFINITION">IMPORT__EDEFINITION</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EDefinition</b></em>' reference</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IMPORT__EEXTENSIBILITY_ELEMENTS">IMPORT__EEXTENSIBILITY_ELEMENTS</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IMPORT__ELEMENT">IMPORT__ELEMENT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IMPORT__ESCHEMA">IMPORT__ESCHEMA</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>ESchema</b></em>' reference</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IMPORT__LOCATION_URI">IMPORT__LOCATION_URI</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Location URI</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IMPORT__NAMESPACE_URI">IMPORT__NAMESPACE_URI</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Namespace URI</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IMPORT_FEATURE_COUNT">IMPORT_FEATURE_COUNT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Import</em>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#INPUT">INPUT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Input</em></CODE>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#INPUT__DOCUMENTATION_ELEMENT">INPUT__DOCUMENTATION_ELEMENT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#INPUT__EEXTENSIBILITY_ELEMENTS">INPUT__EEXTENSIBILITY_ELEMENTS</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#INPUT__ELEMENT">INPUT__ELEMENT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#INPUT__EMESSAGE">INPUT__EMESSAGE</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EMessage</b></em>' reference</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#INPUT__NAME">INPUT__NAME</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Name</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#INPUT_FEATURE_COUNT">INPUT_FEATURE_COUNT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Input</em>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IOPERATION">IOPERATION</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>IOperation</em></CODE>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IOPERATION_FEATURE_COUNT">IOPERATION_FEATURE_COUNT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>IOperation</em>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IOUTPUT">IOUTPUT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>IOutput</em></CODE>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IOUTPUT_FEATURE_COUNT">IOUTPUT_FEATURE_COUNT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>IOutput</em>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IPART">IPART</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>IPart</em></CODE>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IPART_FEATURE_COUNT">IPART_FEATURE_COUNT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>IPart</em>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IPORT">IPORT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>IPort</em></CODE>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IPORT_FEATURE_COUNT">IPORT_FEATURE_COUNT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>IPort</em>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IPORT_TYPE">IPORT_TYPE</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>IPort Type</em></CODE>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IPORT_TYPE_FEATURE_COUNT">IPORT_TYPE_FEATURE_COUNT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>IPort Type</em>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#ISERVICE">ISERVICE</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>IService</em></CODE>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#ISERVICE_FEATURE_COUNT">ISERVICE_FEATURE_COUNT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>IService</em>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#ITYPES">ITYPES</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>ITypes</em></CODE>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#ITYPES_FEATURE_COUNT">ITYPES_FEATURE_COUNT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>ITypes</em>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IURL">IURL</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>IURL</em></CODE>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#IURL_FEATURE_COUNT">IURL_FEATURE_COUNT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>IURL</em>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#MESSAGE">MESSAGE</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Message</em></CODE>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#MESSAGE__DOCUMENTATION_ELEMENT">MESSAGE__DOCUMENTATION_ELEMENT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#MESSAGE__EEXTENSIBILITY_ELEMENTS">MESSAGE__EEXTENSIBILITY_ELEMENTS</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#MESSAGE__ELEMENT">MESSAGE__ELEMENT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#MESSAGE__EPARTS">MESSAGE__EPARTS</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EParts</b></em>' containment reference list</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#MESSAGE__QNAME">MESSAGE__QNAME</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>QName</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#MESSAGE__UNDEFINED">MESSAGE__UNDEFINED</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Undefined</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#MESSAGE_FEATURE_COUNT">MESSAGE_FEATURE_COUNT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Message</em>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#MESSAGE_REFERENCE">MESSAGE_REFERENCE</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Message Reference</em></CODE>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#MESSAGE_REFERENCE__DOCUMENTATION_ELEMENT">MESSAGE_REFERENCE__DOCUMENTATION_ELEMENT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#MESSAGE_REFERENCE__EEXTENSIBILITY_ELEMENTS">MESSAGE_REFERENCE__EEXTENSIBILITY_ELEMENTS</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#MESSAGE_REFERENCE__ELEMENT">MESSAGE_REFERENCE__ELEMENT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#MESSAGE_REFERENCE__EMESSAGE">MESSAGE_REFERENCE__EMESSAGE</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EMessage</b></em>' reference</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#MESSAGE_REFERENCE__NAME">MESSAGE_REFERENCE__NAME</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Name</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#MESSAGE_REFERENCE_FEATURE_COUNT">MESSAGE_REFERENCE_FEATURE_COUNT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Message Reference</em>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#NAMESPACE">NAMESPACE</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Namespace</em></CODE>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#NAMESPACE__PREFIX">NAMESPACE__PREFIX</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Prefix</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#NAMESPACE__URI">NAMESPACE__URI</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>URI</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#NAMESPACE_FEATURE_COUNT">NAMESPACE_FEATURE_COUNT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Namespace</em>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#OPERATION">OPERATION</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Operation</em></CODE>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#OPERATION__DOCUMENTATION_ELEMENT">OPERATION__DOCUMENTATION_ELEMENT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#OPERATION__EEXTENSIBILITY_ELEMENTS">OPERATION__EEXTENSIBILITY_ELEMENTS</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#OPERATION__EFAULTS">OPERATION__EFAULTS</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EFaults</b></em>' containment reference list</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#OPERATION__EINPUT">OPERATION__EINPUT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EInput</b></em>' containment reference</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#OPERATION__ELEMENT">OPERATION__ELEMENT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#OPERATION__EOUTPUT">OPERATION__EOUTPUT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EOutput</b></em>' containment reference</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#OPERATION__EPARAMETER_ORDERING">OPERATION__EPARAMETER_ORDERING</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EParameter Ordering</b></em>' reference list</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#OPERATION__NAME">OPERATION__NAME</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Name</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#OPERATION__STYLE">OPERATION__STYLE</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Style</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#OPERATION__UNDEFINED">OPERATION__UNDEFINED</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Undefined</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#OPERATION_FEATURE_COUNT">OPERATION_FEATURE_COUNT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Operation</em>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#OPERATION_TYPE">OPERATION_TYPE</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<em>Operation Type</em>' data type</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#OUTPUT">OUTPUT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Output</em></CODE>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#OUTPUT__DOCUMENTATION_ELEMENT">OUTPUT__DOCUMENTATION_ELEMENT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#OUTPUT__EEXTENSIBILITY_ELEMENTS">OUTPUT__EEXTENSIBILITY_ELEMENTS</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#OUTPUT__ELEMENT">OUTPUT__ELEMENT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#OUTPUT__EMESSAGE">OUTPUT__EMESSAGE</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EMessage</b></em>' reference</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#OUTPUT__NAME">OUTPUT__NAME</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Name</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#OUTPUT_FEATURE_COUNT">OUTPUT_FEATURE_COUNT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Output</em>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#PART">PART</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Part</em></CODE>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#PART__DOCUMENTATION_ELEMENT">PART__DOCUMENTATION_ELEMENT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#PART__EEXTENSIBILITY_ELEMENTS">PART__EEXTENSIBILITY_ELEMENTS</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#PART__ELEMENT">PART__ELEMENT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#PART__ELEMENT_DECLARATION">PART__ELEMENT_DECLARATION</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element Declaration</b></em>' reference</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#PART__ELEMENT_NAME">PART__ELEMENT_NAME</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element Name</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#PART__EMESSAGE">PART__EMESSAGE</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EMessage</b></em>' reference</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#PART__NAME">PART__NAME</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Name</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#PART__TYPE_DEFINITION">PART__TYPE_DEFINITION</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Type Definition</b></em>' reference</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#PART__TYPE_NAME">PART__TYPE_NAME</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Type Name</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#PART_FEATURE_COUNT">PART_FEATURE_COUNT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Part</em>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#PORT">PORT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Port</em></CODE>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#PORT__DOCUMENTATION_ELEMENT">PORT__DOCUMENTATION_ELEMENT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#PORT__EBINDING">PORT__EBINDING</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EBinding</b></em>' reference</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#PORT__EEXTENSIBILITY_ELEMENTS">PORT__EEXTENSIBILITY_ELEMENTS</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#PORT__ELEMENT">PORT__ELEMENT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#PORT__NAME">PORT__NAME</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Name</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#PORT_FEATURE_COUNT">PORT_FEATURE_COUNT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Port</em>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#PORT_TYPE">PORT_TYPE</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Port Type</em></CODE>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#PORT_TYPE__DOCUMENTATION_ELEMENT">PORT_TYPE__DOCUMENTATION_ELEMENT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#PORT_TYPE__EEXTENSIBILITY_ELEMENTS">PORT_TYPE__EEXTENSIBILITY_ELEMENTS</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#PORT_TYPE__ELEMENT">PORT_TYPE__ELEMENT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#PORT_TYPE__EOPERATIONS">PORT_TYPE__EOPERATIONS</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EOperations</b></em>' containment reference list</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#PORT_TYPE__QNAME">PORT_TYPE__QNAME</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>QName</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#PORT_TYPE__UNDEFINED">PORT_TYPE__UNDEFINED</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Undefined</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#PORT_TYPE_FEATURE_COUNT">PORT_TYPE_FEATURE_COUNT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Port Type</em>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#QNAME">QNAME</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<em>QName</em>' data type</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#SERVICE">SERVICE</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Service</em></CODE>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#SERVICE__DOCUMENTATION_ELEMENT">SERVICE__DOCUMENTATION_ELEMENT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#SERVICE__EEXTENSIBILITY_ELEMENTS">SERVICE__EEXTENSIBILITY_ELEMENTS</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#SERVICE__ELEMENT">SERVICE__ELEMENT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#SERVICE__EPORTS">SERVICE__EPORTS</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EPorts</b></em>' containment reference list</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#SERVICE__QNAME">SERVICE__QNAME</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>QName</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#SERVICE__UNDEFINED">SERVICE__UNDEFINED</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Undefined</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#SERVICE_FEATURE_COUNT">SERVICE_FEATURE_COUNT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Service</em>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#TYPES">TYPES</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Types</em></CODE>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#TYPES__DOCUMENTATION_ELEMENT">TYPES__DOCUMENTATION_ELEMENT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#TYPES__EEXTENSIBILITY_ELEMENTS">TYPES__EEXTENSIBILITY_ELEMENTS</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#TYPES__ELEMENT">TYPES__ELEMENT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#TYPES_FEATURE_COUNT">TYPES_FEATURE_COUNT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Types</em>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#UNKNOWN_EXTENSIBILITY_ELEMENT">UNKNOWN_EXTENSIBILITY_ELEMENT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Unknown Extensibility Element</em></CODE>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#UNKNOWN_EXTENSIBILITY_ELEMENT__CHILDREN">UNKNOWN_EXTENSIBILITY_ELEMENT__CHILDREN</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Children</b></em>' containment reference list</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#UNKNOWN_EXTENSIBILITY_ELEMENT__DOCUMENTATION_ELEMENT">UNKNOWN_EXTENSIBILITY_ELEMENT__DOCUMENTATION_ELEMENT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#UNKNOWN_EXTENSIBILITY_ELEMENT__ELEMENT">UNKNOWN_EXTENSIBILITY_ELEMENT__ELEMENT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#UNKNOWN_EXTENSIBILITY_ELEMENT__ELEMENT_TYPE">UNKNOWN_EXTENSIBILITY_ELEMENT__ELEMENT_TYPE</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element Type</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#UNKNOWN_EXTENSIBILITY_ELEMENT__REQUIRED">UNKNOWN_EXTENSIBILITY_ELEMENT__REQUIRED</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Required</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#UNKNOWN_EXTENSIBILITY_ELEMENT_FEATURE_COUNT">UNKNOWN_EXTENSIBILITY_ELEMENT_FEATURE_COUNT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Unknown Extensibility Element</em>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#WSDL_ELEMENT">WSDL_ELEMENT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>Element</em></CODE>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#WSDL_ELEMENT__DOCUMENTATION_ELEMENT">WSDL_ELEMENT__DOCUMENTATION_ELEMENT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#WSDL_ELEMENT__ELEMENT">WSDL_ELEMENT__ELEMENT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#WSDL_ELEMENT_FEATURE_COUNT">WSDL_ELEMENT_FEATURE_COUNT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>Element</em>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#WSDL_EXCEPTION">WSDL_EXCEPTION</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<em>Exception</em>' data type</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#XSD_SCHEMA_EXTENSIBILITY_ELEMENT">XSD_SCHEMA_EXTENSIBILITY_ELEMENT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The meta object id for the '<CODE><em>XSD Schema Extensibility Element</em></CODE>' class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#XSD_SCHEMA_EXTENSIBILITY_ELEMENT__DOCUMENTATION_ELEMENT">XSD_SCHEMA_EXTENSIBILITY_ELEMENT__DOCUMENTATION_ELEMENT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Documentation Element</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#XSD_SCHEMA_EXTENSIBILITY_ELEMENT__ELEMENT">XSD_SCHEMA_EXTENSIBILITY_ELEMENT__ELEMENT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#XSD_SCHEMA_EXTENSIBILITY_ELEMENT__ELEMENT_TYPE">XSD_SCHEMA_EXTENSIBILITY_ELEMENT__ELEMENT_TYPE</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Element Type</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#XSD_SCHEMA_EXTENSIBILITY_ELEMENT__REQUIRED">XSD_SCHEMA_EXTENSIBILITY_ELEMENT__REQUIRED</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Required</b></em>' attribute</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#XSD_SCHEMA_EXTENSIBILITY_ELEMENT__SCHEMA">XSD_SCHEMA_EXTENSIBILITY_ELEMENT__SCHEMA</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The feature id for the '<em><b>Schema</b></em>' containment reference</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#XSD_SCHEMA_EXTENSIBILITY_ELEMENT_FEATURE_COUNT">XSD_SCHEMA_EXTENSIBILITY_ELEMENT_FEATURE_COUNT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The number of structural features of the '<em>XSD Schema Extensibility Element</em>' class</TD>
</TR>
</TABLE>
&nbsp;
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EReference</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBinding_EBindingOperations()">getBinding_EBindingOperations</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the containment reference list '<A HREF="../../../../org/eclipse/wst/wsdl/Binding.html#getEBindingOperations()"><CODE><em>EBinding Operations</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EReference</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBinding_EPortType()">getBinding_EPortType</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the reference '<A HREF="../../../../org/eclipse/wst/wsdl/Binding.html#getEPortType()"><CODE><em>EPort Type</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EAttribute</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBinding_QName()">getBinding_QName</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Binding.html#getQName()"><CODE><em>QName</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EAttribute</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBinding_Undefined()">getBinding_Undefined</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Binding.html#isUndefined()"><CODE><em>Undefined</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EClass</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBinding()">getBinding</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/Binding.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Binding</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EReference</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingFault_EFault()">getBindingFault_EFault</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the reference '<A HREF="../../../../org/eclipse/wst/wsdl/BindingFault.html#getEFault()"><CODE><em>EFault</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EAttribute</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingFault_Name()">getBindingFault_Name</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/BindingFault.html#getName()"><CODE><em>Name</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EClass</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingFault()">getBindingFault</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/BindingFault.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Binding Fault</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EReference</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingInput_EInput()">getBindingInput_EInput</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the reference '<A HREF="../../../../org/eclipse/wst/wsdl/BindingInput.html#getEInput()"><CODE><em>EInput</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EAttribute</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingInput_Name()">getBindingInput_Name</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/BindingInput.html#getName()"><CODE><em>Name</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EClass</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingInput()">getBindingInput</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/BindingInput.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Binding Input</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EReference</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingOperation_EBindingFaults()">getBindingOperation_EBindingFaults</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the containment reference list '<A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html#getEBindingFaults()"><CODE><em>EBinding Faults</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EReference</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingOperation_EBindingInput()">getBindingOperation_EBindingInput</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the containment reference '<A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html#getEBindingInput()"><CODE><em>EBinding Input</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EReference</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingOperation_EBindingOutput()">getBindingOperation_EBindingOutput</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the containment reference '<A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html#getEBindingOutput()"><CODE><em>EBinding Output</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EReference</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingOperation_EOperation()">getBindingOperation_EOperation</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the reference '<A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html#getEOperation()"><CODE><em>EOperation</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EAttribute</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingOperation_Name()">getBindingOperation_Name</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html#getName()"><CODE><em>Name</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EClass</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingOperation()">getBindingOperation</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Binding Operation</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EReference</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingOutput_EOutput()">getBindingOutput_EOutput</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the reference '<A HREF="../../../../org/eclipse/wst/wsdl/BindingOutput.html#getEOutput()"><CODE><em>EOutput</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EAttribute</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingOutput_Name()">getBindingOutput_Name</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/BindingOutput.html#getName()"><CODE><em>Name</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EClass</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingOutput()">getBindingOutput</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/BindingOutput.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Binding Output</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EReference</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition_EBindings()">getDefinition_EBindings</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the containment reference list '<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getEBindings()"><CODE><em>EBindings</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EReference</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition_EImports()">getDefinition_EImports</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the containment reference list '<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getEImports()"><CODE><em>EImports</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EReference</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition_EMessages()">getDefinition_EMessages</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the containment reference list '<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getEMessages()"><CODE><em>EMessages</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EReference</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition_ENamespaces()">getDefinition_ENamespaces</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the containment reference list '<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getENamespaces()"><CODE><em>ENamespaces</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EAttribute</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition_Encoding()">getDefinition_Encoding</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getEncoding()"><CODE><em>Encoding</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EReference</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition_EPortTypes()">getDefinition_EPortTypes</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the containment reference list '<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getEPortTypes()"><CODE><em>EPort Types</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EReference</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition_EServices()">getDefinition_EServices</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the containment reference list '<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getEServices()"><CODE><em>EServices</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EReference</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition_ETypes()">getDefinition_ETypes</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the containment reference '<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getETypes()"><CODE><em>ETypes</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EAttribute</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition_Location()">getDefinition_Location</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getLocation()"><CODE><em>Location</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EAttribute</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition_QName()">getDefinition_QName</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getQName()"><CODE><em>QName</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EAttribute</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition_TargetNamespace()">getDefinition_TargetNamespace</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getTargetNamespace()"><CODE><em>Target Namespace</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EClass</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition()">getDefinition</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Definition</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EDataType</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDOMDocument()">getDOMDocument</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for data type '<CODE><em>DOM Document</em></CODE>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EDataType</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDOMElement()">getDOMElement</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for data type '<CODE><em>DOM Element</em></CODE>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EAttribute</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getExtensibilityElement_ElementType()">getExtensibilityElement_ElementType</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#getElementType()"><CODE><em>Element Type</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EAttribute</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getExtensibilityElement_Required()">getExtensibilityElement_Required</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#isRequired()"><CODE><em>Required</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EClass</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getExtensibilityElement()">getExtensibilityElement</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Extensibility Element</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EReference</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getExtensibleElement_EExtensibilityElements()">getExtensibleElement_EExtensibilityElements</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the containment reference list '<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#getEExtensibilityElements()"><CODE><em>EExtensibility Elements</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EClass</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getExtensibleElement()">getExtensibleElement</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Extensible Element</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EClass</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getFault()">getFault</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/Fault.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Fault</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EClass</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getIBinding()">getIBinding</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>IBinding</em></CODE>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EClass</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getIBindingFault()">getIBindingFault</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>IBinding Fault</em></CODE>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EClass</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getIBindingInput()">getIBindingInput</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>IBinding Input</em></CODE>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EClass</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getIBindingOperation()">getIBindingOperation</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>IBinding Operation</em></CODE>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EClass</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getIBindingOutput()">getIBindingOutput</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>IBinding Output</em></CODE>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EClass</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getIDefinition()">getIDefinition</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>IDefinition</em></CODE>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EClass</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getIExtensibilityElement()">getIExtensibilityElement</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>IExtensibility Element</em></CODE>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EClass</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getIExtensionRegistry()">getIExtensionRegistry</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>IExtension Registry</em></CODE>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EClass</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getIFault()">getIFault</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>IFault</em></CODE>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EClass</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getIImport()">getIImport</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>IImport</em></CODE>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EClass</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getIInput()">getIInput</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>IInput</em></CODE>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EClass</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getIIterator()">getIIterator</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>IIterator</em></CODE>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EClass</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getIList()">getIList</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>IList</em></CODE>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EClass</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getIMap()">getIMap</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>IMap</em></CODE>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EClass</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getIMessage()">getIMessage</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>IMessage</em></CODE>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EReference</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getImport_EDefinition()">getImport_EDefinition</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the reference '<A HREF="../../../../org/eclipse/wst/wsdl/Import.html#getEDefinition()"><CODE><em>EDefinition</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EReference</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getImport_ESchema()">getImport_ESchema</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the reference '<A HREF="../../../../org/eclipse/wst/wsdl/Import.html#getESchema()"><CODE><em>ESchema</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EAttribute</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getImport_LocationURI()">getImport_LocationURI</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Import.html#getLocationURI()"><CODE><em>Location URI</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EAttribute</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getImport_NamespaceURI()">getImport_NamespaceURI</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Import.html#getNamespaceURI()"><CODE><em>Namespace URI</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EClass</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getImport()">getImport</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/Import.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Import</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EClass</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getInput()">getInput</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/Input.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Input</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EClass</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getIOperation()">getIOperation</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>IOperation</em></CODE>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EClass</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getIOutput()">getIOutput</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>IOutput</em></CODE>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EClass</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getIPart()">getIPart</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>IPart</em></CODE>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EClass</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getIPort()">getIPort</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>IPort</em></CODE>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EClass</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getIPortType()">getIPortType</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>IPort Type</em></CODE>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EClass</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getIService()">getIService</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>IService</em></CODE>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EClass</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getITypes()">getITypes</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>ITypes</em></CODE>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EClass</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getIURL()">getIURL</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<CODE><em>IURL</em></CODE>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EReference</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getMessage_EParts()">getMessage_EParts</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the containment reference list '<A HREF="../../../../org/eclipse/wst/wsdl/Message.html#getEParts()"><CODE><em>EParts</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EAttribute</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getMessage_QName()">getMessage_QName</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Message.html#getQName()"><CODE><em>QName</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EAttribute</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getMessage_Undefined()">getMessage_Undefined</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Message.html#isUndefined()"><CODE><em>Undefined</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EClass</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getMessage()">getMessage</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/Message.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Message</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EReference</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getMessageReference_EMessage()">getMessageReference_EMessage</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the reference '<A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html#getEMessage()"><CODE><em>EMessage</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EAttribute</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getMessageReference_Name()">getMessageReference_Name</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html#getName()"><CODE><em>Name</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EClass</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getMessageReference()">getMessageReference</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Message Reference</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EAttribute</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getNamespace_Prefix()">getNamespace_Prefix</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Namespace.html#getPrefix()"><CODE><em>Prefix</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EAttribute</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getNamespace_URI()">getNamespace_URI</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Namespace.html#getURI()"><CODE><em>URI</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EClass</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getNamespace()">getNamespace</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/Namespace.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Namespace</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EReference</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getOperation_EFaults()">getOperation_EFaults</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the containment reference list '<A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#getEFaults()"><CODE><em>EFaults</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EReference</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getOperation_EInput()">getOperation_EInput</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the containment reference '<A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#getEInput()"><CODE><em>EInput</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EReference</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getOperation_EOutput()">getOperation_EOutput</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the containment reference '<A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#getEOutput()"><CODE><em>EOutput</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EReference</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getOperation_EParameterOrdering()">getOperation_EParameterOrdering</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the reference list '<A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#getEParameterOrdering()"><CODE><em>EParameter Ordering</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EAttribute</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getOperation_Name()">getOperation_Name</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#getName()"><CODE><em>Name</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EAttribute</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getOperation_Style()">getOperation_Style</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#getStyle()"><CODE><em>Style</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EAttribute</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getOperation_Undefined()">getOperation_Undefined</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#isUndefined()"><CODE><em>Undefined</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EClass</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getOperation()">getOperation</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/Operation.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Operation</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EDataType</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getOperationType()">getOperationType</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for data type '<CODE><em>Operation Type</em></CODE>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EClass</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getOutput()">getOutput</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/Output.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Output</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EReference</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPart_ElementDeclaration()">getPart_ElementDeclaration</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the reference '<A HREF="../../../../org/eclipse/wst/wsdl/Part.html#getElementDeclaration()"><CODE><em>Element Declaration</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EAttribute</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPart_ElementName()">getPart_ElementName</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Part.html#getElementName()"><CODE><em>Element Name</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EReference</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPart_EMessage()">getPart_EMessage</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the reference '<A HREF="../../../../org/eclipse/wst/wsdl/Part.html#getEMessage()"><CODE><em>EMessage</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EAttribute</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPart_Name()">getPart_Name</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Part.html#getName()"><CODE><em>Name</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EReference</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPart_TypeDefinition()">getPart_TypeDefinition</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the reference '<A HREF="../../../../org/eclipse/wst/wsdl/Part.html#getTypeDefinition()"><CODE><em>Type Definition</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EAttribute</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPart_TypeName()">getPart_TypeName</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Part.html#getTypeName()"><CODE><em>Type Name</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EClass</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPart()">getPart</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Part</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EReference</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPort_EBinding()">getPort_EBinding</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the reference '<A HREF="../../../../org/eclipse/wst/wsdl/Port.html#getEBinding()"><CODE><em>EBinding</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EAttribute</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPort_Name()">getPort_Name</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Port.html#getName()"><CODE><em>Name</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EClass</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPort()">getPort</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/Port.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Port</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EReference</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPortType_EOperations()">getPortType_EOperations</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the containment reference list '<A HREF="../../../../org/eclipse/wst/wsdl/PortType.html#getEOperations()"><CODE><em>EOperations</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EAttribute</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPortType_QName()">getPortType_QName</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/PortType.html#getQName()"><CODE><em>QName</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EAttribute</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPortType_Undefined()">getPortType_Undefined</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/PortType.html#isUndefined()"><CODE><em>Undefined</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EClass</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPortType()">getPortType</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/PortType.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Port Type</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EDataType</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getQName()">getQName</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for data type '<CODE><em>QName</em></CODE>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EReference</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getService_EPorts()">getService_EPorts</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the containment reference list '<A HREF="../../../../org/eclipse/wst/wsdl/Service.html#getEPorts()"><CODE><em>EPorts</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EAttribute</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getService_QName()">getService_QName</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Service.html#getQName()"><CODE><em>QName</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EAttribute</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getService_Undefined()">getService_Undefined</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Service.html#isUndefined()"><CODE><em>Undefined</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EClass</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getService()">getService</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/Service.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Service</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EClass</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getTypes()">getTypes</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/Types.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Types</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EReference</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getUnknownExtensibilityElement_Children()">getUnknownExtensibilityElement_Children</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the containment reference list '<A HREF="../../../../org/eclipse/wst/wsdl/UnknownExtensibilityElement.html#getChildren()"><CODE><em>Children</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EClass</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getUnknownExtensibilityElement()">getUnknownExtensibilityElement</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/UnknownExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Unknown Extensibility Element</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EAttribute</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getWSDLElement_DocumentationElement()">getWSDLElement_DocumentationElement</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getDocumentationElement()"><CODE><em>Documentation Element</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EAttribute</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getWSDLElement_Element()">getWSDLElement_Element</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getElement()"><CODE><em>Element</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EClass</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getWSDLElement()">getWSDLElement</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Element</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EDataType</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getWSDLException()">getWSDLException</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for data type '<CODE><em>Exception</em></CODE>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/WSDLFactory.html" title="interface in org.eclipse.wst.wsdl">WSDLFactory</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getWSDLFactory()">getWSDLFactory</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the factory that creates the instances of the model</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EReference</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getXSDSchemaExtensibilityElement_Schema()">getXSDSchemaExtensibilityElement_Schema</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for the containment reference '<A HREF="../../../../org/eclipse/wst/wsdl/XSDSchemaExtensibilityElement.html#getSchema()"><CODE><em>Schema</em></CODE></A>'</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;EClass</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getXSDSchemaExtensibilityElement()">getXSDSchemaExtensibilityElement</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/XSDSchemaExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>XSD Schema Extensibility Element</em></CODE></A>'</TD>
</TR>
</TABLE>
&nbsp;
<P>
<!-- ============ FIELD DETAIL =========== -->
<A NAME="field_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Field Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="eNAME"><!-- --></A><H3>
eNAME</H3>
<PRE>
static final java.lang.String <B>eNAME</B></PRE>
<DL>
<DD>The package name.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.eNAME">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="eNS_URI"><!-- --></A><H3>
eNS_URI</H3>
<PRE>
static final java.lang.String <B>eNS_URI</B></PRE>
<DL>
<DD>The package namespace URI.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.eNS_URI">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="eNS_PREFIX"><!-- --></A><H3>
eNS_PREFIX</H3>
<PRE>
static final java.lang.String <B>eNS_PREFIX</B></PRE>
<DL>
<DD>The package namespace name.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.eNS_PREFIX">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="eINSTANCE"><!-- --></A><H3>
eINSTANCE</H3>
<PRE>
static final <A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html" title="interface in org.eclipse.wst.wsdl">WSDLPackage</A> <B>eINSTANCE</B></PRE>
<DL>
<DD>The singleton instance of the package.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="WSDL_ELEMENT"><!-- --></A><H3>
WSDL_ELEMENT</H3>
<PRE>
static final int <B>WSDL_ELEMENT</B></PRE>
<DL>
<DD>The meta object id for the '<CODE><em>Element</em></CODE>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><CODE>WSDLElementImpl</CODE>,
<CODE>WSDLPackageImpl.getWSDLElement()</CODE>,
<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.WSDL_ELEMENT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="WSDL_ELEMENT__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
WSDL_ELEMENT__DOCUMENTATION_ELEMENT</H3>
<PRE>
static final int <B>WSDL_ELEMENT__DOCUMENTATION_ELEMENT</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.WSDL_ELEMENT__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="WSDL_ELEMENT__ELEMENT"><!-- --></A><H3>
WSDL_ELEMENT__ELEMENT</H3>
<PRE>
static final int <B>WSDL_ELEMENT__ELEMENT</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Element</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.WSDL_ELEMENT__ELEMENT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="WSDL_ELEMENT_FEATURE_COUNT"><!-- --></A><H3>
WSDL_ELEMENT_FEATURE_COUNT</H3>
<PRE>
static final int <B>WSDL_ELEMENT_FEATURE_COUNT</B></PRE>
<DL>
<DD>The number of structural features of the '<em>Element</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.WSDL_ELEMENT_FEATURE_COUNT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="EXTENSIBLE_ELEMENT"><!-- --></A><H3>
EXTENSIBLE_ELEMENT</H3>
<PRE>
static final int <B>EXTENSIBLE_ELEMENT</B></PRE>
<DL>
<DD>The meta object id for the '<CODE><em>Extensible Element</em></CODE>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><CODE>ExtensibleElementImpl</CODE>,
<CODE>WSDLPackageImpl.getExtensibleElement()</CODE>,
<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.EXTENSIBLE_ELEMENT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="EXTENSIBLE_ELEMENT__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
EXTENSIBLE_ELEMENT__DOCUMENTATION_ELEMENT</H3>
<PRE>
static final int <B>EXTENSIBLE_ELEMENT__DOCUMENTATION_ELEMENT</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.EXTENSIBLE_ELEMENT__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="EXTENSIBLE_ELEMENT__ELEMENT"><!-- --></A><H3>
EXTENSIBLE_ELEMENT__ELEMENT</H3>
<PRE>
static final int <B>EXTENSIBLE_ELEMENT__ELEMENT</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Element</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.EXTENSIBLE_ELEMENT__ELEMENT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="EXTENSIBLE_ELEMENT__EEXTENSIBILITY_ELEMENTS"><!-- --></A><H3>
EXTENSIBLE_ELEMENT__EEXTENSIBILITY_ELEMENTS</H3>
<PRE>
static final int <B>EXTENSIBLE_ELEMENT__EEXTENSIBILITY_ELEMENTS</B></PRE>
<DL>
<DD>The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.EXTENSIBLE_ELEMENT__EEXTENSIBILITY_ELEMENTS">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="EXTENSIBLE_ELEMENT_FEATURE_COUNT"><!-- --></A><H3>
EXTENSIBLE_ELEMENT_FEATURE_COUNT</H3>
<PRE>
static final int <B>EXTENSIBLE_ELEMENT_FEATURE_COUNT</B></PRE>
<DL>
<DD>The number of structural features of the '<em>Extensible Element</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.EXTENSIBLE_ELEMENT_FEATURE_COUNT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="PORT_TYPE"><!-- --></A><H3>
PORT_TYPE</H3>
<PRE>
static final int <B>PORT_TYPE</B></PRE>
<DL>
<DD>The meta object id for the '<CODE><em>Port Type</em></CODE>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><CODE>PortTypeImpl</CODE>,
<CODE>WSDLPackageImpl.getPortType()</CODE>,
<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.PORT_TYPE">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="PORT_TYPE__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
PORT_TYPE__DOCUMENTATION_ELEMENT</H3>
<PRE>
static final int <B>PORT_TYPE__DOCUMENTATION_ELEMENT</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.PORT_TYPE__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="PORT_TYPE__ELEMENT"><!-- --></A><H3>
PORT_TYPE__ELEMENT</H3>
<PRE>
static final int <B>PORT_TYPE__ELEMENT</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Element</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.PORT_TYPE__ELEMENT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="PORT_TYPE__EEXTENSIBILITY_ELEMENTS"><!-- --></A><H3>
PORT_TYPE__EEXTENSIBILITY_ELEMENTS</H3>
<PRE>
static final int <B>PORT_TYPE__EEXTENSIBILITY_ELEMENTS</B></PRE>
<DL>
<DD>The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.PORT_TYPE__EEXTENSIBILITY_ELEMENTS">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="PORT_TYPE__QNAME"><!-- --></A><H3>
PORT_TYPE__QNAME</H3>
<PRE>
static final int <B>PORT_TYPE__QNAME</B></PRE>
<DL>
<DD>The feature id for the '<em><b>QName</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.PORT_TYPE__QNAME">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="PORT_TYPE__UNDEFINED"><!-- --></A><H3>
PORT_TYPE__UNDEFINED</H3>
<PRE>
static final int <B>PORT_TYPE__UNDEFINED</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Undefined</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.PORT_TYPE__UNDEFINED">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="PORT_TYPE__EOPERATIONS"><!-- --></A><H3>
PORT_TYPE__EOPERATIONS</H3>
<PRE>
static final int <B>PORT_TYPE__EOPERATIONS</B></PRE>
<DL>
<DD>The feature id for the '<em><b>EOperations</b></em>' containment reference list.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.PORT_TYPE__EOPERATIONS">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="PORT_TYPE_FEATURE_COUNT"><!-- --></A><H3>
PORT_TYPE_FEATURE_COUNT</H3>
<PRE>
static final int <B>PORT_TYPE_FEATURE_COUNT</B></PRE>
<DL>
<DD>The number of structural features of the '<em>Port Type</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.PORT_TYPE_FEATURE_COUNT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="OPERATION"><!-- --></A><H3>
OPERATION</H3>
<PRE>
static final int <B>OPERATION</B></PRE>
<DL>
<DD>The meta object id for the '<CODE><em>Operation</em></CODE>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><CODE>OperationImpl</CODE>,
<CODE>WSDLPackageImpl.getOperation()</CODE>,
<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.OPERATION">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="OPERATION__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
OPERATION__DOCUMENTATION_ELEMENT</H3>
<PRE>
static final int <B>OPERATION__DOCUMENTATION_ELEMENT</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.OPERATION__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="OPERATION__ELEMENT"><!-- --></A><H3>
OPERATION__ELEMENT</H3>
<PRE>
static final int <B>OPERATION__ELEMENT</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Element</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.OPERATION__ELEMENT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="OPERATION__EEXTENSIBILITY_ELEMENTS"><!-- --></A><H3>
OPERATION__EEXTENSIBILITY_ELEMENTS</H3>
<PRE>
static final int <B>OPERATION__EEXTENSIBILITY_ELEMENTS</B></PRE>
<DL>
<DD>The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.OPERATION__EEXTENSIBILITY_ELEMENTS">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="OPERATION__STYLE"><!-- --></A><H3>
OPERATION__STYLE</H3>
<PRE>
static final int <B>OPERATION__STYLE</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Style</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.OPERATION__STYLE">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="OPERATION__NAME"><!-- --></A><H3>
OPERATION__NAME</H3>
<PRE>
static final int <B>OPERATION__NAME</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Name</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.OPERATION__NAME">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="OPERATION__UNDEFINED"><!-- --></A><H3>
OPERATION__UNDEFINED</H3>
<PRE>
static final int <B>OPERATION__UNDEFINED</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Undefined</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.OPERATION__UNDEFINED">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="OPERATION__EINPUT"><!-- --></A><H3>
OPERATION__EINPUT</H3>
<PRE>
static final int <B>OPERATION__EINPUT</B></PRE>
<DL>
<DD>The feature id for the '<em><b>EInput</b></em>' containment reference.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.OPERATION__EINPUT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="OPERATION__EOUTPUT"><!-- --></A><H3>
OPERATION__EOUTPUT</H3>
<PRE>
static final int <B>OPERATION__EOUTPUT</B></PRE>
<DL>
<DD>The feature id for the '<em><b>EOutput</b></em>' containment reference.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.OPERATION__EOUTPUT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="OPERATION__EFAULTS"><!-- --></A><H3>
OPERATION__EFAULTS</H3>
<PRE>
static final int <B>OPERATION__EFAULTS</B></PRE>
<DL>
<DD>The feature id for the '<em><b>EFaults</b></em>' containment reference list.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.OPERATION__EFAULTS">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="OPERATION__EPARAMETER_ORDERING"><!-- --></A><H3>
OPERATION__EPARAMETER_ORDERING</H3>
<PRE>
static final int <B>OPERATION__EPARAMETER_ORDERING</B></PRE>
<DL>
<DD>The feature id for the '<em><b>EParameter Ordering</b></em>' reference list.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.OPERATION__EPARAMETER_ORDERING">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="OPERATION_FEATURE_COUNT"><!-- --></A><H3>
OPERATION_FEATURE_COUNT</H3>
<PRE>
static final int <B>OPERATION_FEATURE_COUNT</B></PRE>
<DL>
<DD>The number of structural features of the '<em>Operation</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.OPERATION_FEATURE_COUNT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="MESSAGE"><!-- --></A><H3>
MESSAGE</H3>
<PRE>
static final int <B>MESSAGE</B></PRE>
<DL>
<DD>The meta object id for the '<CODE><em>Message</em></CODE>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><CODE>MessageImpl</CODE>,
<CODE>WSDLPackageImpl.getMessage()</CODE>,
<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.MESSAGE">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="MESSAGE__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
MESSAGE__DOCUMENTATION_ELEMENT</H3>
<PRE>
static final int <B>MESSAGE__DOCUMENTATION_ELEMENT</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.MESSAGE__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="MESSAGE__ELEMENT"><!-- --></A><H3>
MESSAGE__ELEMENT</H3>
<PRE>
static final int <B>MESSAGE__ELEMENT</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Element</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.MESSAGE__ELEMENT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="MESSAGE__EEXTENSIBILITY_ELEMENTS"><!-- --></A><H3>
MESSAGE__EEXTENSIBILITY_ELEMENTS</H3>
<PRE>
static final int <B>MESSAGE__EEXTENSIBILITY_ELEMENTS</B></PRE>
<DL>
<DD>The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.MESSAGE__EEXTENSIBILITY_ELEMENTS">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="MESSAGE__QNAME"><!-- --></A><H3>
MESSAGE__QNAME</H3>
<PRE>
static final int <B>MESSAGE__QNAME</B></PRE>
<DL>
<DD>The feature id for the '<em><b>QName</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.MESSAGE__QNAME">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="MESSAGE__UNDEFINED"><!-- --></A><H3>
MESSAGE__UNDEFINED</H3>
<PRE>
static final int <B>MESSAGE__UNDEFINED</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Undefined</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.MESSAGE__UNDEFINED">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="MESSAGE__EPARTS"><!-- --></A><H3>
MESSAGE__EPARTS</H3>
<PRE>
static final int <B>MESSAGE__EPARTS</B></PRE>
<DL>
<DD>The feature id for the '<em><b>EParts</b></em>' containment reference list.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.MESSAGE__EPARTS">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="MESSAGE_FEATURE_COUNT"><!-- --></A><H3>
MESSAGE_FEATURE_COUNT</H3>
<PRE>
static final int <B>MESSAGE_FEATURE_COUNT</B></PRE>
<DL>
<DD>The number of structural features of the '<em>Message</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.MESSAGE_FEATURE_COUNT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="PART"><!-- --></A><H3>
PART</H3>
<PRE>
static final int <B>PART</B></PRE>
<DL>
<DD>The meta object id for the '<CODE><em>Part</em></CODE>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><CODE>PartImpl</CODE>,
<CODE>WSDLPackageImpl.getPart()</CODE>,
<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.PART">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="PART__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
PART__DOCUMENTATION_ELEMENT</H3>
<PRE>
static final int <B>PART__DOCUMENTATION_ELEMENT</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.PART__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="PART__ELEMENT"><!-- --></A><H3>
PART__ELEMENT</H3>
<PRE>
static final int <B>PART__ELEMENT</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Element</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.PART__ELEMENT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="PART__EEXTENSIBILITY_ELEMENTS"><!-- --></A><H3>
PART__EEXTENSIBILITY_ELEMENTS</H3>
<PRE>
static final int <B>PART__EEXTENSIBILITY_ELEMENTS</B></PRE>
<DL>
<DD>The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.PART__EEXTENSIBILITY_ELEMENTS">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="PART__NAME"><!-- --></A><H3>
PART__NAME</H3>
<PRE>
static final int <B>PART__NAME</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Name</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.PART__NAME">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="PART__ELEMENT_NAME"><!-- --></A><H3>
PART__ELEMENT_NAME</H3>
<PRE>
static final int <B>PART__ELEMENT_NAME</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Element Name</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.PART__ELEMENT_NAME">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="PART__TYPE_NAME"><!-- --></A><H3>
PART__TYPE_NAME</H3>
<PRE>
static final int <B>PART__TYPE_NAME</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Type Name</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.PART__TYPE_NAME">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="PART__TYPE_DEFINITION"><!-- --></A><H3>
PART__TYPE_DEFINITION</H3>
<PRE>
static final int <B>PART__TYPE_DEFINITION</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Type Definition</b></em>' reference.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.PART__TYPE_DEFINITION">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="PART__ELEMENT_DECLARATION"><!-- --></A><H3>
PART__ELEMENT_DECLARATION</H3>
<PRE>
static final int <B>PART__ELEMENT_DECLARATION</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Element Declaration</b></em>' reference.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.PART__ELEMENT_DECLARATION">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="PART__EMESSAGE"><!-- --></A><H3>
PART__EMESSAGE</H3>
<PRE>
static final int <B>PART__EMESSAGE</B></PRE>
<DL>
<DD>The feature id for the '<em><b>EMessage</b></em>' reference.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.PART__EMESSAGE">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="PART_FEATURE_COUNT"><!-- --></A><H3>
PART_FEATURE_COUNT</H3>
<PRE>
static final int <B>PART_FEATURE_COUNT</B></PRE>
<DL>
<DD>The number of structural features of the '<em>Part</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.PART_FEATURE_COUNT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="BINDING"><!-- --></A><H3>
BINDING</H3>
<PRE>
static final int <B>BINDING</B></PRE>
<DL>
<DD>The meta object id for the '<CODE><em>Binding</em></CODE>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><CODE>BindingImpl</CODE>,
<CODE>WSDLPackageImpl.getBinding()</CODE>,
<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="BINDING__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
BINDING__DOCUMENTATION_ELEMENT</H3>
<PRE>
static final int <B>BINDING__DOCUMENTATION_ELEMENT</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="BINDING__ELEMENT"><!-- --></A><H3>
BINDING__ELEMENT</H3>
<PRE>
static final int <B>BINDING__ELEMENT</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Element</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING__ELEMENT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="BINDING__EEXTENSIBILITY_ELEMENTS"><!-- --></A><H3>
BINDING__EEXTENSIBILITY_ELEMENTS</H3>
<PRE>
static final int <B>BINDING__EEXTENSIBILITY_ELEMENTS</B></PRE>
<DL>
<DD>The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING__EEXTENSIBILITY_ELEMENTS">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="BINDING__QNAME"><!-- --></A><H3>
BINDING__QNAME</H3>
<PRE>
static final int <B>BINDING__QNAME</B></PRE>
<DL>
<DD>The feature id for the '<em><b>QName</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING__QNAME">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="BINDING__UNDEFINED"><!-- --></A><H3>
BINDING__UNDEFINED</H3>
<PRE>
static final int <B>BINDING__UNDEFINED</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Undefined</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING__UNDEFINED">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="BINDING__EPORT_TYPE"><!-- --></A><H3>
BINDING__EPORT_TYPE</H3>
<PRE>
static final int <B>BINDING__EPORT_TYPE</B></PRE>
<DL>
<DD>The feature id for the '<em><b>EPort Type</b></em>' reference.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING__EPORT_TYPE">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="BINDING__EBINDING_OPERATIONS"><!-- --></A><H3>
BINDING__EBINDING_OPERATIONS</H3>
<PRE>
static final int <B>BINDING__EBINDING_OPERATIONS</B></PRE>
<DL>
<DD>The feature id for the '<em><b>EBinding Operations</b></em>' containment reference list.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING__EBINDING_OPERATIONS">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="BINDING_FEATURE_COUNT"><!-- --></A><H3>
BINDING_FEATURE_COUNT</H3>
<PRE>
static final int <B>BINDING_FEATURE_COUNT</B></PRE>
<DL>
<DD>The number of structural features of the '<em>Binding</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_FEATURE_COUNT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="BINDING_OPERATION"><!-- --></A><H3>
BINDING_OPERATION</H3>
<PRE>
static final int <B>BINDING_OPERATION</B></PRE>
<DL>
<DD>The meta object id for the '<CODE><em>Binding Operation</em></CODE>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><CODE>BindingOperationImpl</CODE>,
<CODE>WSDLPackageImpl.getBindingOperation()</CODE>,
<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_OPERATION">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="BINDING_OPERATION__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
BINDING_OPERATION__DOCUMENTATION_ELEMENT</H3>
<PRE>
static final int <B>BINDING_OPERATION__DOCUMENTATION_ELEMENT</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_OPERATION__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="BINDING_OPERATION__ELEMENT"><!-- --></A><H3>
BINDING_OPERATION__ELEMENT</H3>
<PRE>
static final int <B>BINDING_OPERATION__ELEMENT</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Element</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_OPERATION__ELEMENT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="BINDING_OPERATION__EEXTENSIBILITY_ELEMENTS"><!-- --></A><H3>
BINDING_OPERATION__EEXTENSIBILITY_ELEMENTS</H3>
<PRE>
static final int <B>BINDING_OPERATION__EEXTENSIBILITY_ELEMENTS</B></PRE>
<DL>
<DD>The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_OPERATION__EEXTENSIBILITY_ELEMENTS">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="BINDING_OPERATION__NAME"><!-- --></A><H3>
BINDING_OPERATION__NAME</H3>
<PRE>
static final int <B>BINDING_OPERATION__NAME</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Name</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_OPERATION__NAME">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="BINDING_OPERATION__EOPERATION"><!-- --></A><H3>
BINDING_OPERATION__EOPERATION</H3>
<PRE>
static final int <B>BINDING_OPERATION__EOPERATION</B></PRE>
<DL>
<DD>The feature id for the '<em><b>EOperation</b></em>' reference.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_OPERATION__EOPERATION">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="BINDING_OPERATION__EBINDING_INPUT"><!-- --></A><H3>
BINDING_OPERATION__EBINDING_INPUT</H3>
<PRE>
static final int <B>BINDING_OPERATION__EBINDING_INPUT</B></PRE>
<DL>
<DD>The feature id for the '<em><b>EBinding Input</b></em>' containment reference.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_OPERATION__EBINDING_INPUT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="BINDING_OPERATION__EBINDING_OUTPUT"><!-- --></A><H3>
BINDING_OPERATION__EBINDING_OUTPUT</H3>
<PRE>
static final int <B>BINDING_OPERATION__EBINDING_OUTPUT</B></PRE>
<DL>
<DD>The feature id for the '<em><b>EBinding Output</b></em>' containment reference.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_OPERATION__EBINDING_OUTPUT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="BINDING_OPERATION__EBINDING_FAULTS"><!-- --></A><H3>
BINDING_OPERATION__EBINDING_FAULTS</H3>
<PRE>
static final int <B>BINDING_OPERATION__EBINDING_FAULTS</B></PRE>
<DL>
<DD>The feature id for the '<em><b>EBinding Faults</b></em>' containment reference list.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_OPERATION__EBINDING_FAULTS">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="BINDING_OPERATION_FEATURE_COUNT"><!-- --></A><H3>
BINDING_OPERATION_FEATURE_COUNT</H3>
<PRE>
static final int <B>BINDING_OPERATION_FEATURE_COUNT</B></PRE>
<DL>
<DD>The number of structural features of the '<em>Binding Operation</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_OPERATION_FEATURE_COUNT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="SERVICE"><!-- --></A><H3>
SERVICE</H3>
<PRE>
static final int <B>SERVICE</B></PRE>
<DL>
<DD>The meta object id for the '<CODE><em>Service</em></CODE>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><CODE>ServiceImpl</CODE>,
<CODE>WSDLPackageImpl.getService()</CODE>,
<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.SERVICE">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="SERVICE__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
SERVICE__DOCUMENTATION_ELEMENT</H3>
<PRE>
static final int <B>SERVICE__DOCUMENTATION_ELEMENT</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.SERVICE__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="SERVICE__ELEMENT"><!-- --></A><H3>
SERVICE__ELEMENT</H3>
<PRE>
static final int <B>SERVICE__ELEMENT</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Element</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.SERVICE__ELEMENT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="SERVICE__EEXTENSIBILITY_ELEMENTS"><!-- --></A><H3>
SERVICE__EEXTENSIBILITY_ELEMENTS</H3>
<PRE>
static final int <B>SERVICE__EEXTENSIBILITY_ELEMENTS</B></PRE>
<DL>
<DD>The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.SERVICE__EEXTENSIBILITY_ELEMENTS">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="SERVICE__QNAME"><!-- --></A><H3>
SERVICE__QNAME</H3>
<PRE>
static final int <B>SERVICE__QNAME</B></PRE>
<DL>
<DD>The feature id for the '<em><b>QName</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.SERVICE__QNAME">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="SERVICE__UNDEFINED"><!-- --></A><H3>
SERVICE__UNDEFINED</H3>
<PRE>
static final int <B>SERVICE__UNDEFINED</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Undefined</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.SERVICE__UNDEFINED">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="SERVICE__EPORTS"><!-- --></A><H3>
SERVICE__EPORTS</H3>
<PRE>
static final int <B>SERVICE__EPORTS</B></PRE>
<DL>
<DD>The feature id for the '<em><b>EPorts</b></em>' containment reference list.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.SERVICE__EPORTS">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="SERVICE_FEATURE_COUNT"><!-- --></A><H3>
SERVICE_FEATURE_COUNT</H3>
<PRE>
static final int <B>SERVICE_FEATURE_COUNT</B></PRE>
<DL>
<DD>The number of structural features of the '<em>Service</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.SERVICE_FEATURE_COUNT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="PORT"><!-- --></A><H3>
PORT</H3>
<PRE>
static final int <B>PORT</B></PRE>
<DL>
<DD>The meta object id for the '<CODE><em>Port</em></CODE>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><CODE>PortImpl</CODE>,
<CODE>WSDLPackageImpl.getPort()</CODE>,
<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.PORT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="PORT__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
PORT__DOCUMENTATION_ELEMENT</H3>
<PRE>
static final int <B>PORT__DOCUMENTATION_ELEMENT</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.PORT__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="PORT__ELEMENT"><!-- --></A><H3>
PORT__ELEMENT</H3>
<PRE>
static final int <B>PORT__ELEMENT</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Element</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.PORT__ELEMENT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="PORT__EEXTENSIBILITY_ELEMENTS"><!-- --></A><H3>
PORT__EEXTENSIBILITY_ELEMENTS</H3>
<PRE>
static final int <B>PORT__EEXTENSIBILITY_ELEMENTS</B></PRE>
<DL>
<DD>The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.PORT__EEXTENSIBILITY_ELEMENTS">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="PORT__NAME"><!-- --></A><H3>
PORT__NAME</H3>
<PRE>
static final int <B>PORT__NAME</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Name</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.PORT__NAME">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="PORT__EBINDING"><!-- --></A><H3>
PORT__EBINDING</H3>
<PRE>
static final int <B>PORT__EBINDING</B></PRE>
<DL>
<DD>The feature id for the '<em><b>EBinding</b></em>' reference.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.PORT__EBINDING">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="PORT_FEATURE_COUNT"><!-- --></A><H3>
PORT_FEATURE_COUNT</H3>
<PRE>
static final int <B>PORT_FEATURE_COUNT</B></PRE>
<DL>
<DD>The number of structural features of the '<em>Port</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.PORT_FEATURE_COUNT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="EXTENSIBILITY_ELEMENT"><!-- --></A><H3>
EXTENSIBILITY_ELEMENT</H3>
<PRE>
static final int <B>EXTENSIBILITY_ELEMENT</B></PRE>
<DL>
<DD>The meta object id for the '<CODE><em>Extensibility Element</em></CODE>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><CODE>ExtensibilityElementImpl</CODE>,
<CODE>WSDLPackageImpl.getExtensibilityElement()</CODE>,
<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.EXTENSIBILITY_ELEMENT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="EXTENSIBILITY_ELEMENT__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
EXTENSIBILITY_ELEMENT__DOCUMENTATION_ELEMENT</H3>
<PRE>
static final int <B>EXTENSIBILITY_ELEMENT__DOCUMENTATION_ELEMENT</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.EXTENSIBILITY_ELEMENT__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="EXTENSIBILITY_ELEMENT__ELEMENT"><!-- --></A><H3>
EXTENSIBILITY_ELEMENT__ELEMENT</H3>
<PRE>
static final int <B>EXTENSIBILITY_ELEMENT__ELEMENT</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Element</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.EXTENSIBILITY_ELEMENT__ELEMENT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="EXTENSIBILITY_ELEMENT__REQUIRED"><!-- --></A><H3>
EXTENSIBILITY_ELEMENT__REQUIRED</H3>
<PRE>
static final int <B>EXTENSIBILITY_ELEMENT__REQUIRED</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Required</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.EXTENSIBILITY_ELEMENT__REQUIRED">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="EXTENSIBILITY_ELEMENT__ELEMENT_TYPE"><!-- --></A><H3>
EXTENSIBILITY_ELEMENT__ELEMENT_TYPE</H3>
<PRE>
static final int <B>EXTENSIBILITY_ELEMENT__ELEMENT_TYPE</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Element Type</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.EXTENSIBILITY_ELEMENT__ELEMENT_TYPE">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="EXTENSIBILITY_ELEMENT_FEATURE_COUNT"><!-- --></A><H3>
EXTENSIBILITY_ELEMENT_FEATURE_COUNT</H3>
<PRE>
static final int <B>EXTENSIBILITY_ELEMENT_FEATURE_COUNT</B></PRE>
<DL>
<DD>The number of structural features of the '<em>Extensibility Element</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.EXTENSIBILITY_ELEMENT_FEATURE_COUNT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DEFINITION"><!-- --></A><H3>
DEFINITION</H3>
<PRE>
static final int <B>DEFINITION</B></PRE>
<DL>
<DD>The meta object id for the '<CODE><em>Definition</em></CODE>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><CODE>DefinitionImpl</CODE>,
<CODE>WSDLPackageImpl.getDefinition()</CODE>,
<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.DEFINITION">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DEFINITION__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
DEFINITION__DOCUMENTATION_ELEMENT</H3>
<PRE>
static final int <B>DEFINITION__DOCUMENTATION_ELEMENT</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.DEFINITION__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DEFINITION__ELEMENT"><!-- --></A><H3>
DEFINITION__ELEMENT</H3>
<PRE>
static final int <B>DEFINITION__ELEMENT</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Element</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.DEFINITION__ELEMENT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DEFINITION__EEXTENSIBILITY_ELEMENTS"><!-- --></A><H3>
DEFINITION__EEXTENSIBILITY_ELEMENTS</H3>
<PRE>
static final int <B>DEFINITION__EEXTENSIBILITY_ELEMENTS</B></PRE>
<DL>
<DD>The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.DEFINITION__EEXTENSIBILITY_ELEMENTS">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DEFINITION__TARGET_NAMESPACE"><!-- --></A><H3>
DEFINITION__TARGET_NAMESPACE</H3>
<PRE>
static final int <B>DEFINITION__TARGET_NAMESPACE</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Target Namespace</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.DEFINITION__TARGET_NAMESPACE">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DEFINITION__LOCATION"><!-- --></A><H3>
DEFINITION__LOCATION</H3>
<PRE>
static final int <B>DEFINITION__LOCATION</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Location</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.DEFINITION__LOCATION">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DEFINITION__QNAME"><!-- --></A><H3>
DEFINITION__QNAME</H3>
<PRE>
static final int <B>DEFINITION__QNAME</B></PRE>
<DL>
<DD>The feature id for the '<em><b>QName</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.DEFINITION__QNAME">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DEFINITION__ENCODING"><!-- --></A><H3>
DEFINITION__ENCODING</H3>
<PRE>
static final int <B>DEFINITION__ENCODING</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Encoding</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.DEFINITION__ENCODING">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DEFINITION__EIMPORTS"><!-- --></A><H3>
DEFINITION__EIMPORTS</H3>
<PRE>
static final int <B>DEFINITION__EIMPORTS</B></PRE>
<DL>
<DD>The feature id for the '<em><b>EImports</b></em>' containment reference list.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.DEFINITION__EIMPORTS">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DEFINITION__ETYPES"><!-- --></A><H3>
DEFINITION__ETYPES</H3>
<PRE>
static final int <B>DEFINITION__ETYPES</B></PRE>
<DL>
<DD>The feature id for the '<em><b>ETypes</b></em>' containment reference.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.DEFINITION__ETYPES">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DEFINITION__EMESSAGES"><!-- --></A><H3>
DEFINITION__EMESSAGES</H3>
<PRE>
static final int <B>DEFINITION__EMESSAGES</B></PRE>
<DL>
<DD>The feature id for the '<em><b>EMessages</b></em>' containment reference list.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.DEFINITION__EMESSAGES">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DEFINITION__EPORT_TYPES"><!-- --></A><H3>
DEFINITION__EPORT_TYPES</H3>
<PRE>
static final int <B>DEFINITION__EPORT_TYPES</B></PRE>
<DL>
<DD>The feature id for the '<em><b>EPort Types</b></em>' containment reference list.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.DEFINITION__EPORT_TYPES">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DEFINITION__EBINDINGS"><!-- --></A><H3>
DEFINITION__EBINDINGS</H3>
<PRE>
static final int <B>DEFINITION__EBINDINGS</B></PRE>
<DL>
<DD>The feature id for the '<em><b>EBindings</b></em>' containment reference list.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.DEFINITION__EBINDINGS">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DEFINITION__ESERVICES"><!-- --></A><H3>
DEFINITION__ESERVICES</H3>
<PRE>
static final int <B>DEFINITION__ESERVICES</B></PRE>
<DL>
<DD>The feature id for the '<em><b>EServices</b></em>' containment reference list.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.DEFINITION__ESERVICES">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DEFINITION__ENAMESPACES"><!-- --></A><H3>
DEFINITION__ENAMESPACES</H3>
<PRE>
static final int <B>DEFINITION__ENAMESPACES</B></PRE>
<DL>
<DD>The feature id for the '<em><b>ENamespaces</b></em>' containment reference list.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.DEFINITION__ENAMESPACES">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DEFINITION_FEATURE_COUNT"><!-- --></A><H3>
DEFINITION_FEATURE_COUNT</H3>
<PRE>
static final int <B>DEFINITION_FEATURE_COUNT</B></PRE>
<DL>
<DD>The number of structural features of the '<em>Definition</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.DEFINITION_FEATURE_COUNT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="IMPORT"><!-- --></A><H3>
IMPORT</H3>
<PRE>
static final int <B>IMPORT</B></PRE>
<DL>
<DD>The meta object id for the '<CODE><em>Import</em></CODE>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><CODE>ImportImpl</CODE>,
<CODE>WSDLPackageImpl.getImport()</CODE>,
<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IMPORT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="IMPORT__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
IMPORT__DOCUMENTATION_ELEMENT</H3>
<PRE>
static final int <B>IMPORT__DOCUMENTATION_ELEMENT</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IMPORT__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="IMPORT__ELEMENT"><!-- --></A><H3>
IMPORT__ELEMENT</H3>
<PRE>
static final int <B>IMPORT__ELEMENT</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Element</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IMPORT__ELEMENT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="IMPORT__EEXTENSIBILITY_ELEMENTS"><!-- --></A><H3>
IMPORT__EEXTENSIBILITY_ELEMENTS</H3>
<PRE>
static final int <B>IMPORT__EEXTENSIBILITY_ELEMENTS</B></PRE>
<DL>
<DD>The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IMPORT__EEXTENSIBILITY_ELEMENTS">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="IMPORT__NAMESPACE_URI"><!-- --></A><H3>
IMPORT__NAMESPACE_URI</H3>
<PRE>
static final int <B>IMPORT__NAMESPACE_URI</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Namespace URI</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IMPORT__NAMESPACE_URI">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="IMPORT__LOCATION_URI"><!-- --></A><H3>
IMPORT__LOCATION_URI</H3>
<PRE>
static final int <B>IMPORT__LOCATION_URI</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Location URI</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IMPORT__LOCATION_URI">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="IMPORT__EDEFINITION"><!-- --></A><H3>
IMPORT__EDEFINITION</H3>
<PRE>
static final int <B>IMPORT__EDEFINITION</B></PRE>
<DL>
<DD>The feature id for the '<em><b>EDefinition</b></em>' reference.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IMPORT__EDEFINITION">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="IMPORT__ESCHEMA"><!-- --></A><H3>
IMPORT__ESCHEMA</H3>
<PRE>
static final int <B>IMPORT__ESCHEMA</B></PRE>
<DL>
<DD>The feature id for the '<em><b>ESchema</b></em>' reference.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IMPORT__ESCHEMA">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="IMPORT_FEATURE_COUNT"><!-- --></A><H3>
IMPORT_FEATURE_COUNT</H3>
<PRE>
static final int <B>IMPORT_FEATURE_COUNT</B></PRE>
<DL>
<DD>The number of structural features of the '<em>Import</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IMPORT_FEATURE_COUNT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="MESSAGE_REFERENCE"><!-- --></A><H3>
MESSAGE_REFERENCE</H3>
<PRE>
static final int <B>MESSAGE_REFERENCE</B></PRE>
<DL>
<DD>The meta object id for the '<CODE><em>Message Reference</em></CODE>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><CODE>MessageReferenceImpl</CODE>,
<CODE>WSDLPackageImpl.getMessageReference()</CODE>,
<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.MESSAGE_REFERENCE">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="MESSAGE_REFERENCE__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
MESSAGE_REFERENCE__DOCUMENTATION_ELEMENT</H3>
<PRE>
static final int <B>MESSAGE_REFERENCE__DOCUMENTATION_ELEMENT</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.MESSAGE_REFERENCE__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="MESSAGE_REFERENCE__ELEMENT"><!-- --></A><H3>
MESSAGE_REFERENCE__ELEMENT</H3>
<PRE>
static final int <B>MESSAGE_REFERENCE__ELEMENT</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Element</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.MESSAGE_REFERENCE__ELEMENT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="MESSAGE_REFERENCE__EEXTENSIBILITY_ELEMENTS"><!-- --></A><H3>
MESSAGE_REFERENCE__EEXTENSIBILITY_ELEMENTS</H3>
<PRE>
static final int <B>MESSAGE_REFERENCE__EEXTENSIBILITY_ELEMENTS</B></PRE>
<DL>
<DD>The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.MESSAGE_REFERENCE__EEXTENSIBILITY_ELEMENTS">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="MESSAGE_REFERENCE__NAME"><!-- --></A><H3>
MESSAGE_REFERENCE__NAME</H3>
<PRE>
static final int <B>MESSAGE_REFERENCE__NAME</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Name</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.MESSAGE_REFERENCE__NAME">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="MESSAGE_REFERENCE__EMESSAGE"><!-- --></A><H3>
MESSAGE_REFERENCE__EMESSAGE</H3>
<PRE>
static final int <B>MESSAGE_REFERENCE__EMESSAGE</B></PRE>
<DL>
<DD>The feature id for the '<em><b>EMessage</b></em>' reference.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.MESSAGE_REFERENCE__EMESSAGE">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="MESSAGE_REFERENCE_FEATURE_COUNT"><!-- --></A><H3>
MESSAGE_REFERENCE_FEATURE_COUNT</H3>
<PRE>
static final int <B>MESSAGE_REFERENCE_FEATURE_COUNT</B></PRE>
<DL>
<DD>The number of structural features of the '<em>Message Reference</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.MESSAGE_REFERENCE_FEATURE_COUNT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="INPUT"><!-- --></A><H3>
INPUT</H3>
<PRE>
static final int <B>INPUT</B></PRE>
<DL>
<DD>The meta object id for the '<CODE><em>Input</em></CODE>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><CODE>InputImpl</CODE>,
<CODE>WSDLPackageImpl.getInput()</CODE>,
<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.INPUT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="INPUT__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
INPUT__DOCUMENTATION_ELEMENT</H3>
<PRE>
static final int <B>INPUT__DOCUMENTATION_ELEMENT</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.INPUT__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="INPUT__ELEMENT"><!-- --></A><H3>
INPUT__ELEMENT</H3>
<PRE>
static final int <B>INPUT__ELEMENT</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Element</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.INPUT__ELEMENT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="INPUT__EEXTENSIBILITY_ELEMENTS"><!-- --></A><H3>
INPUT__EEXTENSIBILITY_ELEMENTS</H3>
<PRE>
static final int <B>INPUT__EEXTENSIBILITY_ELEMENTS</B></PRE>
<DL>
<DD>The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.INPUT__EEXTENSIBILITY_ELEMENTS">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="INPUT__NAME"><!-- --></A><H3>
INPUT__NAME</H3>
<PRE>
static final int <B>INPUT__NAME</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Name</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.INPUT__NAME">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="INPUT__EMESSAGE"><!-- --></A><H3>
INPUT__EMESSAGE</H3>
<PRE>
static final int <B>INPUT__EMESSAGE</B></PRE>
<DL>
<DD>The feature id for the '<em><b>EMessage</b></em>' reference.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.INPUT__EMESSAGE">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="INPUT_FEATURE_COUNT"><!-- --></A><H3>
INPUT_FEATURE_COUNT</H3>
<PRE>
static final int <B>INPUT_FEATURE_COUNT</B></PRE>
<DL>
<DD>The number of structural features of the '<em>Input</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.INPUT_FEATURE_COUNT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="OUTPUT"><!-- --></A><H3>
OUTPUT</H3>
<PRE>
static final int <B>OUTPUT</B></PRE>
<DL>
<DD>The meta object id for the '<CODE><em>Output</em></CODE>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><CODE>OutputImpl</CODE>,
<CODE>WSDLPackageImpl.getOutput()</CODE>,
<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.OUTPUT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="OUTPUT__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
OUTPUT__DOCUMENTATION_ELEMENT</H3>
<PRE>
static final int <B>OUTPUT__DOCUMENTATION_ELEMENT</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.OUTPUT__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="OUTPUT__ELEMENT"><!-- --></A><H3>
OUTPUT__ELEMENT</H3>
<PRE>
static final int <B>OUTPUT__ELEMENT</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Element</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.OUTPUT__ELEMENT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="OUTPUT__EEXTENSIBILITY_ELEMENTS"><!-- --></A><H3>
OUTPUT__EEXTENSIBILITY_ELEMENTS</H3>
<PRE>
static final int <B>OUTPUT__EEXTENSIBILITY_ELEMENTS</B></PRE>
<DL>
<DD>The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.OUTPUT__EEXTENSIBILITY_ELEMENTS">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="OUTPUT__NAME"><!-- --></A><H3>
OUTPUT__NAME</H3>
<PRE>
static final int <B>OUTPUT__NAME</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Name</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.OUTPUT__NAME">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="OUTPUT__EMESSAGE"><!-- --></A><H3>
OUTPUT__EMESSAGE</H3>
<PRE>
static final int <B>OUTPUT__EMESSAGE</B></PRE>
<DL>
<DD>The feature id for the '<em><b>EMessage</b></em>' reference.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.OUTPUT__EMESSAGE">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="OUTPUT_FEATURE_COUNT"><!-- --></A><H3>
OUTPUT_FEATURE_COUNT</H3>
<PRE>
static final int <B>OUTPUT_FEATURE_COUNT</B></PRE>
<DL>
<DD>The number of structural features of the '<em>Output</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.OUTPUT_FEATURE_COUNT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="FAULT"><!-- --></A><H3>
FAULT</H3>
<PRE>
static final int <B>FAULT</B></PRE>
<DL>
<DD>The meta object id for the '<CODE><em>Fault</em></CODE>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><CODE>FaultImpl</CODE>,
<CODE>WSDLPackageImpl.getFault()</CODE>,
<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.FAULT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="FAULT__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
FAULT__DOCUMENTATION_ELEMENT</H3>
<PRE>
static final int <B>FAULT__DOCUMENTATION_ELEMENT</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.FAULT__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="FAULT__ELEMENT"><!-- --></A><H3>
FAULT__ELEMENT</H3>
<PRE>
static final int <B>FAULT__ELEMENT</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Element</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.FAULT__ELEMENT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="FAULT__EEXTENSIBILITY_ELEMENTS"><!-- --></A><H3>
FAULT__EEXTENSIBILITY_ELEMENTS</H3>
<PRE>
static final int <B>FAULT__EEXTENSIBILITY_ELEMENTS</B></PRE>
<DL>
<DD>The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.FAULT__EEXTENSIBILITY_ELEMENTS">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="FAULT__NAME"><!-- --></A><H3>
FAULT__NAME</H3>
<PRE>
static final int <B>FAULT__NAME</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Name</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.FAULT__NAME">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="FAULT__EMESSAGE"><!-- --></A><H3>
FAULT__EMESSAGE</H3>
<PRE>
static final int <B>FAULT__EMESSAGE</B></PRE>
<DL>
<DD>The feature id for the '<em><b>EMessage</b></em>' reference.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.FAULT__EMESSAGE">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="FAULT_FEATURE_COUNT"><!-- --></A><H3>
FAULT_FEATURE_COUNT</H3>
<PRE>
static final int <B>FAULT_FEATURE_COUNT</B></PRE>
<DL>
<DD>The number of structural features of the '<em>Fault</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.FAULT_FEATURE_COUNT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="BINDING_INPUT"><!-- --></A><H3>
BINDING_INPUT</H3>
<PRE>
static final int <B>BINDING_INPUT</B></PRE>
<DL>
<DD>The meta object id for the '<CODE><em>Binding Input</em></CODE>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><CODE>BindingInputImpl</CODE>,
<CODE>WSDLPackageImpl.getBindingInput()</CODE>,
<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_INPUT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="BINDING_INPUT__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
BINDING_INPUT__DOCUMENTATION_ELEMENT</H3>
<PRE>
static final int <B>BINDING_INPUT__DOCUMENTATION_ELEMENT</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_INPUT__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="BINDING_INPUT__ELEMENT"><!-- --></A><H3>
BINDING_INPUT__ELEMENT</H3>
<PRE>
static final int <B>BINDING_INPUT__ELEMENT</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Element</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_INPUT__ELEMENT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="BINDING_INPUT__EEXTENSIBILITY_ELEMENTS"><!-- --></A><H3>
BINDING_INPUT__EEXTENSIBILITY_ELEMENTS</H3>
<PRE>
static final int <B>BINDING_INPUT__EEXTENSIBILITY_ELEMENTS</B></PRE>
<DL>
<DD>The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_INPUT__EEXTENSIBILITY_ELEMENTS">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="BINDING_INPUT__NAME"><!-- --></A><H3>
BINDING_INPUT__NAME</H3>
<PRE>
static final int <B>BINDING_INPUT__NAME</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Name</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_INPUT__NAME">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="BINDING_INPUT__EINPUT"><!-- --></A><H3>
BINDING_INPUT__EINPUT</H3>
<PRE>
static final int <B>BINDING_INPUT__EINPUT</B></PRE>
<DL>
<DD>The feature id for the '<em><b>EInput</b></em>' reference.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_INPUT__EINPUT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="BINDING_INPUT_FEATURE_COUNT"><!-- --></A><H3>
BINDING_INPUT_FEATURE_COUNT</H3>
<PRE>
static final int <B>BINDING_INPUT_FEATURE_COUNT</B></PRE>
<DL>
<DD>The number of structural features of the '<em>Binding Input</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_INPUT_FEATURE_COUNT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="BINDING_OUTPUT"><!-- --></A><H3>
BINDING_OUTPUT</H3>
<PRE>
static final int <B>BINDING_OUTPUT</B></PRE>
<DL>
<DD>The meta object id for the '<CODE><em>Binding Output</em></CODE>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><CODE>BindingOutputImpl</CODE>,
<CODE>WSDLPackageImpl.getBindingOutput()</CODE>,
<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_OUTPUT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="BINDING_OUTPUT__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
BINDING_OUTPUT__DOCUMENTATION_ELEMENT</H3>
<PRE>
static final int <B>BINDING_OUTPUT__DOCUMENTATION_ELEMENT</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_OUTPUT__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="BINDING_OUTPUT__ELEMENT"><!-- --></A><H3>
BINDING_OUTPUT__ELEMENT</H3>
<PRE>
static final int <B>BINDING_OUTPUT__ELEMENT</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Element</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_OUTPUT__ELEMENT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="BINDING_OUTPUT__EEXTENSIBILITY_ELEMENTS"><!-- --></A><H3>
BINDING_OUTPUT__EEXTENSIBILITY_ELEMENTS</H3>
<PRE>
static final int <B>BINDING_OUTPUT__EEXTENSIBILITY_ELEMENTS</B></PRE>
<DL>
<DD>The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_OUTPUT__EEXTENSIBILITY_ELEMENTS">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="BINDING_OUTPUT__NAME"><!-- --></A><H3>
BINDING_OUTPUT__NAME</H3>
<PRE>
static final int <B>BINDING_OUTPUT__NAME</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Name</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_OUTPUT__NAME">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="BINDING_OUTPUT__EOUTPUT"><!-- --></A><H3>
BINDING_OUTPUT__EOUTPUT</H3>
<PRE>
static final int <B>BINDING_OUTPUT__EOUTPUT</B></PRE>
<DL>
<DD>The feature id for the '<em><b>EOutput</b></em>' reference.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_OUTPUT__EOUTPUT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="BINDING_OUTPUT_FEATURE_COUNT"><!-- --></A><H3>
BINDING_OUTPUT_FEATURE_COUNT</H3>
<PRE>
static final int <B>BINDING_OUTPUT_FEATURE_COUNT</B></PRE>
<DL>
<DD>The number of structural features of the '<em>Binding Output</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_OUTPUT_FEATURE_COUNT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="BINDING_FAULT"><!-- --></A><H3>
BINDING_FAULT</H3>
<PRE>
static final int <B>BINDING_FAULT</B></PRE>
<DL>
<DD>The meta object id for the '<CODE><em>Binding Fault</em></CODE>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><CODE>BindingFaultImpl</CODE>,
<CODE>WSDLPackageImpl.getBindingFault()</CODE>,
<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_FAULT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="BINDING_FAULT__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
BINDING_FAULT__DOCUMENTATION_ELEMENT</H3>
<PRE>
static final int <B>BINDING_FAULT__DOCUMENTATION_ELEMENT</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_FAULT__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="BINDING_FAULT__ELEMENT"><!-- --></A><H3>
BINDING_FAULT__ELEMENT</H3>
<PRE>
static final int <B>BINDING_FAULT__ELEMENT</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Element</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_FAULT__ELEMENT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="BINDING_FAULT__EEXTENSIBILITY_ELEMENTS"><!-- --></A><H3>
BINDING_FAULT__EEXTENSIBILITY_ELEMENTS</H3>
<PRE>
static final int <B>BINDING_FAULT__EEXTENSIBILITY_ELEMENTS</B></PRE>
<DL>
<DD>The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_FAULT__EEXTENSIBILITY_ELEMENTS">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="BINDING_FAULT__NAME"><!-- --></A><H3>
BINDING_FAULT__NAME</H3>
<PRE>
static final int <B>BINDING_FAULT__NAME</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Name</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_FAULT__NAME">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="BINDING_FAULT__EFAULT"><!-- --></A><H3>
BINDING_FAULT__EFAULT</H3>
<PRE>
static final int <B>BINDING_FAULT__EFAULT</B></PRE>
<DL>
<DD>The feature id for the '<em><b>EFault</b></em>' reference.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_FAULT__EFAULT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="BINDING_FAULT_FEATURE_COUNT"><!-- --></A><H3>
BINDING_FAULT_FEATURE_COUNT</H3>
<PRE>
static final int <B>BINDING_FAULT_FEATURE_COUNT</B></PRE>
<DL>
<DD>The number of structural features of the '<em>Binding Fault</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.BINDING_FAULT_FEATURE_COUNT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="NAMESPACE"><!-- --></A><H3>
NAMESPACE</H3>
<PRE>
static final int <B>NAMESPACE</B></PRE>
<DL>
<DD>The meta object id for the '<CODE><em>Namespace</em></CODE>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><CODE>NamespaceImpl</CODE>,
<CODE>WSDLPackageImpl.getNamespace()</CODE>,
<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.NAMESPACE">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="NAMESPACE__URI"><!-- --></A><H3>
NAMESPACE__URI</H3>
<PRE>
static final int <B>NAMESPACE__URI</B></PRE>
<DL>
<DD>The feature id for the '<em><b>URI</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.NAMESPACE__URI">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="NAMESPACE__PREFIX"><!-- --></A><H3>
NAMESPACE__PREFIX</H3>
<PRE>
static final int <B>NAMESPACE__PREFIX</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Prefix</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.NAMESPACE__PREFIX">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="NAMESPACE_FEATURE_COUNT"><!-- --></A><H3>
NAMESPACE_FEATURE_COUNT</H3>
<PRE>
static final int <B>NAMESPACE_FEATURE_COUNT</B></PRE>
<DL>
<DD>The number of structural features of the '<em>Namespace</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.NAMESPACE_FEATURE_COUNT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="IPORT_TYPE"><!-- --></A><H3>
IPORT_TYPE</H3>
<PRE>
static final int <B>IPORT_TYPE</B></PRE>
<DL>
<DD>The meta object id for the '<CODE><em>IPort Type</em></CODE>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><CODE>PortType</CODE>,
<CODE>WSDLPackageImpl.getIPortType()</CODE>,
<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IPORT_TYPE">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="IPORT_TYPE_FEATURE_COUNT"><!-- --></A><H3>
IPORT_TYPE_FEATURE_COUNT</H3>
<PRE>
static final int <B>IPORT_TYPE_FEATURE_COUNT</B></PRE>
<DL>
<DD>The number of structural features of the '<em>IPort Type</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IPORT_TYPE_FEATURE_COUNT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="IOPERATION"><!-- --></A><H3>
IOPERATION</H3>
<PRE>
static final int <B>IOPERATION</B></PRE>
<DL>
<DD>The meta object id for the '<CODE><em>IOperation</em></CODE>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><CODE>Operation</CODE>,
<CODE>WSDLPackageImpl.getIOperation()</CODE>,
<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IOPERATION">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="IOPERATION_FEATURE_COUNT"><!-- --></A><H3>
IOPERATION_FEATURE_COUNT</H3>
<PRE>
static final int <B>IOPERATION_FEATURE_COUNT</B></PRE>
<DL>
<DD>The number of structural features of the '<em>IOperation</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IOPERATION_FEATURE_COUNT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="IINPUT"><!-- --></A><H3>
IINPUT</H3>
<PRE>
static final int <B>IINPUT</B></PRE>
<DL>
<DD>The meta object id for the '<CODE><em>IInput</em></CODE>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><CODE>Input</CODE>,
<CODE>WSDLPackageImpl.getIInput()</CODE>,
<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IINPUT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="IINPUT_FEATURE_COUNT"><!-- --></A><H3>
IINPUT_FEATURE_COUNT</H3>
<PRE>
static final int <B>IINPUT_FEATURE_COUNT</B></PRE>
<DL>
<DD>The number of structural features of the '<em>IInput</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IINPUT_FEATURE_COUNT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="IOUTPUT"><!-- --></A><H3>
IOUTPUT</H3>
<PRE>
static final int <B>IOUTPUT</B></PRE>
<DL>
<DD>The meta object id for the '<CODE><em>IOutput</em></CODE>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><CODE>Output</CODE>,
<CODE>WSDLPackageImpl.getIOutput()</CODE>,
<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IOUTPUT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="IOUTPUT_FEATURE_COUNT"><!-- --></A><H3>
IOUTPUT_FEATURE_COUNT</H3>
<PRE>
static final int <B>IOUTPUT_FEATURE_COUNT</B></PRE>
<DL>
<DD>The number of structural features of the '<em>IOutput</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IOUTPUT_FEATURE_COUNT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="IFAULT"><!-- --></A><H3>
IFAULT</H3>
<PRE>
static final int <B>IFAULT</B></PRE>
<DL>
<DD>The meta object id for the '<CODE><em>IFault</em></CODE>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><CODE>Fault</CODE>,
<CODE>WSDLPackageImpl.getIFault()</CODE>,
<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IFAULT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="IFAULT_FEATURE_COUNT"><!-- --></A><H3>
IFAULT_FEATURE_COUNT</H3>
<PRE>
static final int <B>IFAULT_FEATURE_COUNT</B></PRE>
<DL>
<DD>The number of structural features of the '<em>IFault</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IFAULT_FEATURE_COUNT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="IMESSAGE"><!-- --></A><H3>
IMESSAGE</H3>
<PRE>
static final int <B>IMESSAGE</B></PRE>
<DL>
<DD>The meta object id for the '<CODE><em>IMessage</em></CODE>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><CODE>Message</CODE>,
<CODE>WSDLPackageImpl.getIMessage()</CODE>,
<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IMESSAGE">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="IMESSAGE_FEATURE_COUNT"><!-- --></A><H3>
IMESSAGE_FEATURE_COUNT</H3>
<PRE>
static final int <B>IMESSAGE_FEATURE_COUNT</B></PRE>
<DL>
<DD>The number of structural features of the '<em>IMessage</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IMESSAGE_FEATURE_COUNT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="IPART"><!-- --></A><H3>
IPART</H3>
<PRE>
static final int <B>IPART</B></PRE>
<DL>
<DD>The meta object id for the '<CODE><em>IPart</em></CODE>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><CODE>Part</CODE>,
<CODE>WSDLPackageImpl.getIPart()</CODE>,
<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IPART">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="IPART_FEATURE_COUNT"><!-- --></A><H3>
IPART_FEATURE_COUNT</H3>
<PRE>
static final int <B>IPART_FEATURE_COUNT</B></PRE>
<DL>
<DD>The number of structural features of the '<em>IPart</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IPART_FEATURE_COUNT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="ISERVICE"><!-- --></A><H3>
ISERVICE</H3>
<PRE>
static final int <B>ISERVICE</B></PRE>
<DL>
<DD>The meta object id for the '<CODE><em>IService</em></CODE>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><CODE>Service</CODE>,
<CODE>WSDLPackageImpl.getIService()</CODE>,
<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.ISERVICE">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="ISERVICE_FEATURE_COUNT"><!-- --></A><H3>
ISERVICE_FEATURE_COUNT</H3>
<PRE>
static final int <B>ISERVICE_FEATURE_COUNT</B></PRE>
<DL>
<DD>The number of structural features of the '<em>IService</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.ISERVICE_FEATURE_COUNT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="IPORT"><!-- --></A><H3>
IPORT</H3>
<PRE>
static final int <B>IPORT</B></PRE>
<DL>
<DD>The meta object id for the '<CODE><em>IPort</em></CODE>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><CODE>Port</CODE>,
<CODE>WSDLPackageImpl.getIPort()</CODE>,
<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IPORT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="IPORT_FEATURE_COUNT"><!-- --></A><H3>
IPORT_FEATURE_COUNT</H3>
<PRE>
static final int <B>IPORT_FEATURE_COUNT</B></PRE>
<DL>
<DD>The number of structural features of the '<em>IPort</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IPORT_FEATURE_COUNT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="IBINDING"><!-- --></A><H3>
IBINDING</H3>
<PRE>
static final int <B>IBINDING</B></PRE>
<DL>
<DD>The meta object id for the '<CODE><em>IBinding</em></CODE>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><CODE>Binding</CODE>,
<CODE>WSDLPackageImpl.getIBinding()</CODE>,
<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IBINDING">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="IBINDING_FEATURE_COUNT"><!-- --></A><H3>
IBINDING_FEATURE_COUNT</H3>
<PRE>
static final int <B>IBINDING_FEATURE_COUNT</B></PRE>
<DL>
<DD>The number of structural features of the '<em>IBinding</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IBINDING_FEATURE_COUNT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="IBINDING_OPERATION"><!-- --></A><H3>
IBINDING_OPERATION</H3>
<PRE>
static final int <B>IBINDING_OPERATION</B></PRE>
<DL>
<DD>The meta object id for the '<CODE><em>IBinding Operation</em></CODE>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><CODE>BindingOperation</CODE>,
<CODE>WSDLPackageImpl.getIBindingOperation()</CODE>,
<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IBINDING_OPERATION">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="IBINDING_OPERATION_FEATURE_COUNT"><!-- --></A><H3>
IBINDING_OPERATION_FEATURE_COUNT</H3>
<PRE>
static final int <B>IBINDING_OPERATION_FEATURE_COUNT</B></PRE>
<DL>
<DD>The number of structural features of the '<em>IBinding Operation</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IBINDING_OPERATION_FEATURE_COUNT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="IBINDING_INPUT"><!-- --></A><H3>
IBINDING_INPUT</H3>
<PRE>
static final int <B>IBINDING_INPUT</B></PRE>
<DL>
<DD>The meta object id for the '<CODE><em>IBinding Input</em></CODE>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><CODE>BindingInput</CODE>,
<CODE>WSDLPackageImpl.getIBindingInput()</CODE>,
<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IBINDING_INPUT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="IBINDING_INPUT_FEATURE_COUNT"><!-- --></A><H3>
IBINDING_INPUT_FEATURE_COUNT</H3>
<PRE>
static final int <B>IBINDING_INPUT_FEATURE_COUNT</B></PRE>
<DL>
<DD>The number of structural features of the '<em>IBinding Input</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IBINDING_INPUT_FEATURE_COUNT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="IBINDING_OUTPUT"><!-- --></A><H3>
IBINDING_OUTPUT</H3>
<PRE>
static final int <B>IBINDING_OUTPUT</B></PRE>
<DL>
<DD>The meta object id for the '<CODE><em>IBinding Output</em></CODE>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><CODE>BindingOutput</CODE>,
<CODE>WSDLPackageImpl.getIBindingOutput()</CODE>,
<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IBINDING_OUTPUT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="IBINDING_OUTPUT_FEATURE_COUNT"><!-- --></A><H3>
IBINDING_OUTPUT_FEATURE_COUNT</H3>
<PRE>
static final int <B>IBINDING_OUTPUT_FEATURE_COUNT</B></PRE>
<DL>
<DD>The number of structural features of the '<em>IBinding Output</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IBINDING_OUTPUT_FEATURE_COUNT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="IBINDING_FAULT"><!-- --></A><H3>
IBINDING_FAULT</H3>
<PRE>
static final int <B>IBINDING_FAULT</B></PRE>
<DL>
<DD>The meta object id for the '<CODE><em>IBinding Fault</em></CODE>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><CODE>BindingFault</CODE>,
<CODE>WSDLPackageImpl.getIBindingFault()</CODE>,
<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IBINDING_FAULT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="IBINDING_FAULT_FEATURE_COUNT"><!-- --></A><H3>
IBINDING_FAULT_FEATURE_COUNT</H3>
<PRE>
static final int <B>IBINDING_FAULT_FEATURE_COUNT</B></PRE>
<DL>
<DD>The number of structural features of the '<em>IBinding Fault</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IBINDING_FAULT_FEATURE_COUNT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="IEXTENSIBILITY_ELEMENT"><!-- --></A><H3>
IEXTENSIBILITY_ELEMENT</H3>
<PRE>
static final int <B>IEXTENSIBILITY_ELEMENT</B></PRE>
<DL>
<DD>The meta object id for the '<CODE><em>IExtensibility Element</em></CODE>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><CODE>ExtensibilityElement</CODE>,
<CODE>WSDLPackageImpl.getIExtensibilityElement()</CODE>,
<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IEXTENSIBILITY_ELEMENT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="IEXTENSIBILITY_ELEMENT_FEATURE_COUNT"><!-- --></A><H3>
IEXTENSIBILITY_ELEMENT_FEATURE_COUNT</H3>
<PRE>
static final int <B>IEXTENSIBILITY_ELEMENT_FEATURE_COUNT</B></PRE>
<DL>
<DD>The number of structural features of the '<em>IExtensibility Element</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IEXTENSIBILITY_ELEMENT_FEATURE_COUNT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="IDEFINITION"><!-- --></A><H3>
IDEFINITION</H3>
<PRE>
static final int <B>IDEFINITION</B></PRE>
<DL>
<DD>The meta object id for the '<CODE><em>IDefinition</em></CODE>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><CODE>Definition</CODE>,
<CODE>WSDLPackageImpl.getIDefinition()</CODE>,
<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IDEFINITION">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="IDEFINITION_FEATURE_COUNT"><!-- --></A><H3>
IDEFINITION_FEATURE_COUNT</H3>
<PRE>
static final int <B>IDEFINITION_FEATURE_COUNT</B></PRE>
<DL>
<DD>The number of structural features of the '<em>IDefinition</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IDEFINITION_FEATURE_COUNT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="IIMPORT"><!-- --></A><H3>
IIMPORT</H3>
<PRE>
static final int <B>IIMPORT</B></PRE>
<DL>
<DD>The meta object id for the '<CODE><em>IImport</em></CODE>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><CODE>Import</CODE>,
<CODE>WSDLPackageImpl.getIImport()</CODE>,
<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IIMPORT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="IIMPORT_FEATURE_COUNT"><!-- --></A><H3>
IIMPORT_FEATURE_COUNT</H3>
<PRE>
static final int <B>IIMPORT_FEATURE_COUNT</B></PRE>
<DL>
<DD>The number of structural features of the '<em>IImport</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IIMPORT_FEATURE_COUNT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="ILIST"><!-- --></A><H3>
ILIST</H3>
<PRE>
static final int <B>ILIST</B></PRE>
<DL>
<DD>The meta object id for the '<CODE><em>IList</em></CODE>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><CODE>List</CODE>,
<CODE>WSDLPackageImpl.getIList()</CODE>,
<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.ILIST">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="ILIST_FEATURE_COUNT"><!-- --></A><H3>
ILIST_FEATURE_COUNT</H3>
<PRE>
static final int <B>ILIST_FEATURE_COUNT</B></PRE>
<DL>
<DD>The number of structural features of the '<em>IList</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.ILIST_FEATURE_COUNT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="IMAP"><!-- --></A><H3>
IMAP</H3>
<PRE>
static final int <B>IMAP</B></PRE>
<DL>
<DD>The meta object id for the '<CODE><em>IMap</em></CODE>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><CODE>Map</CODE>,
<CODE>WSDLPackageImpl.getIMap()</CODE>,
<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IMAP">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="IMAP_FEATURE_COUNT"><!-- --></A><H3>
IMAP_FEATURE_COUNT</H3>
<PRE>
static final int <B>IMAP_FEATURE_COUNT</B></PRE>
<DL>
<DD>The number of structural features of the '<em>IMap</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IMAP_FEATURE_COUNT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="IURL"><!-- --></A><H3>
IURL</H3>
<PRE>
static final int <B>IURL</B></PRE>
<DL>
<DD>The meta object id for the '<CODE><em>IURL</em></CODE>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><CODE>URL</CODE>,
<CODE>WSDLPackageImpl.getIURL()</CODE>,
<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IURL">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="IURL_FEATURE_COUNT"><!-- --></A><H3>
IURL_FEATURE_COUNT</H3>
<PRE>
static final int <B>IURL_FEATURE_COUNT</B></PRE>
<DL>
<DD>The number of structural features of the '<em>IURL</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IURL_FEATURE_COUNT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="IEXTENSION_REGISTRY"><!-- --></A><H3>
IEXTENSION_REGISTRY</H3>
<PRE>
static final int <B>IEXTENSION_REGISTRY</B></PRE>
<DL>
<DD>The meta object id for the '<CODE><em>IExtension Registry</em></CODE>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><CODE>ExtensionRegistry</CODE>,
<CODE>WSDLPackageImpl.getIExtensionRegistry()</CODE>,
<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IEXTENSION_REGISTRY">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="IEXTENSION_REGISTRY_FEATURE_COUNT"><!-- --></A><H3>
IEXTENSION_REGISTRY_FEATURE_COUNT</H3>
<PRE>
static final int <B>IEXTENSION_REGISTRY_FEATURE_COUNT</B></PRE>
<DL>
<DD>The number of structural features of the '<em>IExtension Registry</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IEXTENSION_REGISTRY_FEATURE_COUNT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="TYPES"><!-- --></A><H3>
TYPES</H3>
<PRE>
static final int <B>TYPES</B></PRE>
<DL>
<DD>The meta object id for the '<CODE><em>Types</em></CODE>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><CODE>TypesImpl</CODE>,
<CODE>WSDLPackageImpl.getTypes()</CODE>,
<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.TYPES">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="TYPES__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
TYPES__DOCUMENTATION_ELEMENT</H3>
<PRE>
static final int <B>TYPES__DOCUMENTATION_ELEMENT</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.TYPES__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="TYPES__ELEMENT"><!-- --></A><H3>
TYPES__ELEMENT</H3>
<PRE>
static final int <B>TYPES__ELEMENT</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Element</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.TYPES__ELEMENT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="TYPES__EEXTENSIBILITY_ELEMENTS"><!-- --></A><H3>
TYPES__EEXTENSIBILITY_ELEMENTS</H3>
<PRE>
static final int <B>TYPES__EEXTENSIBILITY_ELEMENTS</B></PRE>
<DL>
<DD>The feature id for the '<em><b>EExtensibility Elements</b></em>' containment reference list.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.TYPES__EEXTENSIBILITY_ELEMENTS">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="TYPES_FEATURE_COUNT"><!-- --></A><H3>
TYPES_FEATURE_COUNT</H3>
<PRE>
static final int <B>TYPES_FEATURE_COUNT</B></PRE>
<DL>
<DD>The number of structural features of the '<em>Types</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.TYPES_FEATURE_COUNT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="IITERATOR"><!-- --></A><H3>
IITERATOR</H3>
<PRE>
static final int <B>IITERATOR</B></PRE>
<DL>
<DD>The meta object id for the '<CODE><em>IIterator</em></CODE>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><CODE>Iterator</CODE>,
<CODE>WSDLPackageImpl.getIIterator()</CODE>,
<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IITERATOR">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="IITERATOR_FEATURE_COUNT"><!-- --></A><H3>
IITERATOR_FEATURE_COUNT</H3>
<PRE>
static final int <B>IITERATOR_FEATURE_COUNT</B></PRE>
<DL>
<DD>The number of structural features of the '<em>IIterator</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.IITERATOR_FEATURE_COUNT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="ITYPES"><!-- --></A><H3>
ITYPES</H3>
<PRE>
static final int <B>ITYPES</B></PRE>
<DL>
<DD>The meta object id for the '<CODE><em>ITypes</em></CODE>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><CODE>Types</CODE>,
<CODE>WSDLPackageImpl.getITypes()</CODE>,
<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.ITYPES">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="ITYPES_FEATURE_COUNT"><!-- --></A><H3>
ITYPES_FEATURE_COUNT</H3>
<PRE>
static final int <B>ITYPES_FEATURE_COUNT</B></PRE>
<DL>
<DD>The number of structural features of the '<em>ITypes</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.ITYPES_FEATURE_COUNT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="UNKNOWN_EXTENSIBILITY_ELEMENT"><!-- --></A><H3>
UNKNOWN_EXTENSIBILITY_ELEMENT</H3>
<PRE>
static final int <B>UNKNOWN_EXTENSIBILITY_ELEMENT</B></PRE>
<DL>
<DD>The meta object id for the '<CODE><em>Unknown Extensibility Element</em></CODE>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><CODE>UnknownExtensibilityElementImpl</CODE>,
<CODE>WSDLPackageImpl.getUnknownExtensibilityElement()</CODE>,
<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.UNKNOWN_EXTENSIBILITY_ELEMENT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="UNKNOWN_EXTENSIBILITY_ELEMENT__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
UNKNOWN_EXTENSIBILITY_ELEMENT__DOCUMENTATION_ELEMENT</H3>
<PRE>
static final int <B>UNKNOWN_EXTENSIBILITY_ELEMENT__DOCUMENTATION_ELEMENT</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.UNKNOWN_EXTENSIBILITY_ELEMENT__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="UNKNOWN_EXTENSIBILITY_ELEMENT__ELEMENT"><!-- --></A><H3>
UNKNOWN_EXTENSIBILITY_ELEMENT__ELEMENT</H3>
<PRE>
static final int <B>UNKNOWN_EXTENSIBILITY_ELEMENT__ELEMENT</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Element</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.UNKNOWN_EXTENSIBILITY_ELEMENT__ELEMENT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="UNKNOWN_EXTENSIBILITY_ELEMENT__REQUIRED"><!-- --></A><H3>
UNKNOWN_EXTENSIBILITY_ELEMENT__REQUIRED</H3>
<PRE>
static final int <B>UNKNOWN_EXTENSIBILITY_ELEMENT__REQUIRED</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Required</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.UNKNOWN_EXTENSIBILITY_ELEMENT__REQUIRED">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="UNKNOWN_EXTENSIBILITY_ELEMENT__ELEMENT_TYPE"><!-- --></A><H3>
UNKNOWN_EXTENSIBILITY_ELEMENT__ELEMENT_TYPE</H3>
<PRE>
static final int <B>UNKNOWN_EXTENSIBILITY_ELEMENT__ELEMENT_TYPE</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Element Type</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.UNKNOWN_EXTENSIBILITY_ELEMENT__ELEMENT_TYPE">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="UNKNOWN_EXTENSIBILITY_ELEMENT__CHILDREN"><!-- --></A><H3>
UNKNOWN_EXTENSIBILITY_ELEMENT__CHILDREN</H3>
<PRE>
static final int <B>UNKNOWN_EXTENSIBILITY_ELEMENT__CHILDREN</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Children</b></em>' containment reference list.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.UNKNOWN_EXTENSIBILITY_ELEMENT__CHILDREN">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="UNKNOWN_EXTENSIBILITY_ELEMENT_FEATURE_COUNT"><!-- --></A><H3>
UNKNOWN_EXTENSIBILITY_ELEMENT_FEATURE_COUNT</H3>
<PRE>
static final int <B>UNKNOWN_EXTENSIBILITY_ELEMENT_FEATURE_COUNT</B></PRE>
<DL>
<DD>The number of structural features of the '<em>Unknown Extensibility Element</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.UNKNOWN_EXTENSIBILITY_ELEMENT_FEATURE_COUNT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="XSD_SCHEMA_EXTENSIBILITY_ELEMENT"><!-- --></A><H3>
XSD_SCHEMA_EXTENSIBILITY_ELEMENT</H3>
<PRE>
static final int <B>XSD_SCHEMA_EXTENSIBILITY_ELEMENT</B></PRE>
<DL>
<DD>The meta object id for the '<CODE><em>XSD Schema Extensibility Element</em></CODE>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><CODE>XSDSchemaExtensibilityElementImpl</CODE>,
<CODE>WSDLPackageImpl.getXSDSchemaExtensibilityElement()</CODE>,
<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.XSD_SCHEMA_EXTENSIBILITY_ELEMENT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="XSD_SCHEMA_EXTENSIBILITY_ELEMENT__DOCUMENTATION_ELEMENT"><!-- --></A><H3>
XSD_SCHEMA_EXTENSIBILITY_ELEMENT__DOCUMENTATION_ELEMENT</H3>
<PRE>
static final int <B>XSD_SCHEMA_EXTENSIBILITY_ELEMENT__DOCUMENTATION_ELEMENT</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Documentation Element</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.XSD_SCHEMA_EXTENSIBILITY_ELEMENT__DOCUMENTATION_ELEMENT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="XSD_SCHEMA_EXTENSIBILITY_ELEMENT__ELEMENT"><!-- --></A><H3>
XSD_SCHEMA_EXTENSIBILITY_ELEMENT__ELEMENT</H3>
<PRE>
static final int <B>XSD_SCHEMA_EXTENSIBILITY_ELEMENT__ELEMENT</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Element</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.XSD_SCHEMA_EXTENSIBILITY_ELEMENT__ELEMENT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="XSD_SCHEMA_EXTENSIBILITY_ELEMENT__REQUIRED"><!-- --></A><H3>
XSD_SCHEMA_EXTENSIBILITY_ELEMENT__REQUIRED</H3>
<PRE>
static final int <B>XSD_SCHEMA_EXTENSIBILITY_ELEMENT__REQUIRED</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Required</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.XSD_SCHEMA_EXTENSIBILITY_ELEMENT__REQUIRED">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="XSD_SCHEMA_EXTENSIBILITY_ELEMENT__ELEMENT_TYPE"><!-- --></A><H3>
XSD_SCHEMA_EXTENSIBILITY_ELEMENT__ELEMENT_TYPE</H3>
<PRE>
static final int <B>XSD_SCHEMA_EXTENSIBILITY_ELEMENT__ELEMENT_TYPE</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Element Type</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.XSD_SCHEMA_EXTENSIBILITY_ELEMENT__ELEMENT_TYPE">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="XSD_SCHEMA_EXTENSIBILITY_ELEMENT__SCHEMA"><!-- --></A><H3>
XSD_SCHEMA_EXTENSIBILITY_ELEMENT__SCHEMA</H3>
<PRE>
static final int <B>XSD_SCHEMA_EXTENSIBILITY_ELEMENT__SCHEMA</B></PRE>
<DL>
<DD>The feature id for the '<em><b>Schema</b></em>' containment reference.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.XSD_SCHEMA_EXTENSIBILITY_ELEMENT__SCHEMA">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="XSD_SCHEMA_EXTENSIBILITY_ELEMENT_FEATURE_COUNT"><!-- --></A><H3>
XSD_SCHEMA_EXTENSIBILITY_ELEMENT_FEATURE_COUNT</H3>
<PRE>
static final int <B>XSD_SCHEMA_EXTENSIBILITY_ELEMENT_FEATURE_COUNT</B></PRE>
<DL>
<DD>The number of structural features of the '<em>XSD Schema Extensibility Element</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.XSD_SCHEMA_EXTENSIBILITY_ELEMENT_FEATURE_COUNT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="QNAME"><!-- --></A><H3>
QNAME</H3>
<PRE>
static final int <B>QNAME</B></PRE>
<DL>
<DD>The meta object id for the '<em>QName</em>' data type.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><CODE>QName</CODE>,
<CODE>WSDLPackageImpl.getQName()</CODE>,
<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.QNAME">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="OPERATION_TYPE"><!-- --></A><H3>
OPERATION_TYPE</H3>
<PRE>
static final int <B>OPERATION_TYPE</B></PRE>
<DL>
<DD>The meta object id for the '<em>Operation Type</em>' data type.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><CODE>OperationType</CODE>,
<CODE>WSDLPackageImpl.getOperationType()</CODE>,
<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.OPERATION_TYPE">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_ELEMENT"><!-- --></A><H3>
DOM_ELEMENT</H3>
<PRE>
static final int <B>DOM_ELEMENT</B></PRE>
<DL>
<DD>The meta object id for the '<em>DOM Element</em>' data type.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><CODE>Element</CODE>,
<CODE>WSDLPackageImpl.getDOMElement()</CODE>,
<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.DOM_ELEMENT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="WSDL_EXCEPTION"><!-- --></A><H3>
WSDL_EXCEPTION</H3>
<PRE>
static final int <B>WSDL_EXCEPTION</B></PRE>
<DL>
<DD>The meta object id for the '<em>Exception</em>' data type.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><CODE>WSDLException</CODE>,
<CODE>WSDLPackageImpl.getWSDLException()</CODE>,
<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.WSDL_EXCEPTION">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_DOCUMENT"><!-- --></A><H3>
DOM_DOCUMENT</H3>
<PRE>
static final int <B>DOM_DOCUMENT</B></PRE>
<DL>
<DD>The meta object id for the '<em>DOM Document</em>' data type.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DL>
<DT><B>See Also:</B><DD><CODE>Document</CODE>,
<CODE>WSDLPackageImpl.getDOMDocument()</CODE>,
<A HREF="../../../../constant-values.html#org.eclipse.wst.wsdl.WSDLPackage.DOM_DOCUMENT">Constant Field Values</A></DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="getWSDLElement()"><!-- --></A><H3>
getWSDLElement</H3>
<PRE>
EClass <B>getWSDLElement</B>()</PRE>
<DL>
<DD>Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Element</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for class '<em>Element</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html" title="interface in org.eclipse.wst.wsdl"><CODE>WSDLElement</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getWSDLElement_DocumentationElement()"><!-- --></A><H3>
getWSDLElement_DocumentationElement</H3>
<PRE>
EAttribute <B>getWSDLElement_DocumentationElement</B>()</PRE>
<DL>
<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getDocumentationElement()"><CODE><em>Documentation Element</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Documentation Element</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getDocumentationElement()"><CODE>WSDLElement.getDocumentationElement()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getWSDLElement()"><CODE>getWSDLElement()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getWSDLElement_Element()"><!-- --></A><H3>
getWSDLElement_Element</H3>
<PRE>
EAttribute <B>getWSDLElement_Element</B>()</PRE>
<DL>
<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getElement()"><CODE><em>Element</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Element</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/WSDLElement.html#getElement()"><CODE>WSDLElement.getElement()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getWSDLElement()"><CODE>getWSDLElement()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getPortType()"><!-- --></A><H3>
getPortType</H3>
<PRE>
EClass <B>getPortType</B>()</PRE>
<DL>
<DD>Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/PortType.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Port Type</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for class '<em>Port Type</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/PortType.html" title="interface in org.eclipse.wst.wsdl"><CODE>PortType</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getPortType_QName()"><!-- --></A><H3>
getPortType_QName</H3>
<PRE>
EAttribute <B>getPortType_QName</B>()</PRE>
<DL>
<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/PortType.html#getQName()"><CODE><em>QName</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the attribute '<em>QName</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/PortType.html#getQName()"><CODE>PortType.getQName()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPortType()"><CODE>getPortType()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getPortType_Undefined()"><!-- --></A><H3>
getPortType_Undefined</H3>
<PRE>
EAttribute <B>getPortType_Undefined</B>()</PRE>
<DL>
<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/PortType.html#isUndefined()"><CODE><em>Undefined</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Undefined</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/PortType.html#isUndefined()"><CODE>PortType.isUndefined()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPortType()"><CODE>getPortType()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getPortType_EOperations()"><!-- --></A><H3>
getPortType_EOperations</H3>
<PRE>
EReference <B>getPortType_EOperations</B>()</PRE>
<DL>
<DD>Returns the meta object for the containment reference list '<A HREF="../../../../org/eclipse/wst/wsdl/PortType.html#getEOperations()"><CODE><em>EOperations</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the containment reference list '<em>EOperations</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/PortType.html#getEOperations()"><CODE>PortType.getEOperations()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPortType()"><CODE>getPortType()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getOperation()"><!-- --></A><H3>
getOperation</H3>
<PRE>
EClass <B>getOperation</B>()</PRE>
<DL>
<DD>Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/Operation.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Operation</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for class '<em>Operation</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Operation.html" title="interface in org.eclipse.wst.wsdl"><CODE>Operation</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getOperation_Style()"><!-- --></A><H3>
getOperation_Style</H3>
<PRE>
EAttribute <B>getOperation_Style</B>()</PRE>
<DL>
<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#getStyle()"><CODE><em>Style</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Style</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#getStyle()"><CODE>Operation.getStyle()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getOperation()"><CODE>getOperation()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getOperation_Name()"><!-- --></A><H3>
getOperation_Name</H3>
<PRE>
EAttribute <B>getOperation_Name</B>()</PRE>
<DL>
<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#getName()"><CODE><em>Name</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Name</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#getName()"><CODE>Operation.getName()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getOperation()"><CODE>getOperation()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getOperation_Undefined()"><!-- --></A><H3>
getOperation_Undefined</H3>
<PRE>
EAttribute <B>getOperation_Undefined</B>()</PRE>
<DL>
<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#isUndefined()"><CODE><em>Undefined</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Undefined</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#isUndefined()"><CODE>Operation.isUndefined()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getOperation()"><CODE>getOperation()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getOperation_EInput()"><!-- --></A><H3>
getOperation_EInput</H3>
<PRE>
EReference <B>getOperation_EInput</B>()</PRE>
<DL>
<DD>Returns the meta object for the containment reference '<A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#getEInput()"><CODE><em>EInput</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the containment reference '<em>EInput</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#getEInput()"><CODE>Operation.getEInput()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getOperation()"><CODE>getOperation()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getOperation_EOutput()"><!-- --></A><H3>
getOperation_EOutput</H3>
<PRE>
EReference <B>getOperation_EOutput</B>()</PRE>
<DL>
<DD>Returns the meta object for the containment reference '<A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#getEOutput()"><CODE><em>EOutput</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the containment reference '<em>EOutput</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#getEOutput()"><CODE>Operation.getEOutput()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getOperation()"><CODE>getOperation()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getOperation_EFaults()"><!-- --></A><H3>
getOperation_EFaults</H3>
<PRE>
EReference <B>getOperation_EFaults</B>()</PRE>
<DL>
<DD>Returns the meta object for the containment reference list '<A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#getEFaults()"><CODE><em>EFaults</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the containment reference list '<em>EFaults</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#getEFaults()"><CODE>Operation.getEFaults()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getOperation()"><CODE>getOperation()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getOperation_EParameterOrdering()"><!-- --></A><H3>
getOperation_EParameterOrdering</H3>
<PRE>
EReference <B>getOperation_EParameterOrdering</B>()</PRE>
<DL>
<DD>Returns the meta object for the reference list '<A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#getEParameterOrdering()"><CODE><em>EParameter Ordering</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the reference list '<em>EParameter Ordering</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Operation.html#getEParameterOrdering()"><CODE>Operation.getEParameterOrdering()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getOperation()"><CODE>getOperation()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getMessage()"><!-- --></A><H3>
getMessage</H3>
<PRE>
EClass <B>getMessage</B>()</PRE>
<DL>
<DD>Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/Message.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Message</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for class '<em>Message</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Message.html" title="interface in org.eclipse.wst.wsdl"><CODE>Message</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getMessage_QName()"><!-- --></A><H3>
getMessage_QName</H3>
<PRE>
EAttribute <B>getMessage_QName</B>()</PRE>
<DL>
<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Message.html#getQName()"><CODE><em>QName</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the attribute '<em>QName</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Message.html#getQName()"><CODE>Message.getQName()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getMessage()"><CODE>getMessage()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getMessage_Undefined()"><!-- --></A><H3>
getMessage_Undefined</H3>
<PRE>
EAttribute <B>getMessage_Undefined</B>()</PRE>
<DL>
<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Message.html#isUndefined()"><CODE><em>Undefined</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Undefined</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Message.html#isUndefined()"><CODE>Message.isUndefined()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getMessage()"><CODE>getMessage()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getMessage_EParts()"><!-- --></A><H3>
getMessage_EParts</H3>
<PRE>
EReference <B>getMessage_EParts</B>()</PRE>
<DL>
<DD>Returns the meta object for the containment reference list '<A HREF="../../../../org/eclipse/wst/wsdl/Message.html#getEParts()"><CODE><em>EParts</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the containment reference list '<em>EParts</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Message.html#getEParts()"><CODE>Message.getEParts()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getMessage()"><CODE>getMessage()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getPart()"><!-- --></A><H3>
getPart</H3>
<PRE>
EClass <B>getPart</B>()</PRE>
<DL>
<DD>Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Part</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for class '<em>Part</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Part.html" title="interface in org.eclipse.wst.wsdl"><CODE>Part</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getPart_Name()"><!-- --></A><H3>
getPart_Name</H3>
<PRE>
EAttribute <B>getPart_Name</B>()</PRE>
<DL>
<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Part.html#getName()"><CODE><em>Name</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Name</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Part.html#getName()"><CODE>Part.getName()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPart()"><CODE>getPart()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getPart_ElementName()"><!-- --></A><H3>
getPart_ElementName</H3>
<PRE>
EAttribute <B>getPart_ElementName</B>()</PRE>
<DL>
<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Part.html#getElementName()"><CODE><em>Element Name</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Element Name</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Part.html#getElementName()"><CODE>Part.getElementName()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPart()"><CODE>getPart()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getPart_TypeName()"><!-- --></A><H3>
getPart_TypeName</H3>
<PRE>
EAttribute <B>getPart_TypeName</B>()</PRE>
<DL>
<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Part.html#getTypeName()"><CODE><em>Type Name</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Type Name</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Part.html#getTypeName()"><CODE>Part.getTypeName()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPart()"><CODE>getPart()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getPart_TypeDefinition()"><!-- --></A><H3>
getPart_TypeDefinition</H3>
<PRE>
EReference <B>getPart_TypeDefinition</B>()</PRE>
<DL>
<DD>Returns the meta object for the reference '<A HREF="../../../../org/eclipse/wst/wsdl/Part.html#getTypeDefinition()"><CODE><em>Type Definition</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the reference '<em>Type Definition</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Part.html#getTypeDefinition()"><CODE>Part.getTypeDefinition()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPart()"><CODE>getPart()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getPart_ElementDeclaration()"><!-- --></A><H3>
getPart_ElementDeclaration</H3>
<PRE>
EReference <B>getPart_ElementDeclaration</B>()</PRE>
<DL>
<DD>Returns the meta object for the reference '<A HREF="../../../../org/eclipse/wst/wsdl/Part.html#getElementDeclaration()"><CODE><em>Element Declaration</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the reference '<em>Element Declaration</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Part.html#getElementDeclaration()"><CODE>Part.getElementDeclaration()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPart()"><CODE>getPart()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getPart_EMessage()"><!-- --></A><H3>
getPart_EMessage</H3>
<PRE>
EReference <B>getPart_EMessage</B>()</PRE>
<DL>
<DD>Returns the meta object for the reference '<A HREF="../../../../org/eclipse/wst/wsdl/Part.html#getEMessage()"><CODE><em>EMessage</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the reference '<em>EMessage</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Part.html#getEMessage()"><CODE>Part.getEMessage()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPart()"><CODE>getPart()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getBinding()"><!-- --></A><H3>
getBinding</H3>
<PRE>
EClass <B>getBinding</B>()</PRE>
<DL>
<DD>Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/Binding.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Binding</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for class '<em>Binding</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Binding.html" title="interface in org.eclipse.wst.wsdl"><CODE>Binding</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getBinding_QName()"><!-- --></A><H3>
getBinding_QName</H3>
<PRE>
EAttribute <B>getBinding_QName</B>()</PRE>
<DL>
<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Binding.html#getQName()"><CODE><em>QName</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the attribute '<em>QName</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Binding.html#getQName()"><CODE>Binding.getQName()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBinding()"><CODE>getBinding()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getBinding_Undefined()"><!-- --></A><H3>
getBinding_Undefined</H3>
<PRE>
EAttribute <B>getBinding_Undefined</B>()</PRE>
<DL>
<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Binding.html#isUndefined()"><CODE><em>Undefined</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Undefined</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Binding.html#isUndefined()"><CODE>Binding.isUndefined()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBinding()"><CODE>getBinding()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getBinding_EPortType()"><!-- --></A><H3>
getBinding_EPortType</H3>
<PRE>
EReference <B>getBinding_EPortType</B>()</PRE>
<DL>
<DD>Returns the meta object for the reference '<A HREF="../../../../org/eclipse/wst/wsdl/Binding.html#getEPortType()"><CODE><em>EPort Type</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the reference '<em>EPort Type</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Binding.html#getEPortType()"><CODE>Binding.getEPortType()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBinding()"><CODE>getBinding()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getBinding_EBindingOperations()"><!-- --></A><H3>
getBinding_EBindingOperations</H3>
<PRE>
EReference <B>getBinding_EBindingOperations</B>()</PRE>
<DL>
<DD>Returns the meta object for the containment reference list '<A HREF="../../../../org/eclipse/wst/wsdl/Binding.html#getEBindingOperations()"><CODE><em>EBinding Operations</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the containment reference list '<em>EBinding Operations</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Binding.html#getEBindingOperations()"><CODE>Binding.getEBindingOperations()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBinding()"><CODE>getBinding()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getBindingOperation()"><!-- --></A><H3>
getBindingOperation</H3>
<PRE>
EClass <B>getBindingOperation</B>()</PRE>
<DL>
<DD>Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Binding Operation</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for class '<em>Binding Operation</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html" title="interface in org.eclipse.wst.wsdl"><CODE>BindingOperation</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getBindingOperation_Name()"><!-- --></A><H3>
getBindingOperation_Name</H3>
<PRE>
EAttribute <B>getBindingOperation_Name</B>()</PRE>
<DL>
<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html#getName()"><CODE><em>Name</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Name</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html#getName()"><CODE>BindingOperation.getName()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingOperation()"><CODE>getBindingOperation()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getBindingOperation_EOperation()"><!-- --></A><H3>
getBindingOperation_EOperation</H3>
<PRE>
EReference <B>getBindingOperation_EOperation</B>()</PRE>
<DL>
<DD>Returns the meta object for the reference '<A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html#getEOperation()"><CODE><em>EOperation</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the reference '<em>EOperation</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html#getEOperation()"><CODE>BindingOperation.getEOperation()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingOperation()"><CODE>getBindingOperation()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getBindingOperation_EBindingInput()"><!-- --></A><H3>
getBindingOperation_EBindingInput</H3>
<PRE>
EReference <B>getBindingOperation_EBindingInput</B>()</PRE>
<DL>
<DD>Returns the meta object for the containment reference '<A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html#getEBindingInput()"><CODE><em>EBinding Input</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the containment reference '<em>EBinding Input</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html#getEBindingInput()"><CODE>BindingOperation.getEBindingInput()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingOperation()"><CODE>getBindingOperation()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getBindingOperation_EBindingOutput()"><!-- --></A><H3>
getBindingOperation_EBindingOutput</H3>
<PRE>
EReference <B>getBindingOperation_EBindingOutput</B>()</PRE>
<DL>
<DD>Returns the meta object for the containment reference '<A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html#getEBindingOutput()"><CODE><em>EBinding Output</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the containment reference '<em>EBinding Output</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html#getEBindingOutput()"><CODE>BindingOperation.getEBindingOutput()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingOperation()"><CODE>getBindingOperation()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getBindingOperation_EBindingFaults()"><!-- --></A><H3>
getBindingOperation_EBindingFaults</H3>
<PRE>
EReference <B>getBindingOperation_EBindingFaults</B>()</PRE>
<DL>
<DD>Returns the meta object for the containment reference list '<A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html#getEBindingFaults()"><CODE><em>EBinding Faults</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the containment reference list '<em>EBinding Faults</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/BindingOperation.html#getEBindingFaults()"><CODE>BindingOperation.getEBindingFaults()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingOperation()"><CODE>getBindingOperation()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getService()"><!-- --></A><H3>
getService</H3>
<PRE>
EClass <B>getService</B>()</PRE>
<DL>
<DD>Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/Service.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Service</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for class '<em>Service</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Service.html" title="interface in org.eclipse.wst.wsdl"><CODE>Service</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getService_QName()"><!-- --></A><H3>
getService_QName</H3>
<PRE>
EAttribute <B>getService_QName</B>()</PRE>
<DL>
<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Service.html#getQName()"><CODE><em>QName</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the attribute '<em>QName</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Service.html#getQName()"><CODE>Service.getQName()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getService()"><CODE>getService()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getService_Undefined()"><!-- --></A><H3>
getService_Undefined</H3>
<PRE>
EAttribute <B>getService_Undefined</B>()</PRE>
<DL>
<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Service.html#isUndefined()"><CODE><em>Undefined</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Undefined</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Service.html#isUndefined()"><CODE>Service.isUndefined()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getService()"><CODE>getService()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getService_EPorts()"><!-- --></A><H3>
getService_EPorts</H3>
<PRE>
EReference <B>getService_EPorts</B>()</PRE>
<DL>
<DD>Returns the meta object for the containment reference list '<A HREF="../../../../org/eclipse/wst/wsdl/Service.html#getEPorts()"><CODE><em>EPorts</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the containment reference list '<em>EPorts</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Service.html#getEPorts()"><CODE>Service.getEPorts()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getService()"><CODE>getService()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getPort()"><!-- --></A><H3>
getPort</H3>
<PRE>
EClass <B>getPort</B>()</PRE>
<DL>
<DD>Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/Port.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Port</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for class '<em>Port</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Port.html" title="interface in org.eclipse.wst.wsdl"><CODE>Port</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getPort_Name()"><!-- --></A><H3>
getPort_Name</H3>
<PRE>
EAttribute <B>getPort_Name</B>()</PRE>
<DL>
<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Port.html#getName()"><CODE><em>Name</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Name</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Port.html#getName()"><CODE>Port.getName()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPort()"><CODE>getPort()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getPort_EBinding()"><!-- --></A><H3>
getPort_EBinding</H3>
<PRE>
EReference <B>getPort_EBinding</B>()</PRE>
<DL>
<DD>Returns the meta object for the reference '<A HREF="../../../../org/eclipse/wst/wsdl/Port.html#getEBinding()"><CODE><em>EBinding</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the reference '<em>EBinding</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Port.html#getEBinding()"><CODE>Port.getEBinding()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getPort()"><CODE>getPort()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getExtensibilityElement()"><!-- --></A><H3>
getExtensibilityElement</H3>
<PRE>
EClass <B>getExtensibilityElement</B>()</PRE>
<DL>
<DD>Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Extensibility Element</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for class '<em>Extensibility Element</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><CODE>ExtensibilityElement</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getExtensibilityElement_Required()"><!-- --></A><H3>
getExtensibilityElement_Required</H3>
<PRE>
EAttribute <B>getExtensibilityElement_Required</B>()</PRE>
<DL>
<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#isRequired()"><CODE><em>Required</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Required</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#isRequired()"><CODE>ExtensibilityElement.isRequired()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getExtensibilityElement()"><CODE>getExtensibilityElement()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getExtensibilityElement_ElementType()"><!-- --></A><H3>
getExtensibilityElement_ElementType</H3>
<PRE>
EAttribute <B>getExtensibilityElement_ElementType</B>()</PRE>
<DL>
<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#getElementType()"><CODE><em>Element Type</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Element Type</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/ExtensibilityElement.html#getElementType()"><CODE>ExtensibilityElement.getElementType()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getExtensibilityElement()"><CODE>getExtensibilityElement()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getDefinition()"><!-- --></A><H3>
getDefinition</H3>
<PRE>
EClass <B>getDefinition</B>()</PRE>
<DL>
<DD>Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Definition</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for class '<em>Definition</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Definition.html" title="interface in org.eclipse.wst.wsdl"><CODE>Definition</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getDefinition_TargetNamespace()"><!-- --></A><H3>
getDefinition_TargetNamespace</H3>
<PRE>
EAttribute <B>getDefinition_TargetNamespace</B>()</PRE>
<DL>
<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getTargetNamespace()"><CODE><em>Target Namespace</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Target Namespace</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getTargetNamespace()"><CODE>Definition.getTargetNamespace()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition()"><CODE>getDefinition()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getDefinition_Location()"><!-- --></A><H3>
getDefinition_Location</H3>
<PRE>
EAttribute <B>getDefinition_Location</B>()</PRE>
<DL>
<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getLocation()"><CODE><em>Location</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Location</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getLocation()"><CODE>Definition.getLocation()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition()"><CODE>getDefinition()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getDefinition_QName()"><!-- --></A><H3>
getDefinition_QName</H3>
<PRE>
EAttribute <B>getDefinition_QName</B>()</PRE>
<DL>
<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getQName()"><CODE><em>QName</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the attribute '<em>QName</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getQName()"><CODE>Definition.getQName()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition()"><CODE>getDefinition()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getDefinition_Encoding()"><!-- --></A><H3>
getDefinition_Encoding</H3>
<PRE>
EAttribute <B>getDefinition_Encoding</B>()</PRE>
<DL>
<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getEncoding()"><CODE><em>Encoding</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Encoding</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getEncoding()"><CODE>Definition.getEncoding()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition()"><CODE>getDefinition()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getDefinition_EImports()"><!-- --></A><H3>
getDefinition_EImports</H3>
<PRE>
EReference <B>getDefinition_EImports</B>()</PRE>
<DL>
<DD>Returns the meta object for the containment reference list '<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getEImports()"><CODE><em>EImports</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the containment reference list '<em>EImports</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getEImports()"><CODE>Definition.getEImports()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition()"><CODE>getDefinition()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getDefinition_ETypes()"><!-- --></A><H3>
getDefinition_ETypes</H3>
<PRE>
EReference <B>getDefinition_ETypes</B>()</PRE>
<DL>
<DD>Returns the meta object for the containment reference '<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getETypes()"><CODE><em>ETypes</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the containment reference '<em>ETypes</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getETypes()"><CODE>Definition.getETypes()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition()"><CODE>getDefinition()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getDefinition_EMessages()"><!-- --></A><H3>
getDefinition_EMessages</H3>
<PRE>
EReference <B>getDefinition_EMessages</B>()</PRE>
<DL>
<DD>Returns the meta object for the containment reference list '<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getEMessages()"><CODE><em>EMessages</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the containment reference list '<em>EMessages</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getEMessages()"><CODE>Definition.getEMessages()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition()"><CODE>getDefinition()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getDefinition_EPortTypes()"><!-- --></A><H3>
getDefinition_EPortTypes</H3>
<PRE>
EReference <B>getDefinition_EPortTypes</B>()</PRE>
<DL>
<DD>Returns the meta object for the containment reference list '<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getEPortTypes()"><CODE><em>EPort Types</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the containment reference list '<em>EPort Types</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getEPortTypes()"><CODE>Definition.getEPortTypes()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition()"><CODE>getDefinition()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getDefinition_EBindings()"><!-- --></A><H3>
getDefinition_EBindings</H3>
<PRE>
EReference <B>getDefinition_EBindings</B>()</PRE>
<DL>
<DD>Returns the meta object for the containment reference list '<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getEBindings()"><CODE><em>EBindings</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the containment reference list '<em>EBindings</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getEBindings()"><CODE>Definition.getEBindings()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition()"><CODE>getDefinition()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getDefinition_EServices()"><!-- --></A><H3>
getDefinition_EServices</H3>
<PRE>
EReference <B>getDefinition_EServices</B>()</PRE>
<DL>
<DD>Returns the meta object for the containment reference list '<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getEServices()"><CODE><em>EServices</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the containment reference list '<em>EServices</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getEServices()"><CODE>Definition.getEServices()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition()"><CODE>getDefinition()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getDefinition_ENamespaces()"><!-- --></A><H3>
getDefinition_ENamespaces</H3>
<PRE>
EReference <B>getDefinition_ENamespaces</B>()</PRE>
<DL>
<DD>Returns the meta object for the containment reference list '<A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getENamespaces()"><CODE><em>ENamespaces</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the containment reference list '<em>ENamespaces</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Definition.html#getENamespaces()"><CODE>Definition.getENamespaces()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getDefinition()"><CODE>getDefinition()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getImport()"><!-- --></A><H3>
getImport</H3>
<PRE>
EClass <B>getImport</B>()</PRE>
<DL>
<DD>Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/Import.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Import</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for class '<em>Import</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Import.html" title="interface in org.eclipse.wst.wsdl"><CODE>Import</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getImport_NamespaceURI()"><!-- --></A><H3>
getImport_NamespaceURI</H3>
<PRE>
EAttribute <B>getImport_NamespaceURI</B>()</PRE>
<DL>
<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Import.html#getNamespaceURI()"><CODE><em>Namespace URI</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Namespace URI</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Import.html#getNamespaceURI()"><CODE>Import.getNamespaceURI()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getImport()"><CODE>getImport()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getImport_LocationURI()"><!-- --></A><H3>
getImport_LocationURI</H3>
<PRE>
EAttribute <B>getImport_LocationURI</B>()</PRE>
<DL>
<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Import.html#getLocationURI()"><CODE><em>Location URI</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Location URI</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Import.html#getLocationURI()"><CODE>Import.getLocationURI()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getImport()"><CODE>getImport()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getImport_EDefinition()"><!-- --></A><H3>
getImport_EDefinition</H3>
<PRE>
EReference <B>getImport_EDefinition</B>()</PRE>
<DL>
<DD>Returns the meta object for the reference '<A HREF="../../../../org/eclipse/wst/wsdl/Import.html#getEDefinition()"><CODE><em>EDefinition</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the reference '<em>EDefinition</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Import.html#getEDefinition()"><CODE>Import.getEDefinition()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getImport()"><CODE>getImport()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getImport_ESchema()"><!-- --></A><H3>
getImport_ESchema</H3>
<PRE>
EReference <B>getImport_ESchema</B>()</PRE>
<DL>
<DD>Returns the meta object for the reference '<A HREF="../../../../org/eclipse/wst/wsdl/Import.html#getESchema()"><CODE><em>ESchema</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the reference '<em>ESchema</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Import.html#getESchema()"><CODE>Import.getESchema()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getImport()"><CODE>getImport()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getExtensibleElement()"><!-- --></A><H3>
getExtensibleElement</H3>
<PRE>
EClass <B>getExtensibleElement</B>()</PRE>
<DL>
<DD>Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Extensible Element</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for class '<em>Extensible Element</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html" title="interface in org.eclipse.wst.wsdl"><CODE>ExtensibleElement</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getExtensibleElement_EExtensibilityElements()"><!-- --></A><H3>
getExtensibleElement_EExtensibilityElements</H3>
<PRE>
EReference <B>getExtensibleElement_EExtensibilityElements</B>()</PRE>
<DL>
<DD>Returns the meta object for the containment reference list '<A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#getEExtensibilityElements()"><CODE><em>EExtensibility Elements</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the containment reference list '<em>EExtensibility Elements</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/ExtensibleElement.html#getEExtensibilityElements()"><CODE>ExtensibleElement.getEExtensibilityElements()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getExtensibleElement()"><CODE>getExtensibleElement()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getInput()"><!-- --></A><H3>
getInput</H3>
<PRE>
EClass <B>getInput</B>()</PRE>
<DL>
<DD>Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/Input.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Input</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for class '<em>Input</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Input.html" title="interface in org.eclipse.wst.wsdl"><CODE>Input</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getOutput()"><!-- --></A><H3>
getOutput</H3>
<PRE>
EClass <B>getOutput</B>()</PRE>
<DL>
<DD>Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/Output.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Output</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for class '<em>Output</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Output.html" title="interface in org.eclipse.wst.wsdl"><CODE>Output</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getFault()"><!-- --></A><H3>
getFault</H3>
<PRE>
EClass <B>getFault</B>()</PRE>
<DL>
<DD>Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/Fault.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Fault</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for class '<em>Fault</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Fault.html" title="interface in org.eclipse.wst.wsdl"><CODE>Fault</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getBindingInput()"><!-- --></A><H3>
getBindingInput</H3>
<PRE>
EClass <B>getBindingInput</B>()</PRE>
<DL>
<DD>Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/BindingInput.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Binding Input</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for class '<em>Binding Input</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/BindingInput.html" title="interface in org.eclipse.wst.wsdl"><CODE>BindingInput</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getBindingInput_Name()"><!-- --></A><H3>
getBindingInput_Name</H3>
<PRE>
EAttribute <B>getBindingInput_Name</B>()</PRE>
<DL>
<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/BindingInput.html#getName()"><CODE><em>Name</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Name</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/BindingInput.html#getName()"><CODE>BindingInput.getName()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingInput()"><CODE>getBindingInput()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getBindingInput_EInput()"><!-- --></A><H3>
getBindingInput_EInput</H3>
<PRE>
EReference <B>getBindingInput_EInput</B>()</PRE>
<DL>
<DD>Returns the meta object for the reference '<A HREF="../../../../org/eclipse/wst/wsdl/BindingInput.html#getEInput()"><CODE><em>EInput</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the reference '<em>EInput</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/BindingInput.html#getEInput()"><CODE>BindingInput.getEInput()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingInput()"><CODE>getBindingInput()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getBindingOutput()"><!-- --></A><H3>
getBindingOutput</H3>
<PRE>
EClass <B>getBindingOutput</B>()</PRE>
<DL>
<DD>Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/BindingOutput.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Binding Output</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for class '<em>Binding Output</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/BindingOutput.html" title="interface in org.eclipse.wst.wsdl"><CODE>BindingOutput</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getBindingOutput_Name()"><!-- --></A><H3>
getBindingOutput_Name</H3>
<PRE>
EAttribute <B>getBindingOutput_Name</B>()</PRE>
<DL>
<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/BindingOutput.html#getName()"><CODE><em>Name</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Name</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/BindingOutput.html#getName()"><CODE>BindingOutput.getName()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingOutput()"><CODE>getBindingOutput()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getBindingOutput_EOutput()"><!-- --></A><H3>
getBindingOutput_EOutput</H3>
<PRE>
EReference <B>getBindingOutput_EOutput</B>()</PRE>
<DL>
<DD>Returns the meta object for the reference '<A HREF="../../../../org/eclipse/wst/wsdl/BindingOutput.html#getEOutput()"><CODE><em>EOutput</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the reference '<em>EOutput</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/BindingOutput.html#getEOutput()"><CODE>BindingOutput.getEOutput()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingOutput()"><CODE>getBindingOutput()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getBindingFault()"><!-- --></A><H3>
getBindingFault</H3>
<PRE>
EClass <B>getBindingFault</B>()</PRE>
<DL>
<DD>Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/BindingFault.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Binding Fault</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for class '<em>Binding Fault</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/BindingFault.html" title="interface in org.eclipse.wst.wsdl"><CODE>BindingFault</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getBindingFault_Name()"><!-- --></A><H3>
getBindingFault_Name</H3>
<PRE>
EAttribute <B>getBindingFault_Name</B>()</PRE>
<DL>
<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/BindingFault.html#getName()"><CODE><em>Name</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Name</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/BindingFault.html#getName()"><CODE>BindingFault.getName()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingFault()"><CODE>getBindingFault()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getBindingFault_EFault()"><!-- --></A><H3>
getBindingFault_EFault</H3>
<PRE>
EReference <B>getBindingFault_EFault</B>()</PRE>
<DL>
<DD>Returns the meta object for the reference '<A HREF="../../../../org/eclipse/wst/wsdl/BindingFault.html#getEFault()"><CODE><em>EFault</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the reference '<em>EFault</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/BindingFault.html#getEFault()"><CODE>BindingFault.getEFault()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getBindingFault()"><CODE>getBindingFault()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getNamespace()"><!-- --></A><H3>
getNamespace</H3>
<PRE>
EClass <B>getNamespace</B>()</PRE>
<DL>
<DD>Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/Namespace.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Namespace</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for class '<em>Namespace</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Namespace.html" title="interface in org.eclipse.wst.wsdl"><CODE>Namespace</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getNamespace_URI()"><!-- --></A><H3>
getNamespace_URI</H3>
<PRE>
EAttribute <B>getNamespace_URI</B>()</PRE>
<DL>
<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Namespace.html#getURI()"><CODE><em>URI</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the attribute '<em>URI</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Namespace.html#getURI()"><CODE>Namespace.getURI()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getNamespace()"><CODE>getNamespace()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getNamespace_Prefix()"><!-- --></A><H3>
getNamespace_Prefix</H3>
<PRE>
EAttribute <B>getNamespace_Prefix</B>()</PRE>
<DL>
<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/Namespace.html#getPrefix()"><CODE><em>Prefix</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Prefix</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Namespace.html#getPrefix()"><CODE>Namespace.getPrefix()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getNamespace()"><CODE>getNamespace()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getIPortType()"><!-- --></A><H3>
getIPortType</H3>
<PRE>
EClass <B>getIPortType</B>()</PRE>
<DL>
<DD>Returns the meta object for class '<CODE><em>IPort Type</em></CODE>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for class '<em>IPort Type</em>'.<DT><B>See Also:</B><DD><CODE>PortType</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getIOperation()"><!-- --></A><H3>
getIOperation</H3>
<PRE>
EClass <B>getIOperation</B>()</PRE>
<DL>
<DD>Returns the meta object for class '<CODE><em>IOperation</em></CODE>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for class '<em>IOperation</em>'.<DT><B>See Also:</B><DD><CODE>Operation</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getIInput()"><!-- --></A><H3>
getIInput</H3>
<PRE>
EClass <B>getIInput</B>()</PRE>
<DL>
<DD>Returns the meta object for class '<CODE><em>IInput</em></CODE>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for class '<em>IInput</em>'.<DT><B>See Also:</B><DD><CODE>Input</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getIOutput()"><!-- --></A><H3>
getIOutput</H3>
<PRE>
EClass <B>getIOutput</B>()</PRE>
<DL>
<DD>Returns the meta object for class '<CODE><em>IOutput</em></CODE>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for class '<em>IOutput</em>'.<DT><B>See Also:</B><DD><CODE>Output</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getIFault()"><!-- --></A><H3>
getIFault</H3>
<PRE>
EClass <B>getIFault</B>()</PRE>
<DL>
<DD>Returns the meta object for class '<CODE><em>IFault</em></CODE>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for class '<em>IFault</em>'.<DT><B>See Also:</B><DD><CODE>Fault</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getIMessage()"><!-- --></A><H3>
getIMessage</H3>
<PRE>
EClass <B>getIMessage</B>()</PRE>
<DL>
<DD>Returns the meta object for class '<CODE><em>IMessage</em></CODE>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for class '<em>IMessage</em>'.<DT><B>See Also:</B><DD><CODE>Message</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getIPart()"><!-- --></A><H3>
getIPart</H3>
<PRE>
EClass <B>getIPart</B>()</PRE>
<DL>
<DD>Returns the meta object for class '<CODE><em>IPart</em></CODE>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for class '<em>IPart</em>'.<DT><B>See Also:</B><DD><CODE>Part</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getIService()"><!-- --></A><H3>
getIService</H3>
<PRE>
EClass <B>getIService</B>()</PRE>
<DL>
<DD>Returns the meta object for class '<CODE><em>IService</em></CODE>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for class '<em>IService</em>'.<DT><B>See Also:</B><DD><CODE>Service</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getIPort()"><!-- --></A><H3>
getIPort</H3>
<PRE>
EClass <B>getIPort</B>()</PRE>
<DL>
<DD>Returns the meta object for class '<CODE><em>IPort</em></CODE>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for class '<em>IPort</em>'.<DT><B>See Also:</B><DD><CODE>Port</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getIBinding()"><!-- --></A><H3>
getIBinding</H3>
<PRE>
EClass <B>getIBinding</B>()</PRE>
<DL>
<DD>Returns the meta object for class '<CODE><em>IBinding</em></CODE>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for class '<em>IBinding</em>'.<DT><B>See Also:</B><DD><CODE>Binding</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getIBindingOperation()"><!-- --></A><H3>
getIBindingOperation</H3>
<PRE>
EClass <B>getIBindingOperation</B>()</PRE>
<DL>
<DD>Returns the meta object for class '<CODE><em>IBinding Operation</em></CODE>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for class '<em>IBinding Operation</em>'.<DT><B>See Also:</B><DD><CODE>BindingOperation</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getIBindingInput()"><!-- --></A><H3>
getIBindingInput</H3>
<PRE>
EClass <B>getIBindingInput</B>()</PRE>
<DL>
<DD>Returns the meta object for class '<CODE><em>IBinding Input</em></CODE>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for class '<em>IBinding Input</em>'.<DT><B>See Also:</B><DD><CODE>BindingInput</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getIBindingOutput()"><!-- --></A><H3>
getIBindingOutput</H3>
<PRE>
EClass <B>getIBindingOutput</B>()</PRE>
<DL>
<DD>Returns the meta object for class '<CODE><em>IBinding Output</em></CODE>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for class '<em>IBinding Output</em>'.<DT><B>See Also:</B><DD><CODE>BindingOutput</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getIBindingFault()"><!-- --></A><H3>
getIBindingFault</H3>
<PRE>
EClass <B>getIBindingFault</B>()</PRE>
<DL>
<DD>Returns the meta object for class '<CODE><em>IBinding Fault</em></CODE>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for class '<em>IBinding Fault</em>'.<DT><B>See Also:</B><DD><CODE>BindingFault</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getIExtensibilityElement()"><!-- --></A><H3>
getIExtensibilityElement</H3>
<PRE>
EClass <B>getIExtensibilityElement</B>()</PRE>
<DL>
<DD>Returns the meta object for class '<CODE><em>IExtensibility Element</em></CODE>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for class '<em>IExtensibility Element</em>'.<DT><B>See Also:</B><DD><CODE>ExtensibilityElement</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getIDefinition()"><!-- --></A><H3>
getIDefinition</H3>
<PRE>
EClass <B>getIDefinition</B>()</PRE>
<DL>
<DD>Returns the meta object for class '<CODE><em>IDefinition</em></CODE>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for class '<em>IDefinition</em>'.<DT><B>See Also:</B><DD><CODE>Definition</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getIImport()"><!-- --></A><H3>
getIImport</H3>
<PRE>
EClass <B>getIImport</B>()</PRE>
<DL>
<DD>Returns the meta object for class '<CODE><em>IImport</em></CODE>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for class '<em>IImport</em>'.<DT><B>See Also:</B><DD><CODE>Import</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getIList()"><!-- --></A><H3>
getIList</H3>
<PRE>
EClass <B>getIList</B>()</PRE>
<DL>
<DD>Returns the meta object for class '<CODE><em>IList</em></CODE>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for class '<em>IList</em>'.<DT><B>See Also:</B><DD><CODE>List</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getIMap()"><!-- --></A><H3>
getIMap</H3>
<PRE>
EClass <B>getIMap</B>()</PRE>
<DL>
<DD>Returns the meta object for class '<CODE><em>IMap</em></CODE>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for class '<em>IMap</em>'.<DT><B>See Also:</B><DD><CODE>Map</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getIURL()"><!-- --></A><H3>
getIURL</H3>
<PRE>
EClass <B>getIURL</B>()</PRE>
<DL>
<DD>Returns the meta object for class '<CODE><em>IURL</em></CODE>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for class '<em>IURL</em>'.<DT><B>See Also:</B><DD><CODE>URL</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getIExtensionRegistry()"><!-- --></A><H3>
getIExtensionRegistry</H3>
<PRE>
EClass <B>getIExtensionRegistry</B>()</PRE>
<DL>
<DD>Returns the meta object for class '<CODE><em>IExtension Registry</em></CODE>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for class '<em>IExtension Registry</em>'.<DT><B>See Also:</B><DD><CODE>ExtensionRegistry</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getTypes()"><!-- --></A><H3>
getTypes</H3>
<PRE>
EClass <B>getTypes</B>()</PRE>
<DL>
<DD>Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/Types.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Types</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for class '<em>Types</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/Types.html" title="interface in org.eclipse.wst.wsdl"><CODE>Types</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getIIterator()"><!-- --></A><H3>
getIIterator</H3>
<PRE>
EClass <B>getIIterator</B>()</PRE>
<DL>
<DD>Returns the meta object for class '<CODE><em>IIterator</em></CODE>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for class '<em>IIterator</em>'.<DT><B>See Also:</B><DD><CODE>Iterator</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getITypes()"><!-- --></A><H3>
getITypes</H3>
<PRE>
EClass <B>getITypes</B>()</PRE>
<DL>
<DD>Returns the meta object for class '<CODE><em>ITypes</em></CODE>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for class '<em>ITypes</em>'.<DT><B>See Also:</B><DD><CODE>Types</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getUnknownExtensibilityElement()"><!-- --></A><H3>
getUnknownExtensibilityElement</H3>
<PRE>
EClass <B>getUnknownExtensibilityElement</B>()</PRE>
<DL>
<DD>Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/UnknownExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Unknown Extensibility Element</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for class '<em>Unknown Extensibility Element</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/UnknownExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><CODE>UnknownExtensibilityElement</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getUnknownExtensibilityElement_Children()"><!-- --></A><H3>
getUnknownExtensibilityElement_Children</H3>
<PRE>
EReference <B>getUnknownExtensibilityElement_Children</B>()</PRE>
<DL>
<DD>Returns the meta object for the containment reference list '<A HREF="../../../../org/eclipse/wst/wsdl/UnknownExtensibilityElement.html#getChildren()"><CODE><em>Children</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the containment reference list '<em>Children</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/UnknownExtensibilityElement.html#getChildren()"><CODE>UnknownExtensibilityElement.getChildren()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getUnknownExtensibilityElement()"><CODE>getUnknownExtensibilityElement()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getXSDSchemaExtensibilityElement()"><!-- --></A><H3>
getXSDSchemaExtensibilityElement</H3>
<PRE>
EClass <B>getXSDSchemaExtensibilityElement</B>()</PRE>
<DL>
<DD>Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/XSDSchemaExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>XSD Schema Extensibility Element</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for class '<em>XSD Schema Extensibility Element</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/XSDSchemaExtensibilityElement.html" title="interface in org.eclipse.wst.wsdl"><CODE>XSDSchemaExtensibilityElement</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getXSDSchemaExtensibilityElement_Schema()"><!-- --></A><H3>
getXSDSchemaExtensibilityElement_Schema</H3>
<PRE>
EReference <B>getXSDSchemaExtensibilityElement_Schema</B>()</PRE>
<DL>
<DD>Returns the meta object for the containment reference '<A HREF="../../../../org/eclipse/wst/wsdl/XSDSchemaExtensibilityElement.html#getSchema()"><CODE><em>Schema</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the containment reference '<em>Schema</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/XSDSchemaExtensibilityElement.html#getSchema()"><CODE>XSDSchemaExtensibilityElement.getSchema()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getXSDSchemaExtensibilityElement()"><CODE>getXSDSchemaExtensibilityElement()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getMessageReference()"><!-- --></A><H3>
getMessageReference</H3>
<PRE>
EClass <B>getMessageReference</B>()</PRE>
<DL>
<DD>Returns the meta object for class '<A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html" title="interface in org.eclipse.wst.wsdl"><CODE><em>Message Reference</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for class '<em>Message Reference</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html" title="interface in org.eclipse.wst.wsdl"><CODE>MessageReference</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getMessageReference_Name()"><!-- --></A><H3>
getMessageReference_Name</H3>
<PRE>
EAttribute <B>getMessageReference_Name</B>()</PRE>
<DL>
<DD>Returns the meta object for the attribute '<A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html#getName()"><CODE><em>Name</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the attribute '<em>Name</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html#getName()"><CODE>MessageReference.getName()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getMessageReference()"><CODE>getMessageReference()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getMessageReference_EMessage()"><!-- --></A><H3>
getMessageReference_EMessage</H3>
<PRE>
EReference <B>getMessageReference_EMessage</B>()</PRE>
<DL>
<DD>Returns the meta object for the reference '<A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html#getEMessage()"><CODE><em>EMessage</em></CODE></A>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for the reference '<em>EMessage</em>'.<DT><B>See Also:</B><DD><A HREF="../../../../org/eclipse/wst/wsdl/MessageReference.html#getEMessage()"><CODE>MessageReference.getEMessage()</CODE></A>,
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.html#getMessageReference()"><CODE>getMessageReference()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getQName()"><!-- --></A><H3>
getQName</H3>
<PRE>
EDataType <B>getQName</B>()</PRE>
<DL>
<DD>Returns the meta object for data type '<CODE><em>QName</em></CODE>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for data type '<em>QName</em>'.<DT><B>See Also:</B><DD><CODE>QName</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getOperationType()"><!-- --></A><H3>
getOperationType</H3>
<PRE>
EDataType <B>getOperationType</B>()</PRE>
<DL>
<DD>Returns the meta object for data type '<CODE><em>Operation Type</em></CODE>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for data type '<em>Operation Type</em>'.<DT><B>See Also:</B><DD><CODE>OperationType</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getDOMElement()"><!-- --></A><H3>
getDOMElement</H3>
<PRE>
EDataType <B>getDOMElement</B>()</PRE>
<DL>
<DD>Returns the meta object for data type '<CODE><em>DOM Element</em></CODE>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for data type '<em>DOM Element</em>'.<DT><B>See Also:</B><DD><CODE>Element</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getWSDLException()"><!-- --></A><H3>
getWSDLException</H3>
<PRE>
EDataType <B>getWSDLException</B>()</PRE>
<DL>
<DD>Returns the meta object for data type '<CODE><em>Exception</em></CODE>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for data type '<em>Exception</em>'.<DT><B>See Also:</B><DD><CODE>WSDLException</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getDOMDocument()"><!-- --></A><H3>
getDOMDocument</H3>
<PRE>
EDataType <B>getDOMDocument</B>()</PRE>
<DL>
<DD>Returns the meta object for data type '<CODE><em>DOM Document</em></CODE>'.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the meta object for data type '<em>DOM Document</em>'.<DT><B>See Also:</B><DD><CODE>Document</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getWSDLFactory()"><!-- --></A><H3>
getWSDLFactory</H3>
<PRE>
<A HREF="../../../../org/eclipse/wst/wsdl/WSDLFactory.html" title="interface in org.eclipse.wst.wsdl">WSDLFactory</A> <B>getWSDLFactory</B>()</PRE>
<DL>
<DD>Returns the factory that creates the instances of the model.
<!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the factory that creates the instances of the model.</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/WSDLPackage.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/WSDLFactory.html" title="interface in org.eclipse.wst.wsdl"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../org/eclipse/wst/wsdl/WSDLPackage.Literals.html" title="interface in org.eclipse.wst.wsdl"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/eclipse/wst/wsdl/WSDLPackage.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="WSDLPackage.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY:&nbsp;<A HREF="#nested_class_summary">NESTED</A>&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>