Class 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>
     
    • Field Detail

      • units

        protected String units
    • Constructor Detail

      • DistanceType

        public DistanceType()
        Default no-arg constructor
      • DistanceType

        public DistanceType​(String units)
        Fully-initialising value constructor
    • Method Detail

      • getUnits

        public String getUnits()
        Gets the value of the units property.
        Returns:
        possible object is String
      • setUnits

        public void setUnits​(String value)
        Sets the value of the units property.
        Parameters:
        value - allowed object is String