public class CMLMove
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
CMLMove() |
CMLMove(ParentReference to,
java.lang.String to_id,
java.lang.String associationType,
java.lang.String childName,
Predicate where,
java.lang.String where_id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAssociationType()
Gets the associationType value for this CMLMove.
|
java.lang.String |
getChildName()
Gets the childName value for this CMLMove.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
java.lang.String |
getTo_id()
Gets the to_id value for this CMLMove.
|
ParentReference |
getTo()
Gets the to value for this CMLMove.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
java.lang.String |
getWhere_id()
Gets the where_id value for this CMLMove.
|
Predicate |
getWhere()
Gets the where value for this CMLMove.
|
int |
hashCode() |
void |
setAssociationType(java.lang.String associationType)
Sets the associationType value for this CMLMove.
|
void |
setChildName(java.lang.String childName)
Sets the childName value for this CMLMove.
|
void |
setTo_id(java.lang.String to_id)
Sets the to_id value for this CMLMove.
|
void |
setTo(ParentReference to)
Sets the to value for this CMLMove.
|
void |
setWhere_id(java.lang.String where_id)
Sets the where_id value for this CMLMove.
|
void |
setWhere(Predicate where)
Sets the where value for this CMLMove.
|
public CMLMove()
public CMLMove(ParentReference to, java.lang.String to_id, java.lang.String associationType, java.lang.String childName, Predicate where, java.lang.String where_id)
public ParentReference getTo()
public void setTo(ParentReference to)
to - public java.lang.String getTo_id()
public void setTo_id(java.lang.String to_id)
to_id - public java.lang.String getAssociationType()
public void setAssociationType(java.lang.String associationType)
associationType - public java.lang.String getChildName()
public void setChildName(java.lang.String childName)
childName - public Predicate getWhere()
public void setWhere(Predicate where)
where - public java.lang.String getWhere_id()
public void setWhere_id(java.lang.String where_id)
where_id - 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.