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

All Known Implementing Classes:
LifetimeImpl, LifetimeImpl

public interface Lifetime

Author:
WS-Trust Implementation Team

Method Summary
 AttributedDateTime getCreated()
          Gets the value of the created property.
 AttributedDateTime getExpires()
          Gets the value of the expires property.
 void setCreated(AttributedDateTime value)
          Sets the value of the created property.
 void setExpires(AttributedDateTime value)
          Sets the value of the expires property.
 

Method Detail

getCreated

AttributedDateTime getCreated()
Gets the value of the created property.

Returns:
possible object is AttributedDateTime

getExpires

AttributedDateTime getExpires()
Gets the value of the expires property.

Returns:
possible object is AttributedDateTime

setCreated

void setCreated(AttributedDateTime value)
Sets the value of the created property.

Parameters:
value - allowed object is AttributedDateTime

setExpires

void setExpires(AttributedDateTime value)
Sets the value of the expires property.

Parameters:
value - allowed object is AttributedDateTime


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.