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