com.sforce.soap.partner
Class GetServerTimestampResult

java.lang.Object
  extended by 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
           
 
Constructor Summary
GetServerTimestampResult()
           
 
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
 

Field Detail

timestamp

protected javax.xml.datatype.XMLGregorianCalendar timestamp
Constructor Detail

GetServerTimestampResult

public GetServerTimestampResult()
Method Detail

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.