public class Point
extends java.lang.Object
implements java.io.Serializable
Java class for Point complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Point"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="x" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="y" type="{http://www.w3.org/2001/XMLSchema}double" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.Double |
x |
protected java.lang.Double |
y |
Constructor and Description |
---|
Point() |
Modifier and Type | Method and Description |
---|---|
java.lang.Double |
getX()
Gets the value of the x property.
|
java.lang.Double |
getY()
Gets the value of the y property.
|
void |
setX(java.lang.Double value)
Sets the value of the x property.
|
void |
setY(java.lang.Double value)
Sets the value of the y property.
|
public java.lang.Double getX()
Double
public void setX(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Double getY()
Double
public void setY(java.lang.Double value)
value
- allowed object is
Double