org.apache.type_test.doc
Class TestDerivedStructBaseChoiceResponse

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

public class TestDerivedStructBaseChoiceResponse
extends java.lang.Object

Java class for testDerivedStructBaseChoiceResponse element declaration.

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

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


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

y

protected DerivedStructBaseChoice y

z

protected DerivedStructBaseChoice z
Constructor Detail

TestDerivedStructBaseChoiceResponse

public TestDerivedStructBaseChoiceResponse()
Method Detail

getReturn

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

Returns:
possible object is DerivedStructBaseChoice

setReturn

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

Parameters:
value - allowed object is DerivedStructBaseChoice

getY

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

Returns:
possible object is DerivedStructBaseChoice

setY

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

Parameters:
value - allowed object is DerivedStructBaseChoice

getZ

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

Returns:
possible object is DerivedStructBaseChoice

setZ

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

Parameters:
value - allowed object is DerivedStructBaseChoice


Apache CXF