org.apache.type_test.xml
Class TestDerivedChoiceBaseStructResponse

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

public class TestDerivedChoiceBaseStructResponse
extends java.lang.Object

Java class for testDerivedChoiceBaseStructResponse element declaration.

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

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


Field Summary
protected  DerivedChoiceBaseStruct _return
           
protected  DerivedChoiceBaseStruct y
           
protected  DerivedChoiceBaseStruct z
           
 
Constructor Summary
TestDerivedChoiceBaseStructResponse()
           
 
Method Summary
 DerivedChoiceBaseStruct getReturn()
          Gets the value of the return property.
 DerivedChoiceBaseStruct getY()
          Gets the value of the y property.
 DerivedChoiceBaseStruct getZ()
          Gets the value of the z property.
 void setReturn(DerivedChoiceBaseStruct value)
          Sets the value of the return property.
 void setY(DerivedChoiceBaseStruct value)
          Sets the value of the y property.
 void setZ(DerivedChoiceBaseStruct 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 DerivedChoiceBaseStruct _return

y

protected DerivedChoiceBaseStruct y

z

protected DerivedChoiceBaseStruct z
Constructor Detail

TestDerivedChoiceBaseStructResponse

public TestDerivedChoiceBaseStructResponse()
Method Detail

getReturn

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

Returns:
possible object is DerivedChoiceBaseStruct

setReturn

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

Parameters:
value - allowed object is DerivedChoiceBaseStruct

getY

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

Returns:
possible object is DerivedChoiceBaseStruct

setY

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

Parameters:
value - allowed object is DerivedChoiceBaseStruct

getZ

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

Returns:
possible object is DerivedChoiceBaseStruct

setZ

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

Parameters:
value - allowed object is DerivedChoiceBaseStruct


Apache CXF