org.apache.type_test.xml
Class TestMRecSeqCResponse

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

public class TestMRecSeqCResponse
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="return" type="{http://apache.org/type_test/types3}MRecSeqC"/>
         <element name="y" type="{http://apache.org/type_test/types3}MRecSeqC"/>
         <element name="z" type="{http://apache.org/type_test/types3}MRecSeqC"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


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

y

protected MRecSeqC y

z

protected MRecSeqC z
Constructor Detail

TestMRecSeqCResponse

public TestMRecSeqCResponse()
Method Detail

getReturn

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

Returns:
possible object is MRecSeqC

setReturn

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

Parameters:
value - allowed object is MRecSeqC

getY

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

Returns:
possible object is MRecSeqC

setY

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

Parameters:
value - allowed object is MRecSeqC

getZ

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

Returns:
possible object is MRecSeqC

setZ

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

Parameters:
value - allowed object is MRecSeqC


Apache CXF