Interface XSString

  • All Superinterfaces:
    XMLObject
    All Known Implementing Classes:
    XSStringImpl

    public interface XSString
    extends XMLObject
    XMLObject that represents an XML Schema String.
    • Method Detail

      • getValue

        @Nullable
        String getValue()
        Gets the string.
        Returns:
        the string
      • setValue

        void setValue​(@Nullable
                      String newValue)
        Sets the string.
        Parameters:
        newValue - the string value