Interface XSInteger

All Superinterfaces:
XMLObject
All Known Subinterfaces:
Iteration, IterationCount, KeyLength, KeySize, KeySize
All Known Implementing Classes:
IterationCountImpl, IterationImpl, KeyLengthImpl, KeySizeImpl, KeySizeImpl, XSIntegerImpl

public interface XSInteger extends XMLObject
XMLObject that represents an XML Schema Integer.
  • Field Details

    • TYPE_LOCAL_NAME

      @Nonnull @NotEmpty static final String TYPE_LOCAL_NAME
      Local name of the XSI type.
      See Also:
    • TYPE_NAME

      @Nonnull static final QName TYPE_NAME
      QName of the XSI type.
  • Method Details

    • getValue

      @Nullable Integer getValue()
      Gets the integer.
      Returns:
      the integer
    • setValue

      void setValue(@Nullable Integer newValue)
      Sets the integer.
      Parameters:
      newValue - the integer value