Interface Lifetime
-
public interface Lifetime- Author:
- WS-Trust Implementation Team
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttributedDateTimegetCreated()Gets the value of the created property.AttributedDateTimegetExpires()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 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 isAttributedDateTime
-
setExpires
void setExpires(AttributedDateTime value)
Sets the value of the expires property.- Parameters:
value- allowed object isAttributedDateTime
-
-