Package org.apache.type_test.doc
Class TestUnsignedInt
- java.lang.Object
-
- org.apache.type_test.doc.TestUnsignedInt
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public class TestUnsignedInt 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="x" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/> <element name="y" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description TestUnsignedInt()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetX()Gets the value of the x property.longgetY()Gets the value of the y property.voidsetX(long value)Sets the value of the x property.voidsetY(long value)Sets the value of the y property.
-
-
-
Method Detail
-
getX
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public long getX()Gets the value of the x property.
-
setX
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public void setX(long value)Sets the value of the x 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.
-
-