com.sforce.soap.partner
Class GetServerTimestampResult

java.lang.Object
  extended by 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>
 


Field Summary
protected  XMLGregorianCalendar timestamp
           
 
Constructor Summary
GetServerTimestampResult()
           
 
Method Summary
 XMLGregorianCalendar getTimestamp()
          Gets the value of the timestamp property.
 void setTimestamp(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
 

Field Detail

timestamp

protected XMLGregorianCalendar timestamp
Constructor Detail

GetServerTimestampResult

public GetServerTimestampResult()
Method Detail

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.