public class LifetimeType extends Object
Java class for LifetimeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LifetimeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd}Created" minOccurs="0"/>
<element ref="{http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd}Expires" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AttributedDateTime |
created |
protected AttributedDateTime |
expires |
| Constructor and Description |
|---|
LifetimeType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected AttributedDateTime created
protected AttributedDateTime expires
public AttributedDateTime getCreated()
AttributedDateTimepublic void setCreated(AttributedDateTime value)
value - allowed object is
AttributedDateTimepublic AttributedDateTime getExpires()
AttributedDateTimepublic void setExpires(AttributedDateTime value)
value - allowed object is
AttributedDateTimeApache CXF