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">
<attribute name="units" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
DistanceType()
Default no-arg constructor
|
DistanceType(String units)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getUnits()
Gets the value of the units property.
|
void |
setUnits(String value)
Sets the value of the units property.
|
Copyright © 2019 B3Partners B.V.. All rights reserved.