public class Location 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">
<attribute name="m" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
<attribute name="rt" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
<attribute name="v" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="y" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
m |
protected Double |
rt |
protected Integer |
v |
protected Integer |
y |
| Constructor and Description |
|---|
Location() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getM()
Gets the value of the m property.
|
Double |
getRt()
Gets the value of the rt property.
|
Integer |
getV()
Gets the value of the v property.
|
Integer |
getY()
Gets the value of the y property.
|
void |
setM(Double value)
Sets the value of the m property.
|
void |
setRt(Double value)
Sets the value of the rt property.
|
void |
setV(Integer value)
Sets the value of the v property.
|
void |
setY(Integer value)
Sets the value of the y property.
|
protected Double m
protected Double rt
protected Integer v
protected Integer y
public void setM(Double value)
value - allowed object is
Stringpublic void setRt(Double value)
value - allowed object is
Stringpublic void setV(Integer value)
value - allowed object is
StringCopyright © 2017. All rights reserved.