public class GetServerTimestampResult extends Object
Java class for GetServerTimestampResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetServerTimestampResult">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
timestamp |
| Constructor and Description |
|---|
GetServerTimestampResult() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getTimestamp()
Gets the value of the timestamp property.
|
void |
setTimestamp(XMLGregorianCalendar value)
Sets the value of the timestamp property.
|
protected XMLGregorianCalendar timestamp
public XMLGregorianCalendar getTimestamp()
XMLGregorianCalendarpublic void setTimestamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2016. All rights reserved.