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">
<choice>
<sequence>
<element name="cx" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="cy" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="cz" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
<sequence>
<element name="latitude" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="longitude" type="{http://www.w3.org/2001/XMLSchema}double"/>
</sequence>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
cx |
protected Double |
cy |
protected Double |
cz |
protected Double |
latitude |
protected Double |
longitude |
| Constructor and Description |
|---|
Location() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getCx()
Gets the value of the cx property.
|
Double |
getCy()
Gets the value of the cy property.
|
Double |
getCz()
Gets the value of the cz property.
|
Double |
getLatitude()
Gets the value of the latitude property.
|
Double |
getLongitude()
Gets the value of the longitude property.
|
void |
setCx(Double value)
Sets the value of the cx property.
|
void |
setCy(Double value)
Sets the value of the cy property.
|
void |
setCz(Double value)
Sets the value of the cz property.
|
void |
setLatitude(Double value)
Sets the value of the latitude property.
|
void |
setLongitude(Double value)
Sets the value of the longitude property.
|
protected Double cx
protected Double cy
protected Double cz
protected Double latitude
protected Double longitude
public void setCx(Double value)
value - allowed object is
Doublepublic void setCy(Double value)
value - allowed object is
Doublepublic void setCz(Double value)
value - allowed object is
Doublepublic Double getLatitude()
Doublepublic void setLatitude(Double value)
value - allowed object is
Doublepublic Double getLongitude()
DoubleCopyright © 2014 VRP-REP. All rights reserved.