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