public class VersionInformationSoapRow extends Object implements Serializable
| Constructor and Description |
|---|
VersionInformationSoapRow() |
VersionInformationSoapRow(String id,
boolean isFolder,
Calendar lastModifiedDate,
int version) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getId()
Gets the id value for this VersionInformationSoapRow.
|
Calendar |
getLastModifiedDate()
Gets the lastModifiedDate value for this VersionInformationSoapRow.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
getVersion()
Gets the version value for this VersionInformationSoapRow.
|
int |
hashCode() |
boolean |
isIsFolder()
Gets the isFolder value for this VersionInformationSoapRow.
|
void |
setId(String id)
Sets the id value for this VersionInformationSoapRow.
|
void |
setIsFolder(boolean isFolder)
Sets the isFolder value for this VersionInformationSoapRow.
|
void |
setLastModifiedDate(Calendar lastModifiedDate)
Sets the lastModifiedDate value for this VersionInformationSoapRow.
|
void |
setVersion(int version)
Sets the version value for this VersionInformationSoapRow.
|
public String getId()
public void setId(String id)
id - public boolean isIsFolder()
public void setIsFolder(boolean isFolder)
isFolder - public Calendar getLastModifiedDate()
public void setLastModifiedDate(Calendar lastModifiedDate)
lastModifiedDate - public int getVersion()
public void setVersion(int version)
version - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2004-2014 Hudson. All Rights Reserved.