public class CancelCheckoutResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
CancelCheckoutResult() |
CancelCheckoutResult(Reference[] workingCopies,
Reference[] originals) |
| 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[] |
getOriginals()
Gets the originals value for this CancelCheckoutResult.
|
Reference |
getOriginals(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
|
Reference[] |
getWorkingCopies()
Gets the workingCopies value for this CancelCheckoutResult.
|
Reference |
getWorkingCopies(int i) |
int |
hashCode() |
void |
setOriginals(int i,
Reference _value) |
void |
setOriginals(Reference[] originals)
Sets the originals value for this CancelCheckoutResult.
|
void |
setWorkingCopies(int i,
Reference _value) |
void |
setWorkingCopies(Reference[] workingCopies)
Sets the workingCopies value for this CancelCheckoutResult.
|
public Reference[] getWorkingCopies()
public void setWorkingCopies(Reference[] workingCopies)
workingCopies - public Reference getWorkingCopies(int i)
public void setWorkingCopies(int i,
Reference _value)
public Reference[] getOriginals()
public void setOriginals(Reference[] originals)
originals - public Reference getOriginals(int i)
public void setOriginals(int i,
Reference _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.