|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.ws.security.trust.impl.wssx.bindings.LifetimeType
public class LifetimeType
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>
| Field Summary | |
|---|---|
protected AttributedDateTime |
created
|
protected AttributedDateTime |
expires
|
| Constructor Summary | |
|---|---|
LifetimeType()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected AttributedDateTime created
protected AttributedDateTime expires
| Constructor Detail |
|---|
public LifetimeType()
| Method Detail |
|---|
public AttributedDateTime getCreated()
AttributedDateTimepublic void setCreated(AttributedDateTime value)
value - allowed object is
AttributedDateTimepublic AttributedDateTime getExpires()
AttributedDateTimepublic void setExpires(AttributedDateTime value)
value - allowed object is
AttributedDateTime
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||