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