public class SonarControlConstantsType extends Object
Java class for SonarControlConstantsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SonarControlConstantsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attGroup ref="{}commonAttributes"/> <attribute name="targetDiscriminationDistance" use="required" type="{}NonNegativeDoubleType" /> <attribute name="st725ScanWidth" use="required" type="{}NonNegativeDoubleType" /> <attribute name="st1000ScanWidth" use="required" type="{}NonNegativeDoubleType" /> <attribute name="headingStep" use="required" type="{}NonNegativeDoubleType" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected double |
headingStep |
protected double |
st1000ScanWidth |
protected double |
st725ScanWidth |
protected double |
targetDiscriminationDistance |
Constructor and Description |
---|
SonarControlConstantsType() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
double |
getHeadingStep()
Gets the value of the headingStep property.
|
double |
getSt1000ScanWidth()
Gets the value of the st1000ScanWidth property.
|
double |
getSt725ScanWidth()
Gets the value of the st725ScanWidth property.
|
double |
getTargetDiscriminationDistance()
Gets the value of the targetDiscriminationDistance property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setHeadingStep(double value)
Sets the value of the headingStep property.
|
void |
setSt1000ScanWidth(double value)
Sets the value of the st1000ScanWidth property.
|
void |
setSt725ScanWidth(double value)
Sets the value of the st725ScanWidth property.
|
void |
setTargetDiscriminationDistance(double value)
Sets the value of the targetDiscriminationDistance property.
|
protected double targetDiscriminationDistance
protected double st725ScanWidth
protected double st1000ScanWidth
protected double headingStep
protected String description
public double getTargetDiscriminationDistance()
public void setTargetDiscriminationDistance(double value)
public double getSt725ScanWidth()
public void setSt725ScanWidth(double value)
public double getSt1000ScanWidth()
public void setSt1000ScanWidth(double value)
public double getHeadingStep()
public void setHeadingStep(double value)
public String getDescription()
String