Interface Renewing

All Known Implementing Classes:
RenewingImpl, RenewingImpl

public interface Renewing
Used to specify renew semantics for types that support this operation.
Author:
WS-Trust Implementation Team
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the value of the allow property.
    Gets the value of the ok property.
    void
    Sets the value of the allow property.
    void
    setOK(Boolean value)
    Sets the value of the ok property.
  • Method Details

    • isAllow

      Boolean isAllow()
      Gets the value of the allow property.
      Returns:
      Boolean
    • isOK

      Boolean isOK()
      Gets the value of the ok property.
      Returns:
      Boolean
    • setAllow

      void setAllow(Boolean value)
      Sets the value of the allow property.
      Parameters:
      value - Boolean
    • setOK

      void setOK(Boolean value)
      Sets the value of the ok property.
      Parameters:
      value - Boolean