Interface XmlByte

All Superinterfaces:
XmlAnySimpleType, XmlDecimal, XmlInt, XmlInteger, XmlLong, XmlObject, XmlShort, XmlTokenSource
All Known Subinterfaces:
STOverlapByte, STPitchFamily, STRotX
All Known Implementing Classes:
XmlByteImpl

public interface XmlByte extends XmlShort
Corresponds to the XML Schema xs:byte type.

Naturally, convertible to Java byte.

  • Field Details

  • Method Details

    • getByteValue

      byte getByteValue()
      Returns this value as a byte
    • setByteValue

      void setByteValue(byte s)
      Sets this value as a byte