com.sforce.soap.partner
Class GetServerTimestampResult
java.lang.Object
com.sforce.soap.partner.GetServerTimestampResult
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
timestamp
protected XMLGregorianCalendar timestamp
GetServerTimestampResult
public GetServerTimestampResult()
getTimestamp
public XMLGregorianCalendar getTimestamp()
- Gets the value of the timestamp property.
- Returns:
- possible object is
XMLGregorianCalendar
setTimestamp
public void setTimestamp(XMLGregorianCalendar value)
- Sets the value of the timestamp property.
- Parameters:
value
- allowed object is
XMLGregorianCalendar
Copyright © 2012. All Rights Reserved.