org.apache.type_test.xml
Class TestChoiceOfChoiceResponse

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

public class TestChoiceOfChoiceResponse
extends java.lang.Object

Java class for testChoiceOfChoiceResponse element declaration.

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

 <element name="testChoiceOfChoiceResponse">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element name="return" type="{http://apache.org/type_test/types2}ChoiceOfChoice"/>
           <element name="y" type="{http://apache.org/type_test/types2}ChoiceOfChoice"/>
           <element name="z" type="{http://apache.org/type_test/types2}ChoiceOfChoice"/>
         </sequence>
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Field Summary
protected  ChoiceOfChoice _return
           
protected  ChoiceOfChoice y
           
protected  ChoiceOfChoice z
           
 
Constructor Summary
TestChoiceOfChoiceResponse()
           
 
Method Summary
 ChoiceOfChoice getReturn()
          Gets the value of the return property.
 ChoiceOfChoice getY()
          Gets the value of the y property.
 ChoiceOfChoice getZ()
          Gets the value of the z property.
 void setReturn(ChoiceOfChoice value)
          Sets the value of the return property.
 void setY(ChoiceOfChoice value)
          Sets the value of the y property.
 void setZ(ChoiceOfChoice value)
          Sets the value of the z property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_return

protected ChoiceOfChoice _return

y

protected ChoiceOfChoice y

z

protected ChoiceOfChoice z
Constructor Detail

TestChoiceOfChoiceResponse

public TestChoiceOfChoiceResponse()
Method Detail

getReturn

public ChoiceOfChoice getReturn()
Gets the value of the return property.

Returns:
possible object is ChoiceOfChoice

setReturn

public void setReturn(ChoiceOfChoice value)
Sets the value of the return property.

Parameters:
value - allowed object is ChoiceOfChoice

getY

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

Returns:
possible object is ChoiceOfChoice

setY

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

Parameters:
value - allowed object is ChoiceOfChoice

getZ

public ChoiceOfChoice getZ()
Gets the value of the z property.

Returns:
possible object is ChoiceOfChoice

setZ

public void setZ(ChoiceOfChoice value)
Sets the value of the z property.

Parameters:
value - allowed object is ChoiceOfChoice


Apache CXF