FileDocCategorySizeDatePackage
Renewing.javaAPI DocExample2873Tue May 29 16:56:54 BST 2007com.sun.xml.ws.security.trust.elements

Renewing

public interface Renewing
Used to specify renew semantics for types that support this operation.
author
WS-Trust Implementation Team

Fields Summary
Constructors Summary
Methods Summary
public java.lang.BooleanisAllow()
Gets the value of the allow property.

return
{@link Boolean }

public java.lang.BooleanisOK()
Gets the value of the ok property.

return
{@link Boolean }

public voidsetAllow(java.lang.Boolean value)
Sets the value of the allow property.

param
value {@link Boolean }

public voidsetOK(java.lang.Boolean value)
Sets the value of the ok property.

param
value {@link Boolean }