Class TestAnonTypeElementResponse


  • @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v2.3.5",
               date="2023-06-06T11:29:23-04:00")
    public class TestAnonTypeElementResponse
    extends Object

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="return">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="varFloat" type="{http://www.w3.org/2001/XMLSchema}float"/>
                       <element name="varInt" type="{http://www.w3.org/2001/XMLSchema}int"/>
                       <element name="varString" type="{http://www.w3.org/2001/XMLSchema}string"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="y">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="varFloat" type="{http://www.w3.org/2001/XMLSchema}float"/>
                       <element name="varInt" type="{http://www.w3.org/2001/XMLSchema}int"/>
                       <element name="varString" type="{http://www.w3.org/2001/XMLSchema}string"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="z">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="varFloat" type="{http://www.w3.org/2001/XMLSchema}float"/>
                       <element name="varInt" type="{http://www.w3.org/2001/XMLSchema}int"/>
                       <element name="varString" type="{http://www.w3.org/2001/XMLSchema}string"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>