public class TimestampType extends Object
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 name="created" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="expires" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
created |
protected XMLGregorianCalendar |
expires |
| Constructor and Description |
|---|
TimestampType() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getCreated()
Gets the value of the created property.
|
XMLGregorianCalendar |
getExpires()
Gets the value of the expires property.
|
void |
setCreated(XMLGregorianCalendar value)
Sets the value of the created property.
|
void |
setExpires(XMLGregorianCalendar value)
Sets the value of the expires property.
|
protected XMLGregorianCalendar created
protected XMLGregorianCalendar expires
public XMLGregorianCalendar getCreated()
XMLGregorianCalendarpublic void setCreated(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getExpires()
XMLGregorianCalendarpublic void setExpires(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2021. All rights reserved.