Interface XSInteger

  • All Superinterfaces:
    XMLObject
    All Known Implementing Classes:
    XSIntegerImpl

    public interface XSInteger
    extends XMLObject
    XMLObject that represents an XML Schema Integer.
    • Method Detail

      • getValue

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

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