public class Data
extends java.lang.Object
implements java.io.Serializable
Java class for Data complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Data"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="i" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="j" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="altitude" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected double |
altitude |
protected int |
i |
protected int |
j |
Constructor and Description |
---|
Data() |
Modifier and Type | Method and Description |
---|---|
double |
getAltitude()
Gets the value of the altitude property.
|
int |
getI()
Gets the value of the i property.
|
int |
getJ()
Gets the value of the j property.
|
void |
setAltitude(double value)
Sets the value of the altitude property.
|
void |
setI(int value)
Sets the value of the i property.
|
void |
setJ(int value)
Sets the value of the j property.
|
public int getI()
public void setI(int value)
public int getJ()
public void setJ(int value)
public double getAltitude()
public void setAltitude(double value)