org.apache.type_test.xml
Class TestUnsignedShortResponse

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

public class TestUnsignedShortResponse
extends java.lang.Object

Java class for testUnsignedShortResponse element declaration.

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

 <element name="testUnsignedShortResponse">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element name="return" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
           <element name="y" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
           <element name="z" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
         </sequence>
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


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

y

protected int y

z

protected int z
Constructor Detail

TestUnsignedShortResponse

public TestUnsignedShortResponse()
Method Detail

getReturn

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


setReturn

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


getY

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


setY

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


getZ

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


setZ

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



Apache CXF