Interface DelegatableDocument

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface DelegatableDocument
    extends XmlObject
    A document containing one Delegatable(@http://schemas.xmlsoap.org/ws/2005/02/trust) element. This is a complex type.
    • Method Detail

      • getDelegatable

        boolean getDelegatable()
        Gets the "Delegatable" element
      • xgetDelegatable

        XmlBoolean xgetDelegatable()
        Gets (as xml) the "Delegatable" element
      • setDelegatable

        void setDelegatable​(boolean delegatable)
        Sets the "Delegatable" element
      • xsetDelegatable

        void xsetDelegatable​(XmlBoolean delegatable)
        Sets (as xml) the "Delegatable" element