public static class LongLat3List.Bounds.Depth 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"> <sequence> <element name="MinDepth_m" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="MaxDepth_m" type="{http://www.w3.org/2001/XMLSchema}double"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected double |
maxDepthM |
protected double |
minDepthM |
Constructor and Description |
---|
Depth() |
Modifier and Type | Method and Description |
---|---|
double |
getMaxDepthM()
Gets the value of the maxDepthM property.
|
double |
getMinDepthM()
Gets the value of the minDepthM property.
|
void |
setMaxDepthM(double value)
Sets the value of the maxDepthM property.
|
void |
setMinDepthM(double value)
Sets the value of the minDepthM property.
|
public double getMinDepthM()
public void setMinDepthM(double value)
public double getMaxDepthM()
public void setMaxDepthM(double value)
Copyright © 2024 Tethys. All rights reserved.