Interface Action

    • Field Detail

      • DEFAULT_ELEMENT_NAME

        @Nullable
        static final QName DEFAULT_ELEMENT_NAME
        Default element name.
      • TYPE_NAME

        @Nullable
        static final QName TYPE_NAME
        QName of the XSI type.
    • Method Detail

      • getNamespace

        @Nullable
        String getNamespace()
        Return the value of Namespace.
        Returns:
        the namespace
      • setNamespace

        void setNamespace​(@Nullable
                          String namespace)
        Set the value of Namespace.
        Parameters:
        namespace - what to set
      • getContents

        @Deprecated(forRemoval=true,
                    since="4.0.0")
        @Nullable
        default String getContents()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Gets the value of the action to be performed.
        Returns:
        the value of the action to be performed
      • setContents

        @Deprecated(forRemoval=true,
                    since="4.0.0")
        default void setContents​(@Nullable
                                 String value)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Sets the value of the action to be performed.
        Parameters:
        value - the value of the action to be performed