Class Distance


  • public class Distance
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Distance()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getUom()  
      double getValue()  
      boolean isSetUom()  
      void setUom​(java.lang.String uom)  
      void setValue​(double value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Distance

        public Distance()
    • Method Detail

      • getUom

        public java.lang.String getUom()
      • isSetUom

        public boolean isSetUom()
      • setUom

        public void setUom​(java.lang.String uom)
      • getValue

        public double getValue()
      • setValue

        public void setValue​(double value)