@Generated(value="com.sun.tools.xjc.Driver", date="2017-04-05T04:19:05-04:00", comments="JAXB RI v2.2.11") public class TestFloat 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="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 and Description |
|---|
TestFloat() |
| Modifier and Type | Method and Description |
|---|---|
float |
getX()
Gets the value of the x property.
|
float |
getY()
Gets the value of the y property.
|
void |
setX(float value)
Sets the value of the x property.
|
void |
setY(float value)
Sets the value of the y property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2017-04-05T04:19:05-04:00", comments="JAXB RI v2.2.11") protected float x
@Generated(value="com.sun.tools.xjc.Driver", date="2017-04-05T04:19:05-04:00", comments="JAXB RI v2.2.11") protected float y
@Generated(value="com.sun.tools.xjc.Driver", date="2017-04-05T04:19:05-04:00", comments="JAXB RI v2.2.11") public float getX()
@Generated(value="com.sun.tools.xjc.Driver", date="2017-04-05T04:19:05-04:00", comments="JAXB RI v2.2.11") public void setX(float value)
@Generated(value="com.sun.tools.xjc.Driver", date="2017-04-05T04:19:05-04:00", comments="JAXB RI v2.2.11") public float getY()
@Generated(value="com.sun.tools.xjc.Driver", date="2017-04-05T04:19:05-04:00", comments="JAXB RI v2.2.11") public void setY(float value)
Apache CXF