Interface XmlDouble

All Superinterfaces:
XmlAnySimpleType, XmlObject, XmlTokenSource
All Known Subinterfaces:
STAxisUnit, STLogBase, STPictureStackUnit
All Known Implementing Classes:
XmlDoubleImpl, XmlDoubleRestriction

public interface XmlDouble extends XmlAnySimpleType
Corresponds to the XML Schema xs:double type.

Naturally, convertible to a Java double.

  • Field Details

  • Method Details

    • getDoubleValue

      double getDoubleValue()
      Returns this value as a double
    • setDoubleValue

      void setDoubleValue(double v)
      Sets this value as a double