org.apache.type_test.xml
Class TestOccuringChoice1

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

public class TestOccuringChoice1
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" type="{http://apache.org/type_test/types3}OccuringChoice1"/>
         <element name="y" type="{http://apache.org/type_test/types3}OccuringChoice1"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  OccuringChoice1 x
           
protected  OccuringChoice1 y
           
 
Constructor Summary
TestOccuringChoice1()
           
 
Method Summary
 OccuringChoice1 getX()
          Gets the value of the x property.
 OccuringChoice1 getY()
          Gets the value of the y property.
 void setX(OccuringChoice1 value)
          Sets the value of the x property.
 void setY(OccuringChoice1 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 OccuringChoice1 x

y

protected OccuringChoice1 y
Constructor Detail

TestOccuringChoice1

public TestOccuringChoice1()
Method Detail

getX

public OccuringChoice1 getX()
Gets the value of the x property.

Returns:
possible object is OccuringChoice1

setX

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

Parameters:
value - allowed object is OccuringChoice1

getY

public OccuringChoice1 getY()
Gets the value of the y property.

Returns:
possible object is OccuringChoice1

setY

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

Parameters:
value - allowed object is OccuringChoice1


Apache CXF