Interface Renewing

All Superinterfaces:
WSTrustObject, XMLObject
All Known Implementing Classes:
RenewingImpl

public interface Renewing extends WSTrustObject
The wst:Renewing element.
See Also:
  • "WS-Trust 1.3, Chapter 5 Renewal Binding."
  • Field Details

  • Method Details

    • isAllow

      @Nullable Boolean isAllow()
      Returns the wst:Renewing/@Allow attribute value.
      Returns:
      the Allow attribute value
    • isAllowXSBoolean

      @Nullable XSBooleanValue isAllowXSBoolean()
      Returns the wst:Renewing/@Allow attribute value.
      Returns:
      the Allow attribute value
    • setAllow

      void setAllow(@Nullable Boolean allow)
      Sets the wst:Renewing/@Allow attribute value.
      Parameters:
      allow - the Allow attribute value.
    • setAllow

      void setAllow(@Nullable XSBooleanValue allow)
      Sets the wst:Renewing/@Allow attribute value.
      Parameters:
      allow - the Allow attribute value.
    • isOK

      @Nullable Boolean isOK()
      Returns the wst:Renewing/@OK attribute value.
      Returns:
      the OK attribute value
    • isOKXSBoolean

      @Nullable XSBooleanValue isOKXSBoolean()
      Returns the wst:Renewing/@OK attribute value.
      Returns:
      the OK attribute value
    • setOK

      void setOK(@Nullable Boolean ok)
      Sets the wst:Renewing/@OK attribute value.
      Parameters:
      ok - the OK attribute value.
    • setOK

      void setOK(@Nullable XSBooleanValue ok)
      Sets the wst:Renewing/@OK attribute value.
      Parameters:
      ok - the OK attribute value.