@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:45-02:30",
comments="JAXB RI v2.2.5")
public class TestDouble
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}double"/>
<element name="y" type="{http://www.w3.org/2001/XMLSchema}double"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
TestDouble() |
@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:45-02:30",
comments="JAXB RI v2.2.5")
protected double x
@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:45-02:30",
comments="JAXB RI v2.2.5")
protected double y
@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:45-02:30",
comments="JAXB RI v2.2.5")
public double getX()
@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:45-02:30",
comments="JAXB RI v2.2.5")
public void setX(double value)
@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:45-02:30",
comments="JAXB RI v2.2.5")
public double getY()
@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:45-02:30",
comments="JAXB RI v2.2.5")
public void setY(double value)
Apache CXF