org.apache.type_test.xml
Class TestAnonTypeElement

java.lang.Object
  extended by org.apache.type_test.xml.TestAnonTypeElement

public class TestAnonTypeElement
extends java.lang.Object

Java class for testAnonTypeElement element declaration.

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

 <element name="testAnonTypeElement">
   <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>
 </element>
 


Nested Class Summary
static class TestAnonTypeElement.X
          Java class for anonymous complex type.
static class TestAnonTypeElement.Y
          Java class for anonymous complex type.
 
Field Summary
protected  TestAnonTypeElement.X x
           
protected  TestAnonTypeElement.Y y
           
 
Constructor Summary
TestAnonTypeElement()
           
 
Method Summary
 TestAnonTypeElement.X getX()
          Gets the value of the x property.
 TestAnonTypeElement.Y getY()
          Gets the value of the y property.
 void setX(TestAnonTypeElement.X value)
          Sets the value of the x property.
 void setY(TestAnonTypeElement.Y value)
          Sets the value of the y property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

protected TestAnonTypeElement.X x

y

protected TestAnonTypeElement.Y y
Constructor Detail

TestAnonTypeElement

public TestAnonTypeElement()
Method Detail

getX

public TestAnonTypeElement.X getX()
Gets the value of the x property.

Returns:
possible object is TestAnonTypeElement.X

setX

public void setX(TestAnonTypeElement.X value)
Sets the value of the x property.

Parameters:
value - allowed object is TestAnonTypeElement.X

getY

public TestAnonTypeElement.Y getY()
Gets the value of the y property.

Returns:
possible object is TestAnonTypeElement.Y

setY

public void setY(TestAnonTypeElement.Y value)
Sets the value of the y property.

Parameters:
value - allowed object is TestAnonTypeElement.Y


Apache CXF