Interface XmlUnsignedByte

All Superinterfaces:
XmlAnySimpleType, XmlDecimal, XmlInteger, XmlNonNegativeInteger, XmlObject, XmlTokenSource, XmlUnsignedInt, XmlUnsignedLong, XmlUnsignedShort
All Known Subinterfaces:
STHoleSizeUByte, STMarkerSize, STOrder, STPerspective, STStyle
All Known Implementing Classes:
XmlUnsignedByteImpl

public interface XmlUnsignedByte extends XmlUnsignedShort
Corresponds to the XML Schema xs:unsignedByte type. One of the derived types based on xs:decimal.

Verified to be in the range 0..255 when validating.

As suggested by JAXB, convertible to Java short.

  • Field Details

  • Method Details

    • getShortValue

      short getShortValue()
      Returns this value as a short
    • setShortValue

      void setShortValue(short s)
      Sets this value as a short