org.apache.type_test.doc
Class TestOccuringChoice1

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

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-10-02T03:02:19+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
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

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-10-02T03:02:19+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected OccuringChoice1 x

y

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-10-02T03:02:19+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected OccuringChoice1 y
Constructor Detail

TestOccuringChoice1

public TestOccuringChoice1()
Method Detail

getX

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-10-02T03:02:19+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public OccuringChoice1 getX()
Gets the value of the x property.

Returns:
possible object is OccuringChoice1

setX

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-10-02T03:02:19+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setX(OccuringChoice1 value)
Sets the value of the x property.

Parameters:
value - allowed object is OccuringChoice1

getY

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-10-02T03:02:19+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public OccuringChoice1 getY()
Gets the value of the y property.

Returns:
possible object is OccuringChoice1

setY

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-10-02T03:02:19+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setY(OccuringChoice1 value)
Sets the value of the y property.

Parameters:
value - allowed object is OccuringChoice1


Apache CXF