public class LongLat3WErrorType extends Object
Java class for LongLat3wErrorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LongLat3wErrorType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <group ref="{http://tethys.sdsu.edu/schema/1.0}LongLat3"/> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected double |
depthM |
protected double |
latitude |
protected double |
longitude |
Constructor and Description |
---|
LongLat3WErrorType() |
Modifier and Type | Method and Description |
---|---|
double |
getDepthM()
Gets the value of the depthM property.
|
double |
getLatitude()
Gets the value of the latitude property.
|
double |
getLongitude()
Gets the value of the longitude property.
|
void |
setDepthM(double value)
Sets the value of the depthM 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 longitude
protected double latitude
protected double depthM
public double getLongitude()
public void setLongitude(double value)
public double getLatitude()
public void setLatitude(double value)
public double getDepthM()
public void setDepthM(double value)
Copyright © 2020 Tethys. All rights reserved.