Interface Lifetime
- All Known Implementing Classes:
LifetimeImpl,LifetimeImpl
public interface Lifetime
- Author:
- WS-Trust Implementation Team
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the created property.Gets the value of the expires property.voidsetCreated(AttributedDateTime value) Sets the value of the created property.voidsetExpires(AttributedDateTime value) Sets the value of the expires property.
-
Method Details
-
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
Sets the value of the created property.- Parameters:
value- allowed object isAttributedDateTime
-
setExpires
Sets the value of the expires property.- Parameters:
value- allowed object isAttributedDateTime
-