public class VersionResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
VersionResult() |
VersionResult(Reference[] nodes,
Version[] versions) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
Reference[] |
getNodes()
Gets the nodes value for this VersionResult.
|
Reference |
getNodes(int i) |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
Version[] |
getVersions()
Gets the versions value for this VersionResult.
|
Version |
getVersions(int i) |
int |
hashCode() |
void |
setNodes(int i,
Reference _value) |
void |
setNodes(Reference[] nodes)
Sets the nodes value for this VersionResult.
|
void |
setVersions(int i,
Version _value) |
void |
setVersions(Version[] versions)
Sets the versions value for this VersionResult.
|
public Reference[] getNodes()
public void setNodes(Reference[] nodes)
nodes - public Reference getNodes(int i)
public void setNodes(int i,
Reference _value)
public Version[] getVersions()
public void setVersions(Version[] versions)
versions - public Version getVersions(int i)
public void setVersions(int i,
Version _value)
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.