Interface XSBase64Binary

  • All Superinterfaces:
    XMLObject
    All Known Implementing Classes:
    XSBase64BinaryImpl

    public interface XSBase64Binary
    extends XMLObject
    XMLObject that represents an XML Schema base64Binary.
    • Method Detail

      • getValue

        @Nullable
        String getValue()
        Gets the base64-encoded binary value.
        Returns:
        the string, or null
      • setValue

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