public class TimestampType extends AnyAddressingType
Java class for TimestampType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimestampType"> <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"/> <choice maxOccurs="unbounded" minOccurs="0"> <any/> </choice> </sequence> <attGroup ref="{http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd}commonAtts"/> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected AttributedDateTime |
created |
protected AttributedDateTime |
expires |
protected String |
id |
any
otherAttributes
Constructor and Description |
---|
TimestampType() |
Modifier and Type | Method and Description |
---|---|
AttributedDateTime |
getCreated()
Gets the value of the created property.
|
AttributedDateTime |
getExpires()
Gets the value of the expires property.
|
String |
getId()
Gets the value of the id property.
|
void |
setCreated(AttributedDateTime value)
Sets the value of the created property.
|
void |
setExpires(AttributedDateTime value)
Sets the value of the expires property.
|
void |
setId(String value)
Sets the value of the id property.
|
addAny, getAny, removeAny
addOtherAttribute, addOtherAttributes, getOtherAttributes
protected AttributedDateTime created
protected AttributedDateTime expires
protected String id
public AttributedDateTime getCreated()
AttributedDateTime
public void setCreated(AttributedDateTime value)
value
- allowed object is AttributedDateTime
public AttributedDateTime getExpires()
AttributedDateTime
public void setExpires(AttributedDateTime value)
value
- allowed object is AttributedDateTime
Copyright © 2018 JBoss by Red Hat. All rights reserved.