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
|
Copyright © 2015. All rights reserved.