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

Lifetime

public interface Lifetime
author
WS-Trust Implementation Team

Fields Summary
Constructors Summary
Methods Summary
public com.sun.xml.ws.security.wsu10.AttributedDateTimegetCreated()
Gets the value of the created property.

return
possible object is {@link AttributedDateTime }

public com.sun.xml.ws.security.wsu10.AttributedDateTimegetExpires()
Gets the value of the expires property.

return
possible object is {@link AttributedDateTime }

public voidsetCreated(com.sun.xml.ws.security.wsu10.AttributedDateTime value)
Sets the value of the created property.

param
value allowed object is {@link AttributedDateTime }

public voidsetExpires(com.sun.xml.ws.security.wsu10.AttributedDateTime value)
Sets the value of the expires property.

param
value allowed object is {@link AttributedDateTime }