public class VersionHistory extends Object implements Serializable
| Constructor and Description |
|---|
VersionHistory() |
VersionHistory(String marker,
Version[] versions) |
| 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 |
getMarker()
Gets the marker value for this VersionHistory.
|
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
|
Version[] |
getVersions()
Gets the versions value for this VersionHistory.
|
Version |
getVersions(int i) |
int |
hashCode() |
void |
setMarker(String marker)
Sets the marker value for this VersionHistory.
|
void |
setVersions(int i,
Version _value) |
void |
setVersions(Version[] versions)
Sets the versions value for this VersionHistory.
|
public String getMarker()
public void setMarker(String marker)
marker - public Version[] getVersions()
public void setVersions(Version[] versions)
versions - public Version getVersions(int i)
public void setVersions(int i,
Version _value)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2005–2014 Alfresco Software. All rights reserved.