com.sun.xml.ws.security.trust.elements
Interface Renewing

All Known Implementing Classes:
RenewingImpl, RenewingImpl

public interface Renewing

Used to specify renew semantics for types that support this operation.


Method Summary
 java.lang.Boolean isAllow()
          Gets the value of the allow property.
 java.lang.Boolean isOK()
          Gets the value of the ok property.
 void setAllow(java.lang.Boolean value)
          Sets the value of the allow property.
 void setOK(java.lang.Boolean value)
          Sets the value of the ok property.
 

Method Detail

isAllow

java.lang.Boolean isAllow()
Gets the value of the allow property.

Returns:
Boolean

isOK

java.lang.Boolean isOK()
Gets the value of the ok property.

Returns:
Boolean

setAllow

void setAllow(java.lang.Boolean value)
Sets the value of the allow property.

Parameters:
value - Boolean

setOK

void setOK(java.lang.Boolean value)
Sets the value of the ok property.

Parameters:
value - Boolean