Package org.apache.type_test.xml
Class TestUnsignedIntResponse
- java.lang.Object
-
- org.apache.type_test.xml.TestUnsignedIntResponse
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public class TestUnsignedIntResponse extends ObjectJava 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}unsignedInt"/> <element name="y" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/> <element name="z" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description TestUnsignedIntResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetReturn()Gets the value of the return property.longgetY()Gets the value of the y property.longgetZ()Gets the value of the z property.voidsetReturn(long value)Sets the value of the return property.voidsetY(long value)Sets the value of the y property.voidsetZ(long value)Sets the value of the z property.
-
-
-
Field Detail
-
_return
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") protected long _return
-
y
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") protected long y
-
z
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") protected long z
-
-
Method Detail
-
getReturn
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public long getReturn()Gets the value of the return property.
-
setReturn
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public void setReturn(long value)Sets the value of the return property.
-
getY
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public long getY()Gets the value of the y property.
-
setY
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public void setY(long value)Sets the value of the y property.
-
getZ
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public long getZ()Gets the value of the z property.
-
setZ
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public void setZ(long value)Sets the value of the z property.
-
-