|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.vasoftware.sf.soap44.webservices.sfmain.VersionInformationSoapRow
public class VersionInformationSoapRow
VersionInformationList is used to return a list of ids, versions, and dates of last modification for all contents of a folder.
| 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 |
|---|
public VersionInformationSoapRow()
| Method Detail |
|---|
public java.lang.String getId()
public void setId(java.lang.String id)
id - Value of 'id'.public boolean getIsFolder()
public void setIsFolder(boolean isFolder)
isFolder - Value of 'isFolder'.public int getVersion()
public void setVersion(int version)
version - Value of 'version'.public java.util.Date getLastModifiedDate()
public void setLastModifiedDate(java.util.Date lastModifiedDate)
lastModifiedDate - Value of 'lastModifiedDate'.public static void registerTypeMappings(org.apache.axis.client.Call call)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||