public class TargetElementType extends Object
Java class for targetElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="targetElementType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attGroup ref="{}CommonAttributes"/> <attribute name="range" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="bearing" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="elevation" type="{http://www.w3.org/2001/XMLSchema}double" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected double |
bearing |
protected String |
description |
protected Double |
elevation |
protected String |
id |
protected double |
range |
protected Double |
timeStamp |
Constructor and Description |
---|
TargetElementType() |
Modifier and Type | Method and Description |
---|---|
double |
getBearing()
Gets the value of the bearing property.
|
String |
getDescription()
Gets the value of the description property.
|
Double |
getElevation()
Gets the value of the elevation property.
|
String |
getId()
Gets the value of the id property.
|
double |
getRange()
Gets the value of the range property.
|
Double |
getTimeStamp()
Gets the value of the timeStamp property.
|
void |
setBearing(double value)
Sets the value of the bearing property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setElevation(Double value)
Sets the value of the elevation property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setRange(double value)
Sets the value of the range property.
|
void |
setTimeStamp(Double value)
Sets the value of the timeStamp property.
|
protected double range
protected double bearing
protected Double elevation
protected Double timeStamp
protected String description
protected String id
public double getRange()
public void setRange(double value)
public double getBearing()
public void setBearing(double value)
public Double getElevation()
Double
public void setElevation(Double value)
value
- allowed object is
Double
public Double getTimeStamp()
Double
public void setTimeStamp(Double value)
value
- allowed object is
Double
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String