Interface DelegatableDocument

All Superinterfaces:
XmlObject, XmlTokenSource

public interface DelegatableDocument extends XmlObject
A document containing one Delegatable(@http://docs.oasis-open.org/ws-sx/ws-trust/200512/) element. This is a complex type.
  • Field Details

  • Method Details

    • 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