com.vasoftware.sf.soap44.webservices.sfmain
Class VersionInformationSoapRow

java.lang.Object
  extended by com.vasoftware.sf.soap44.webservices.sfmain.VersionInformationSoapRow

public class VersionInformationSoapRow
extends java.lang.Object

VersionInformationList is used to return a list of ids, versions, and dates of last modification for all contents of a folder.

Since:
4.2

Constructor Summary
VersionInformationSoapRow()
           
 
Method Summary
 java.lang.String getId()
          Returns 'id'.
 boolean getIsFolder()
          Returns 'isFolder'.
 java.util.Date getLastModifiedDate()
          Returns 'lastModifiedDate'.
 int getVersion()
          Returns 'version'.
static void registerTypeMappings(org.apache.axis.client.Call call)
           
 void setId(java.lang.String id)
          Sets 'id'.
 void setIsFolder(boolean isFolder)
          Sets 'isFolder'.
 void setLastModifiedDate(java.util.Date lastModifiedDate)
          Sets 'lastModifiedDate'.
 void setVersion(int version)
          Sets 'version'.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VersionInformationSoapRow

public VersionInformationSoapRow()
Method Detail

getId

public java.lang.String getId()
Returns 'id'. The id of the object

Returns:
Value of 'id'.

setId

public void setId(java.lang.String id)
Sets 'id'. The id of the object

Parameters:
id - Value of 'id'.

getIsFolder

public boolean getIsFolder()
Returns 'isFolder'. true if this object is a folder

Returns:
Value of 'isFolder'.

setIsFolder

public void setIsFolder(boolean isFolder)
Sets 'isFolder'. true if this object is a folder

Parameters:
isFolder - Value of 'isFolder'.

getVersion

public int getVersion()
Returns 'version'. The version of the object

Returns:
Value of 'version'.

setVersion

public void setVersion(int version)
Sets 'version'. The version of the object

Parameters:
version - Value of 'version'.

getLastModifiedDate

public java.util.Date getLastModifiedDate()
Returns 'lastModifiedDate'. The date the object was last modified

Returns:
Value of 'lastModifiedDate'.

setLastModifiedDate

public void setLastModifiedDate(java.util.Date lastModifiedDate)
Sets 'lastModifiedDate'. The date the object was last modified

Parameters:
lastModifiedDate - Value of 'lastModifiedDate'.

registerTypeMappings

public static void registerTypeMappings(org.apache.axis.client.Call call)