public class DopplerVelocityElementType extends Object
Java class for dopplerVelocityElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="dopplerVelocityElementType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="speedOverGroundU" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="speedOverGroundV" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="speedThroughMediumU" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="speedThroughMediumV" type="{http://www.w3.org/2001/XMLSchema}double" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Double |
speedOverGroundU |
protected Double |
speedOverGroundV |
protected Double |
speedThroughMediumU |
protected Double |
speedThroughMediumV |
Constructor and Description |
---|
DopplerVelocityElementType() |
Modifier and Type | Method and Description |
---|---|
Double |
getSpeedOverGroundU()
Gets the value of the speedOverGroundU property.
|
Double |
getSpeedOverGroundV()
Gets the value of the speedOverGroundV property.
|
Double |
getSpeedThroughMediumU()
Gets the value of the speedThroughMediumU property.
|
Double |
getSpeedThroughMediumV()
Gets the value of the speedThroughMediumV property.
|
void |
setSpeedOverGroundU(Double value)
Sets the value of the speedOverGroundU property.
|
void |
setSpeedOverGroundV(Double value)
Sets the value of the speedOverGroundV property.
|
void |
setSpeedThroughMediumU(Double value)
Sets the value of the speedThroughMediumU property.
|
void |
setSpeedThroughMediumV(Double value)
Sets the value of the speedThroughMediumV property.
|
protected Double speedOverGroundU
protected Double speedOverGroundV
protected Double speedThroughMediumU
protected Double speedThroughMediumV
public Double getSpeedOverGroundU()
Double
public void setSpeedOverGroundU(Double value)
value
- allowed object is
Double
public Double getSpeedOverGroundV()
Double
public void setSpeedOverGroundV(Double value)
value
- allowed object is
Double
public Double getSpeedThroughMediumU()
Double
public void setSpeedThroughMediumU(Double value)
value
- allowed object is
Double
public Double getSpeedThroughMediumV()
Double