Package org.apache.type_test.doc
Class TestShortResponse
java.lang.Object
org.apache.type_test.doc.TestShortResponse
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v3.0.2",
date="2023-06-06T12:44:56-04:00")
public class TestShortResponse
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://www.w3.org/2001/XMLSchema}short"/>
<element name="y" type="{http://www.w3.org/2001/XMLSchema}short"/>
<element name="z" type="{http://www.w3.org/2001/XMLSchema}short"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionshortGets the value of the return property.shortgetY()Gets the value of the y property.shortgetZ()Gets the value of the z property.voidsetReturn(short value) Sets the value of the return property.voidsetY(short value) Sets the value of the y property.voidsetZ(short value) Sets the value of the z property.
-
Field Details
-
_return
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-04:00") protected short _return -
y
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-04:00") protected short y -
z
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-04:00") protected short z
-
-
Constructor Details
-
TestShortResponse
public TestShortResponse()
-
-
Method Details
-
getReturn
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-04:00") public short getReturn()Gets the value of the return property. -
setReturn
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-04:00") public void setReturn(short value) Sets the value of the return property. -
getY
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-04:00") public short getY()Gets the value of the y property. -
setY
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-04:00") public void setY(short value) Sets the value of the y property. -
getZ
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-04:00") public short getZ()Gets the value of the z property. -
setZ
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-04:00") public void setZ(short value) Sets the value of the z property.
-