Interface ActionAttribute

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface ActionAttribute
    extends XmlObject
    A document containing one Action(@http://schemas.xmlsoap.org/ws/2004/08/addressing) attribute. This is a complex type.
    • Method Detail

      • getAction

        String getAction()
        Gets the "Action" attribute
      • xgetAction

        XmlAnyURI xgetAction()
        Gets (as xml) the "Action" attribute
      • isSetAction

        boolean isSetAction()
        True if has "Action" attribute
      • setAction

        void setAction​(String action)
        Sets the "Action" attribute
      • xsetAction

        void xsetAction​(XmlAnyURI action)
        Sets (as xml) the "Action" attribute
      • unsetAction

        void unsetAction()
        Unsets the "Action" attribute