org.apache.type_test.xml
Class TestDerivedChoiceBaseArrayResponse

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

public class TestDerivedChoiceBaseArrayResponse
extends java.lang.Object

Java class for testDerivedChoiceBaseArrayResponse element declaration.

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

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


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

y

protected DerivedChoiceBaseArray y

z

protected DerivedChoiceBaseArray z
Constructor Detail

TestDerivedChoiceBaseArrayResponse

public TestDerivedChoiceBaseArrayResponse()
Method Detail

getReturn

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

Returns:
possible object is DerivedChoiceBaseArray

setReturn

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

Parameters:
value - allowed object is DerivedChoiceBaseArray

getY

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

Returns:
possible object is DerivedChoiceBaseArray

setY

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

Parameters:
value - allowed object is DerivedChoiceBaseArray

getZ

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

Returns:
possible object is DerivedChoiceBaseArray

setZ

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

Parameters:
value - allowed object is DerivedChoiceBaseArray


Apache CXF