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