Class TestAnonTypeElement


  • @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v2.3.5",
               date="2023-05-02T15:12:31-04:00")
    public class TestAnonTypeElement
    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="x">
               <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>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • x

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-05-02T15:12:31-04:00")
        protected TestAnonTypeElement.X x
      • y

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-05-02T15:12:31-04:00")
        protected TestAnonTypeElement.Y y
    • Constructor Detail

      • TestAnonTypeElement

        public TestAnonTypeElement()
    • Method Detail

      • getX

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-05-02T15:12:31-04:00")
        public TestAnonTypeElement.X getX()
        Gets the value of the x property.
        Returns:
        possible object is TestAnonTypeElement.X
      • setX

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-05-02T15:12:31-04:00")
        public void setX​(TestAnonTypeElement.X value)
        Sets the value of the x property.
        Parameters:
        value - allowed object is TestAnonTypeElement.X
      • getY

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-05-02T15:12:31-04:00")
        public TestAnonTypeElement.Y getY()
        Gets the value of the y property.
        Returns:
        possible object is TestAnonTypeElement.Y
      • setY

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-05-02T15:12:31-04:00")
        public void setY​(TestAnonTypeElement.Y value)
        Sets the value of the y property.
        Parameters:
        value - allowed object is TestAnonTypeElement.Y