public class Point extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
getX()
Gets the x value for this Point.
|
int |
getY()
Gets the y value for this Point.
|
int |
hashCode() |
void |
setX(int x)
Sets the x value for this Point.
|
void |
setY(int y)
Sets the y value for this Point.
|
public int getX()
public void setX(int x)
x
- public int getY()
public void setY(int y)
y
- public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2013. All rights reserved.