http://git-wip-us.apache.org/repos/asf/juddi/blob/771db112/scout/apidocs/org/apache/ws/scout/model/uddi/v2/Result.html ---------------------------------------------------------------------- diff --git a/scout/apidocs/org/apache/ws/scout/model/uddi/v2/Result.html b/scout/apidocs/org/apache/ws/scout/model/uddi/v2/Result.html new file mode 100644 index 0000000..f3edd73 --- /dev/null +++ b/scout/apidocs/org/apache/ws/scout/model/uddi/v2/Result.html @@ -0,0 +1,458 @@ +<!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.6.0_29) on Mon Feb 06 13:04:20 EST 2012 --> +<META http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<TITLE> +Result (Apache Scout 1.2.5 API) +</TITLE> + +<META NAME="date" CONTENT="2012-02-06"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Result (Apache Scout 1.2.5 API)"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= 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> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Result.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/RelatedBusinessInfos.html" title="class in org.apache.ws.scout.model.uddi.v2"><B>PREV CLASS</B></A> + <A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/SaveBinding.html" title="class in org.apache.ws.scout.model.uddi.v2"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../../index.html?org/apache/ws/scout/model/uddi/v2/Result.html" target="_top"><B>FRAMES</B></A> + <A HREF="Result.html" target="_top"><B>NO FRAMES</B></A> + <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: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<!-- ======== START OF CLASS DATA ======== --> +<H2> +<FONT SIZE="-1"> +org.apache.ws.scout.model.uddi.v2</FONT> +<BR> +Class Result</H2> +<PRE> +java.lang.Object + <IMG SRC="../../../../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.ws.scout.model.uddi.v2.Result</B> +</PRE> +<HR> +<DL> +<DT><PRE>public class <B>Result</B><DT>extends java.lang.Object</DL> +</PRE> + +<P> +<p>Java class for result complex type. + + <p>The following schema fragment specifies the expected content contained within this class. + + <pre> + <complexType name="result"> + <complexContent> + <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + <sequence> + <element ref="{urn:uddi-org:api_v2}errInfo" minOccurs="0"/> + </sequence> + <attribute name="keyType" type="{urn:uddi-org:api_v2}keyType" /> + <attribute name="errno" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> + </restriction> + </complexContent> + </complexType> + </pre> +<P> + +<P> +<HR> + +<P> +<!-- =========== 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>protected <A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/ErrInfo.html" title="class in org.apache.ws.scout.model.uddi.v2">ErrInfo</A></CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/Result.html#errInfo">errInfo</A></B></CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>protected int</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/Result.html#errno">errno</A></B></CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>protected <A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/KeyType.html" title="enum in org.apache.ws.scout.model.uddi.v2">KeyType</A></CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/Result.html#keyType">keyType</A></B></CODE> + +<BR> + </TD> +</TR> +</TABLE> + +<!-- ======== CONSTRUCTOR SUMMARY ======== --> + +<A NAME="constructor_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>Constructor Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/Result.html#Result()">Result</A></B>()</CODE> + +<BR> + </TD> +</TR> +</TABLE> + +<!-- ========== 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> <A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/ErrInfo.html" title="class in org.apache.ws.scout.model.uddi.v2">ErrInfo</A></CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/Result.html#getErrInfo()">getErrInfo</A></B>()</CODE> + +<BR> + Gets the value of the errInfo property.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> int</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/Result.html#getErrno()">getErrno</A></B>()</CODE> + +<BR> + Gets the value of the errno property.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> <A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/KeyType.html" title="enum in org.apache.ws.scout.model.uddi.v2">KeyType</A></CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/Result.html#getKeyType()">getKeyType</A></B>()</CODE> + +<BR> + Gets the value of the keyType property.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/Result.html#setErrInfo(org.apache.ws.scout.model.uddi.v2.ErrInfo)">setErrInfo</A></B>(<A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/ErrInfo.html" title="class in org.apache.ws.scout.model.uddi.v2">ErrInfo</A> value)</CODE> + +<BR> + Sets the value of the errInfo property.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/Result.html#setErrno(int)">setErrno</A></B>(int value)</CODE> + +<BR> + Sets the value of the errno property.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/Result.html#setKeyType(org.apache.ws.scout.model.uddi.v2.KeyType)">setKeyType</A></B>(<A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/KeyType.html" title="enum in org.apache.ws.scout.model.uddi.v2">KeyType</A> value)</CODE> + +<BR> + Sets the value of the keyType property.</TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> +</TR> +</TABLE> + +<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="errInfo"><!-- --></A><H3> +errInfo</H3> +<PRE> +protected <A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/ErrInfo.html" title="class in org.apache.ws.scout.model.uddi.v2">ErrInfo</A> <B>errInfo</B></PRE> +<DL> +<DL> +</DL> +</DL> +<HR> + +<A NAME="keyType"><!-- --></A><H3> +keyType</H3> +<PRE> +protected <A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/KeyType.html" title="enum in org.apache.ws.scout.model.uddi.v2">KeyType</A> <B>keyType</B></PRE> +<DL> +<DL> +</DL> +</DL> +<HR> + +<A NAME="errno"><!-- --></A><H3> +errno</H3> +<PRE> +protected int <B>errno</B></PRE> +<DL> +<DL> +</DL> +</DL> + +<!-- ========= CONSTRUCTOR DETAIL ======== --> + +<A NAME="constructor_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>Constructor Detail</B></FONT></TH> +</TR> +</TABLE> + +<A NAME="Result()"><!-- --></A><H3> +Result</H3> +<PRE> +public <B>Result</B>()</PRE> +<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="getErrInfo()"><!-- --></A><H3> +getErrInfo</H3> +<PRE> +public <A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/ErrInfo.html" title="class in org.apache.ws.scout.model.uddi.v2">ErrInfo</A> <B>getErrInfo</B>()</PRE> +<DL> +<DD>Gets the value of the errInfo property. +<P> +<DD><DL> + +<DT><B>Returns:</B><DD>possible object is + <A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/ErrInfo.html" title="class in org.apache.ws.scout.model.uddi.v2"><CODE>ErrInfo</CODE></A></DL> +</DD> +</DL> +<HR> + +<A NAME="setErrInfo(org.apache.ws.scout.model.uddi.v2.ErrInfo)"><!-- --></A><H3> +setErrInfo</H3> +<PRE> +public void <B>setErrInfo</B>(<A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/ErrInfo.html" title="class in org.apache.ws.scout.model.uddi.v2">ErrInfo</A> value)</PRE> +<DL> +<DD>Sets the value of the errInfo property. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>value</CODE> - allowed object is + <A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/ErrInfo.html" title="class in org.apache.ws.scout.model.uddi.v2"><CODE>ErrInfo</CODE></A></DL> +</DD> +</DL> +<HR> + +<A NAME="getKeyType()"><!-- --></A><H3> +getKeyType</H3> +<PRE> +public <A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/KeyType.html" title="enum in org.apache.ws.scout.model.uddi.v2">KeyType</A> <B>getKeyType</B>()</PRE> +<DL> +<DD>Gets the value of the keyType property. +<P> +<DD><DL> + +<DT><B>Returns:</B><DD>possible object is + <A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/KeyType.html" title="enum in org.apache.ws.scout.model.uddi.v2"><CODE>KeyType</CODE></A></DL> +</DD> +</DL> +<HR> + +<A NAME="setKeyType(org.apache.ws.scout.model.uddi.v2.KeyType)"><!-- --></A><H3> +setKeyType</H3> +<PRE> +public void <B>setKeyType</B>(<A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/KeyType.html" title="enum in org.apache.ws.scout.model.uddi.v2">KeyType</A> value)</PRE> +<DL> +<DD>Sets the value of the keyType property. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>value</CODE> - allowed object is + <A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/KeyType.html" title="enum in org.apache.ws.scout.model.uddi.v2"><CODE>KeyType</CODE></A></DL> +</DD> +</DL> +<HR> + +<A NAME="getErrno()"><!-- --></A><H3> +getErrno</H3> +<PRE> +public int <B>getErrno</B>()</PRE> +<DL> +<DD>Gets the value of the errno property. +<P> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setErrno(int)"><!-- --></A><H3> +setErrno</H3> +<PRE> +public void <B>setErrno</B>(int value)</PRE> +<DL> +<DD>Sets the value of the errno property. +<P> +<DD><DL> +</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> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Result.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/RelatedBusinessInfos.html" title="class in org.apache.ws.scout.model.uddi.v2"><B>PREV CLASS</B></A> + <A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/SaveBinding.html" title="class in org.apache.ws.scout.model.uddi.v2"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../../index.html?org/apache/ws/scout/model/uddi/v2/Result.html" target="_top"><B>FRAMES</B></A> + <A HREF="Result.html" target="_top"><B>NO FRAMES</B></A> + <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: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> +Copyright © 2004-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved. +</BODY> +</HTML>
http://git-wip-us.apache.org/repos/asf/juddi/blob/771db112/scout/apidocs/org/apache/ws/scout/model/uddi/v2/SaveBinding.html ---------------------------------------------------------------------- diff --git a/scout/apidocs/org/apache/ws/scout/model/uddi/v2/SaveBinding.html b/scout/apidocs/org/apache/ws/scout/model/uddi/v2/SaveBinding.html new file mode 100644 index 0000000..865d923 --- /dev/null +++ b/scout/apidocs/org/apache/ws/scout/model/uddi/v2/SaveBinding.html @@ -0,0 +1,454 @@ +<!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.6.0_29) on Mon Feb 06 13:04:20 EST 2012 --> +<META http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<TITLE> +SaveBinding (Apache Scout 1.2.5 API) +</TITLE> + +<META NAME="date" CONTENT="2012-02-06"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="SaveBinding (Apache Scout 1.2.5 API)"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= 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> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/SaveBinding.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/Result.html" title="class in org.apache.ws.scout.model.uddi.v2"><B>PREV CLASS</B></A> + <A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/SaveBusiness.html" title="class in org.apache.ws.scout.model.uddi.v2"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../../index.html?org/apache/ws/scout/model/uddi/v2/SaveBinding.html" target="_top"><B>FRAMES</B></A> + <A HREF="SaveBinding.html" target="_top"><B>NO FRAMES</B></A> + <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: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<!-- ======== START OF CLASS DATA ======== --> +<H2> +<FONT SIZE="-1"> +org.apache.ws.scout.model.uddi.v2</FONT> +<BR> +Class SaveBinding</H2> +<PRE> +java.lang.Object + <IMG SRC="../../../../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.ws.scout.model.uddi.v2.SaveBinding</B> +</PRE> +<HR> +<DL> +<DT><PRE>public class <B>SaveBinding</B><DT>extends java.lang.Object</DL> +</PRE> + +<P> +<p>Java class for save_binding complex type. + + <p>The following schema fragment specifies the expected content contained within this class. + + <pre> + <complexType name="save_binding"> + <complexContent> + <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + <sequence> + <element ref="{urn:uddi-org:api_v2}authInfo"/> + <element ref="{urn:uddi-org:api_v2}bindingTemplate" maxOccurs="unbounded"/> + </sequence> + <attribute name="generic" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> + </restriction> + </complexContent> + </complexType> + </pre> +<P> + +<P> +<HR> + +<P> +<!-- =========== 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>protected java.lang.String</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/SaveBinding.html#authInfo">authInfo</A></B></CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>protected java.util.List<<A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/BindingTemplate.html" title="class in org.apache.ws.scout.model.uddi.v2">BindingTemplate</A>></CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/SaveBinding.html#bindingTemplate">bindingTemplate</A></B></CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>protected java.lang.String</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/SaveBinding.html#generic">generic</A></B></CODE> + +<BR> + </TD> +</TR> +</TABLE> + +<!-- ======== CONSTRUCTOR SUMMARY ======== --> + +<A NAME="constructor_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>Constructor Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/SaveBinding.html#SaveBinding()">SaveBinding</A></B>()</CODE> + +<BR> + </TD> +</TR> +</TABLE> + +<!-- ========== 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> java.lang.String</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/SaveBinding.html#getAuthInfo()">getAuthInfo</A></B>()</CODE> + +<BR> + Gets the value of the authInfo property.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> java.util.List<<A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/BindingTemplate.html" title="class in org.apache.ws.scout.model.uddi.v2">BindingTemplate</A>></CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/SaveBinding.html#getBindingTemplate()">getBindingTemplate</A></B>()</CODE> + +<BR> + Gets the value of the bindingTemplate property.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> java.lang.String</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/SaveBinding.html#getGeneric()">getGeneric</A></B>()</CODE> + +<BR> + Gets the value of the generic property.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/SaveBinding.html#setAuthInfo(java.lang.String)">setAuthInfo</A></B>(java.lang.String value)</CODE> + +<BR> + Sets the value of the authInfo property.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/SaveBinding.html#setGeneric(java.lang.String)">setGeneric</A></B>(java.lang.String value)</CODE> + +<BR> + Sets the value of the generic property.</TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> +</TR> +</TABLE> + +<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="authInfo"><!-- --></A><H3> +authInfo</H3> +<PRE> +protected java.lang.String <B>authInfo</B></PRE> +<DL> +<DL> +</DL> +</DL> +<HR> + +<A NAME="bindingTemplate"><!-- --></A><H3> +bindingTemplate</H3> +<PRE> +protected java.util.List<<A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/BindingTemplate.html" title="class in org.apache.ws.scout.model.uddi.v2">BindingTemplate</A>> <B>bindingTemplate</B></PRE> +<DL> +<DL> +</DL> +</DL> +<HR> + +<A NAME="generic"><!-- --></A><H3> +generic</H3> +<PRE> +protected java.lang.String <B>generic</B></PRE> +<DL> +<DL> +</DL> +</DL> + +<!-- ========= CONSTRUCTOR DETAIL ======== --> + +<A NAME="constructor_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>Constructor Detail</B></FONT></TH> +</TR> +</TABLE> + +<A NAME="SaveBinding()"><!-- --></A><H3> +SaveBinding</H3> +<PRE> +public <B>SaveBinding</B>()</PRE> +<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="getAuthInfo()"><!-- --></A><H3> +getAuthInfo</H3> +<PRE> +public java.lang.String <B>getAuthInfo</B>()</PRE> +<DL> +<DD>Gets the value of the authInfo property. +<P> +<DD><DL> + +<DT><B>Returns:</B><DD>possible object is + <CODE>String</CODE></DL> +</DD> +</DL> +<HR> + +<A NAME="setAuthInfo(java.lang.String)"><!-- --></A><H3> +setAuthInfo</H3> +<PRE> +public void <B>setAuthInfo</B>(java.lang.String value)</PRE> +<DL> +<DD>Sets the value of the authInfo property. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>value</CODE> - allowed object is + <CODE>String</CODE></DL> +</DD> +</DL> +<HR> + +<A NAME="getBindingTemplate()"><!-- --></A><H3> +getBindingTemplate</H3> +<PRE> +public java.util.List<<A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/BindingTemplate.html" title="class in org.apache.ws.scout.model.uddi.v2">BindingTemplate</A>> <B>getBindingTemplate</B>()</PRE> +<DL> +<DD>Gets the value of the bindingTemplate property. + + <p> + This accessor method returns a reference to the live list, + not a snapshot. Therefore any modification you make to the + returned list will be present inside the JAXB object. + This is why there is not a <CODE>set</CODE> method for the bindingTemplate property. + + <p> + For example, to add a new item, do as follows: + <pre> + getBindingTemplate().add(newItem); + </pre> + + + <p> + Objects of the following type(s) are allowed in the list + <A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/BindingTemplate.html" title="class in org.apache.ws.scout.model.uddi.v2"><CODE>BindingTemplate</CODE></A> +<P> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getGeneric()"><!-- --></A><H3> +getGeneric</H3> +<PRE> +public java.lang.String <B>getGeneric</B>()</PRE> +<DL> +<DD>Gets the value of the generic property. +<P> +<DD><DL> + +<DT><B>Returns:</B><DD>possible object is + <CODE>String</CODE></DL> +</DD> +</DL> +<HR> + +<A NAME="setGeneric(java.lang.String)"><!-- --></A><H3> +setGeneric</H3> +<PRE> +public void <B>setGeneric</B>(java.lang.String value)</PRE> +<DL> +<DD>Sets the value of the generic property. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>value</CODE> - allowed object is + <CODE>String</CODE></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> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/SaveBinding.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/Result.html" title="class in org.apache.ws.scout.model.uddi.v2"><B>PREV CLASS</B></A> + <A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/SaveBusiness.html" title="class in org.apache.ws.scout.model.uddi.v2"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../../index.html?org/apache/ws/scout/model/uddi/v2/SaveBinding.html" target="_top"><B>FRAMES</B></A> + <A HREF="SaveBinding.html" target="_top"><B>NO FRAMES</B></A> + <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: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> +Copyright © 2004-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved. +</BODY> +</HTML> http://git-wip-us.apache.org/repos/asf/juddi/blob/771db112/scout/apidocs/org/apache/ws/scout/model/uddi/v2/SaveBusiness.html ---------------------------------------------------------------------- diff --git a/scout/apidocs/org/apache/ws/scout/model/uddi/v2/SaveBusiness.html b/scout/apidocs/org/apache/ws/scout/model/uddi/v2/SaveBusiness.html new file mode 100644 index 0000000..31e45e7 --- /dev/null +++ b/scout/apidocs/org/apache/ws/scout/model/uddi/v2/SaveBusiness.html @@ -0,0 +1,511 @@ +<!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.6.0_29) on Mon Feb 06 13:04:20 EST 2012 --> +<META http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<TITLE> +SaveBusiness (Apache Scout 1.2.5 API) +</TITLE> + +<META NAME="date" CONTENT="2012-02-06"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="SaveBusiness (Apache Scout 1.2.5 API)"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= 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> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/SaveBusiness.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/SaveBinding.html" title="class in org.apache.ws.scout.model.uddi.v2"><B>PREV CLASS</B></A> + <A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/SaveService.html" title="class in org.apache.ws.scout.model.uddi.v2"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../../index.html?org/apache/ws/scout/model/uddi/v2/SaveBusiness.html" target="_top"><B>FRAMES</B></A> + <A HREF="SaveBusiness.html" target="_top"><B>NO FRAMES</B></A> + <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: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<!-- ======== START OF CLASS DATA ======== --> +<H2> +<FONT SIZE="-1"> +org.apache.ws.scout.model.uddi.v2</FONT> +<BR> +Class SaveBusiness</H2> +<PRE> +java.lang.Object + <IMG SRC="../../../../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.ws.scout.model.uddi.v2.SaveBusiness</B> +</PRE> +<HR> +<DL> +<DT><PRE>public class <B>SaveBusiness</B><DT>extends java.lang.Object</DL> +</PRE> + +<P> +<p>Java class for save_business complex type. + + <p>The following schema fragment specifies the expected content contained within this class. + + <pre> + <complexType name="save_business"> + <complexContent> + <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + <sequence> + <element ref="{urn:uddi-org:api_v2}authInfo"/> + <element ref="{urn:uddi-org:api_v2}businessEntity" maxOccurs="unbounded" minOccurs="0"/> + <element ref="{urn:uddi-org:api_v2}uploadRegister" maxOccurs="unbounded" minOccurs="0"/> + </sequence> + <attribute name="generic" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> + </restriction> + </complexContent> + </complexType> + </pre> +<P> + +<P> +<HR> + +<P> +<!-- =========== 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>protected java.lang.String</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/SaveBusiness.html#authInfo">authInfo</A></B></CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>protected java.util.List<<A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/BusinessEntity.html" title="class in org.apache.ws.scout.model.uddi.v2">BusinessEntity</A>></CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/SaveBusiness.html#businessEntity">businessEntity</A></B></CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>protected java.lang.String</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/SaveBusiness.html#generic">generic</A></B></CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>protected java.util.List<java.lang.String></CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/SaveBusiness.html#uploadRegister">uploadRegister</A></B></CODE> + +<BR> + </TD> +</TR> +</TABLE> + +<!-- ======== CONSTRUCTOR SUMMARY ======== --> + +<A NAME="constructor_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>Constructor Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/SaveBusiness.html#SaveBusiness()">SaveBusiness</A></B>()</CODE> + +<BR> + </TD> +</TR> +</TABLE> + +<!-- ========== 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> java.lang.String</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/SaveBusiness.html#getAuthInfo()">getAuthInfo</A></B>()</CODE> + +<BR> + Gets the value of the authInfo property.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> java.util.List<<A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/BusinessEntity.html" title="class in org.apache.ws.scout.model.uddi.v2">BusinessEntity</A>></CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/SaveBusiness.html#getBusinessEntity()">getBusinessEntity</A></B>()</CODE> + +<BR> + Gets the value of the businessEntity property.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> java.lang.String</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/SaveBusiness.html#getGeneric()">getGeneric</A></B>()</CODE> + +<BR> + Gets the value of the generic property.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> java.util.List<java.lang.String></CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/SaveBusiness.html#getUploadRegister()">getUploadRegister</A></B>()</CODE> + +<BR> + Gets the value of the uploadRegister property.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/SaveBusiness.html#setAuthInfo(java.lang.String)">setAuthInfo</A></B>(java.lang.String value)</CODE> + +<BR> + Sets the value of the authInfo property.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/SaveBusiness.html#setGeneric(java.lang.String)">setGeneric</A></B>(java.lang.String value)</CODE> + +<BR> + Sets the value of the generic property.</TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> +</TR> +</TABLE> + +<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="authInfo"><!-- --></A><H3> +authInfo</H3> +<PRE> +protected java.lang.String <B>authInfo</B></PRE> +<DL> +<DL> +</DL> +</DL> +<HR> + +<A NAME="businessEntity"><!-- --></A><H3> +businessEntity</H3> +<PRE> +protected java.util.List<<A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/BusinessEntity.html" title="class in org.apache.ws.scout.model.uddi.v2">BusinessEntity</A>> <B>businessEntity</B></PRE> +<DL> +<DL> +</DL> +</DL> +<HR> + +<A NAME="uploadRegister"><!-- --></A><H3> +uploadRegister</H3> +<PRE> +protected java.util.List<java.lang.String> <B>uploadRegister</B></PRE> +<DL> +<DL> +</DL> +</DL> +<HR> + +<A NAME="generic"><!-- --></A><H3> +generic</H3> +<PRE> +protected java.lang.String <B>generic</B></PRE> +<DL> +<DL> +</DL> +</DL> + +<!-- ========= CONSTRUCTOR DETAIL ======== --> + +<A NAME="constructor_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>Constructor Detail</B></FONT></TH> +</TR> +</TABLE> + +<A NAME="SaveBusiness()"><!-- --></A><H3> +SaveBusiness</H3> +<PRE> +public <B>SaveBusiness</B>()</PRE> +<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="getAuthInfo()"><!-- --></A><H3> +getAuthInfo</H3> +<PRE> +public java.lang.String <B>getAuthInfo</B>()</PRE> +<DL> +<DD>Gets the value of the authInfo property. +<P> +<DD><DL> + +<DT><B>Returns:</B><DD>possible object is + <CODE>String</CODE></DL> +</DD> +</DL> +<HR> + +<A NAME="setAuthInfo(java.lang.String)"><!-- --></A><H3> +setAuthInfo</H3> +<PRE> +public void <B>setAuthInfo</B>(java.lang.String value)</PRE> +<DL> +<DD>Sets the value of the authInfo property. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>value</CODE> - allowed object is + <CODE>String</CODE></DL> +</DD> +</DL> +<HR> + +<A NAME="getBusinessEntity()"><!-- --></A><H3> +getBusinessEntity</H3> +<PRE> +public java.util.List<<A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/BusinessEntity.html" title="class in org.apache.ws.scout.model.uddi.v2">BusinessEntity</A>> <B>getBusinessEntity</B>()</PRE> +<DL> +<DD>Gets the value of the businessEntity property. + + <p> + This accessor method returns a reference to the live list, + not a snapshot. Therefore any modification you make to the + returned list will be present inside the JAXB object. + This is why there is not a <CODE>set</CODE> method for the businessEntity property. + + <p> + For example, to add a new item, do as follows: + <pre> + getBusinessEntity().add(newItem); + </pre> + + + <p> + Objects of the following type(s) are allowed in the list + <A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/BusinessEntity.html" title="class in org.apache.ws.scout.model.uddi.v2"><CODE>BusinessEntity</CODE></A> +<P> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getUploadRegister()"><!-- --></A><H3> +getUploadRegister</H3> +<PRE> +public java.util.List<java.lang.String> <B>getUploadRegister</B>()</PRE> +<DL> +<DD>Gets the value of the uploadRegister property. + + <p> + This accessor method returns a reference to the live list, + not a snapshot. Therefore any modification you make to the + returned list will be present inside the JAXB object. + This is why there is not a <CODE>set</CODE> method for the uploadRegister property. + + <p> + For example, to add a new item, do as follows: + <pre> + getUploadRegister().add(newItem); + </pre> + + + <p> + Objects of the following type(s) are allowed in the list + <CODE>String</CODE> +<P> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getGeneric()"><!-- --></A><H3> +getGeneric</H3> +<PRE> +public java.lang.String <B>getGeneric</B>()</PRE> +<DL> +<DD>Gets the value of the generic property. +<P> +<DD><DL> + +<DT><B>Returns:</B><DD>possible object is + <CODE>String</CODE></DL> +</DD> +</DL> +<HR> + +<A NAME="setGeneric(java.lang.String)"><!-- --></A><H3> +setGeneric</H3> +<PRE> +public void <B>setGeneric</B>(java.lang.String value)</PRE> +<DL> +<DD>Sets the value of the generic property. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>value</CODE> - allowed object is + <CODE>String</CODE></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> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/SaveBusiness.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/SaveBinding.html" title="class in org.apache.ws.scout.model.uddi.v2"><B>PREV CLASS</B></A> + <A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/SaveService.html" title="class in org.apache.ws.scout.model.uddi.v2"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../../index.html?org/apache/ws/scout/model/uddi/v2/SaveBusiness.html" target="_top"><B>FRAMES</B></A> + <A HREF="SaveBusiness.html" target="_top"><B>NO FRAMES</B></A> + <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: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> +Copyright © 2004-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved. +</BODY> +</HTML> http://git-wip-us.apache.org/repos/asf/juddi/blob/771db112/scout/apidocs/org/apache/ws/scout/model/uddi/v2/SaveService.html ---------------------------------------------------------------------- diff --git a/scout/apidocs/org/apache/ws/scout/model/uddi/v2/SaveService.html b/scout/apidocs/org/apache/ws/scout/model/uddi/v2/SaveService.html new file mode 100644 index 0000000..dd78bfb --- /dev/null +++ b/scout/apidocs/org/apache/ws/scout/model/uddi/v2/SaveService.html @@ -0,0 +1,454 @@ +<!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.6.0_29) on Mon Feb 06 13:04:20 EST 2012 --> +<META http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<TITLE> +SaveService (Apache Scout 1.2.5 API) +</TITLE> + +<META NAME="date" CONTENT="2012-02-06"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="SaveService (Apache Scout 1.2.5 API)"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= 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> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/SaveService.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/SaveBusiness.html" title="class in org.apache.ws.scout.model.uddi.v2"><B>PREV CLASS</B></A> + <A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/SaveTModel.html" title="class in org.apache.ws.scout.model.uddi.v2"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../../index.html?org/apache/ws/scout/model/uddi/v2/SaveService.html" target="_top"><B>FRAMES</B></A> + <A HREF="SaveService.html" target="_top"><B>NO FRAMES</B></A> + <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: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<!-- ======== START OF CLASS DATA ======== --> +<H2> +<FONT SIZE="-1"> +org.apache.ws.scout.model.uddi.v2</FONT> +<BR> +Class SaveService</H2> +<PRE> +java.lang.Object + <IMG SRC="../../../../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.ws.scout.model.uddi.v2.SaveService</B> +</PRE> +<HR> +<DL> +<DT><PRE>public class <B>SaveService</B><DT>extends java.lang.Object</DL> +</PRE> + +<P> +<p>Java class for save_service complex type. + + <p>The following schema fragment specifies the expected content contained within this class. + + <pre> + <complexType name="save_service"> + <complexContent> + <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + <sequence> + <element ref="{urn:uddi-org:api_v2}authInfo"/> + <element ref="{urn:uddi-org:api_v2}businessService" maxOccurs="unbounded"/> + </sequence> + <attribute name="generic" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> + </restriction> + </complexContent> + </complexType> + </pre> +<P> + +<P> +<HR> + +<P> +<!-- =========== 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>protected java.lang.String</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/SaveService.html#authInfo">authInfo</A></B></CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>protected java.util.List<<A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/BusinessService.html" title="class in org.apache.ws.scout.model.uddi.v2">BusinessService</A>></CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/SaveService.html#businessService">businessService</A></B></CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>protected java.lang.String</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/SaveService.html#generic">generic</A></B></CODE> + +<BR> + </TD> +</TR> +</TABLE> + +<!-- ======== CONSTRUCTOR SUMMARY ======== --> + +<A NAME="constructor_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>Constructor Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/SaveService.html#SaveService()">SaveService</A></B>()</CODE> + +<BR> + </TD> +</TR> +</TABLE> + +<!-- ========== 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> java.lang.String</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/SaveService.html#getAuthInfo()">getAuthInfo</A></B>()</CODE> + +<BR> + Gets the value of the authInfo property.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> java.util.List<<A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/BusinessService.html" title="class in org.apache.ws.scout.model.uddi.v2">BusinessService</A>></CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/SaveService.html#getBusinessService()">getBusinessService</A></B>()</CODE> + +<BR> + Gets the value of the businessService property.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> java.lang.String</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/SaveService.html#getGeneric()">getGeneric</A></B>()</CODE> + +<BR> + Gets the value of the generic property.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/SaveService.html#setAuthInfo(java.lang.String)">setAuthInfo</A></B>(java.lang.String value)</CODE> + +<BR> + Sets the value of the authInfo property.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/SaveService.html#setGeneric(java.lang.String)">setGeneric</A></B>(java.lang.String value)</CODE> + +<BR> + Sets the value of the generic property.</TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> +</TR> +</TABLE> + +<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="authInfo"><!-- --></A><H3> +authInfo</H3> +<PRE> +protected java.lang.String <B>authInfo</B></PRE> +<DL> +<DL> +</DL> +</DL> +<HR> + +<A NAME="businessService"><!-- --></A><H3> +businessService</H3> +<PRE> +protected java.util.List<<A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/BusinessService.html" title="class in org.apache.ws.scout.model.uddi.v2">BusinessService</A>> <B>businessService</B></PRE> +<DL> +<DL> +</DL> +</DL> +<HR> + +<A NAME="generic"><!-- --></A><H3> +generic</H3> +<PRE> +protected java.lang.String <B>generic</B></PRE> +<DL> +<DL> +</DL> +</DL> + +<!-- ========= CONSTRUCTOR DETAIL ======== --> + +<A NAME="constructor_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>Constructor Detail</B></FONT></TH> +</TR> +</TABLE> + +<A NAME="SaveService()"><!-- --></A><H3> +SaveService</H3> +<PRE> +public <B>SaveService</B>()</PRE> +<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="getAuthInfo()"><!-- --></A><H3> +getAuthInfo</H3> +<PRE> +public java.lang.String <B>getAuthInfo</B>()</PRE> +<DL> +<DD>Gets the value of the authInfo property. +<P> +<DD><DL> + +<DT><B>Returns:</B><DD>possible object is + <CODE>String</CODE></DL> +</DD> +</DL> +<HR> + +<A NAME="setAuthInfo(java.lang.String)"><!-- --></A><H3> +setAuthInfo</H3> +<PRE> +public void <B>setAuthInfo</B>(java.lang.String value)</PRE> +<DL> +<DD>Sets the value of the authInfo property. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>value</CODE> - allowed object is + <CODE>String</CODE></DL> +</DD> +</DL> +<HR> + +<A NAME="getBusinessService()"><!-- --></A><H3> +getBusinessService</H3> +<PRE> +public java.util.List<<A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/BusinessService.html" title="class in org.apache.ws.scout.model.uddi.v2">BusinessService</A>> <B>getBusinessService</B>()</PRE> +<DL> +<DD>Gets the value of the businessService property. + + <p> + This accessor method returns a reference to the live list, + not a snapshot. Therefore any modification you make to the + returned list will be present inside the JAXB object. + This is why there is not a <CODE>set</CODE> method for the businessService property. + + <p> + For example, to add a new item, do as follows: + <pre> + getBusinessService().add(newItem); + </pre> + + + <p> + Objects of the following type(s) are allowed in the list + <A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/BusinessService.html" title="class in org.apache.ws.scout.model.uddi.v2"><CODE>BusinessService</CODE></A> +<P> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getGeneric()"><!-- --></A><H3> +getGeneric</H3> +<PRE> +public java.lang.String <B>getGeneric</B>()</PRE> +<DL> +<DD>Gets the value of the generic property. +<P> +<DD><DL> + +<DT><B>Returns:</B><DD>possible object is + <CODE>String</CODE></DL> +</DD> +</DL> +<HR> + +<A NAME="setGeneric(java.lang.String)"><!-- --></A><H3> +setGeneric</H3> +<PRE> +public void <B>setGeneric</B>(java.lang.String value)</PRE> +<DL> +<DD>Sets the value of the generic property. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>value</CODE> - allowed object is + <CODE>String</CODE></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> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/SaveService.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/SaveBusiness.html" title="class in org.apache.ws.scout.model.uddi.v2"><B>PREV CLASS</B></A> + <A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/SaveTModel.html" title="class in org.apache.ws.scout.model.uddi.v2"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../../index.html?org/apache/ws/scout/model/uddi/v2/SaveService.html" target="_top"><B>FRAMES</B></A> + <A HREF="SaveService.html" target="_top"><B>NO FRAMES</B></A> + <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: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> +Copyright © 2004-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved. +</BODY> +</HTML> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
