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

All Known Implementing Classes:
LifetimeImpl, LifetimeImpl

public interface Lifetime


Method Summary
 com.sun.xml.ws.security.wsu10.AttributedDateTime getCreated()
          Gets the value of the created property.
 com.sun.xml.ws.security.wsu10.AttributedDateTime getExpires()
          Gets the value of the expires property.
 void setCreated(com.sun.xml.ws.security.wsu10.AttributedDateTime value)
          Sets the value of the created property.
 void setExpires(com.sun.xml.ws.security.wsu10.AttributedDateTime value)
          Sets the value of the expires property.
 

Method Detail

getCreated

com.sun.xml.ws.security.wsu10.AttributedDateTime getCreated()
Gets the value of the created property.

Returns:
possible object is AttributedDateTime

getExpires

com.sun.xml.ws.security.wsu10.AttributedDateTime getExpires()
Gets the value of the expires property.

Returns:
possible object is AttributedDateTime

setCreated

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

Parameters:
value - allowed object is AttributedDateTime

setExpires

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

Parameters:
value - allowed object is AttributedDateTime