Package nl.b3p.csw.jaxb.filter
Class DistanceType
- java.lang.Object
-
- nl.b3p.csw.jaxb.filter.DistanceType
-
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 Summary
Constructors Constructor Description DistanceType()Default no-arg constructorDistanceType(String units)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetUnits()Gets the value of the units property.voidsetUnits(String value)Sets the value of the units property.
-