org.apache.type_test.xml
Class TestLongResponse

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

public class TestLongResponse
extends java.lang.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://www.w3.org/2001/XMLSchema}long"/>
         <element name="y" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="z" type="{http://www.w3.org/2001/XMLSchema}long"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


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

y

protected long y

z

protected long z
Constructor Detail

TestLongResponse

public TestLongResponse()
Method Detail

getReturn

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


setReturn

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


getY

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


setY

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


getZ

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


setZ

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



Apache CXF