Subversion Repositories XServices

Rev

Rev 24 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

<?xml version='1.0' encoding='UTF-8'?><section>
    <title>ReturnCode type</title>
    <para>The ReturnCode type is used as the generic answer type for most of the &brs; operations.</para>
    <para>The defining Java class is 
  <ulink url="&javadoc-base;javadoc/net/brutex/xservices/types/ReturnCode.html">
      <classname>net.brutex.xservices.types.ReturnCode</classname></ulink>.</para>
&schemadefinition;
        <programlisting language="xml"><![CDATA[
<xs:complexType name="ReturnCodeType">
    <xs:sequence>
        <xs:element name="returnCode" type="xs:int"/>
        <xs:element minOccurs="0" name="stdOut" type="xs:string"/>
        <xs:element minOccurs="0" name="stdErr" type="xs:string"/>
        <xs:element maxOccurs="unbounded" minOccurs="0" name="propertyList" nillable="true" type="]]><link linkend="antproperty">tns:antProperty</link><![CDATA["/>
    </xs:sequence>
</xs:complexType>]]>
        </programlisting>

&examplexml;
        <programlisting language="xml">&lt;ReturnCode xmlns:ns2=&quot;http://ws.xservices.brutex.net&quot;&gt;
            &lt;returnCode&gt;0&lt;/returnCode&gt;
            &lt;stdOut/&gt;
            &lt;stdErr/&gt;
            &lt;propertyList&gt;            <lineannotation>See <link linkend="antproperty">tns:antProperty</link> for details about the &lt;propertyList&gt; elements.</lineannotation>
            &lt;name&gt;key1&lt;/name&gt;
            &lt;value&gt;value1&lt;/value&gt;
            &lt;/propertyList&gt;
            &lt;propertyList&gt;
            &lt;name&gt;key2&lt;/name&gt;
            &lt;value&gt;value2&lt;/value&gt;
            &lt;/propertyList&gt;
        &lt;/ReturnCode&gt;</programlisting>

</section>

Generated by GNU Enscript 1.6.5.90.