Interface XmlFloat

All Superinterfaces:
XmlAnySimpleType, XmlObject, XmlTokenSource
All Known Implementing Classes:
XmlFloatImpl, XmlFloatRestriction

public interface XmlFloat extends XmlAnySimpleType
Corresponds to the XML Schema xs:float type.

Naturally, convertible to a Java float.

  • Field Details

  • Method Details

    • getFloatValue

      float getFloatValue()
      Returns this value as a float
    • setFloatValue

      void setFloatValue(float v)
      Sets this value as a float