Interface Renewing
-
- All Known Implementing Classes:
RenewingImpl,RenewingImpl
public interface RenewingUsed to specify renew semantics for types that support this operation.- Author:
- WS-Trust Implementation Team
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BooleanisAllow()Gets the value of the allow property.BooleanisOK()Gets the value of the ok property.voidsetAllow(Boolean value)Sets the value of the allow property.voidsetOK(Boolean value)Sets the value of the ok property.
-