org.apache.type_test.xml
Class TestMRecSeqAResponse

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

public class TestMRecSeqAResponse
extends java.lang.Object

Java class for testMRecSeqAResponse element declaration.

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

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


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

y

protected MRecSeqA y

z

protected MRecSeqA z
Constructor Detail

TestMRecSeqAResponse

public TestMRecSeqAResponse()
Method Detail

getReturn

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

Returns:
possible object is MRecSeqA

setReturn

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

Parameters:
value - allowed object is MRecSeqA

getY

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

Returns:
possible object is MRecSeqA

setY

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

Parameters:
value - allowed object is MRecSeqA

getZ

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

Returns:
possible object is MRecSeqA

setZ

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

Parameters:
value - allowed object is MRecSeqA


Apache CXF