org.apache.type_test.xml
Class TestRecSeqB6918Response

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

public class TestRecSeqB6918Response
extends java.lang.Object

Java class for testRecSeqB6918Response element declaration.

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

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


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

y

protected RecSeqB6918 y

z

protected RecSeqB6918 z
Constructor Detail

TestRecSeqB6918Response

public TestRecSeqB6918Response()
Method Detail

getReturn

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

Returns:
possible object is RecSeqB6918

setReturn

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

Parameters:
value - allowed object is RecSeqB6918

getY

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

Returns:
possible object is RecSeqB6918

setY

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

Parameters:
value - allowed object is RecSeqB6918

getZ

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

Returns:
possible object is RecSeqB6918

setZ

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

Parameters:
value - allowed object is RecSeqB6918


Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.