org.alfresco.webservice.types
Class CMLMove

java.lang.Object
  extended by org.alfresco.webservice.types.CMLMove
All Implemented Interfaces:
java.io.Serializable

public class CMLMove
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
CMLMove()
           
CMLMove(ParentReference to, java.lang.String to_id, java.lang.String associationType, java.lang.String childName, Predicate where, java.lang.String where_id)
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMLMove

public CMLMove()

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)
Method Detail

getTo

public ParentReference getTo()
Gets the to value for this CMLMove.

Returns:
to

setTo

public void setTo(ParentReference to)
Sets the to value for this CMLMove.

Parameters:
to -

getTo_id

public java.lang.String getTo_id()
Gets the to_id value for this CMLMove.

Returns:
to_id

setTo_id

public void setTo_id(java.lang.String to_id)
Sets the to_id value for this CMLMove.

Parameters:
to_id -

getAssociationType

public java.lang.String getAssociationType()
Gets the associationType value for this CMLMove.

Returns:
associationType

setAssociationType

public void setAssociationType(java.lang.String associationType)
Sets the associationType value for this CMLMove.

Parameters:
associationType -

getChildName

public java.lang.String getChildName()
Gets the childName value for this CMLMove.

Returns:
childName

setChildName

public void setChildName(java.lang.String childName)
Sets the childName value for this CMLMove.

Parameters:
childName -

getWhere

public Predicate getWhere()
Gets the where value for this CMLMove.

Returns:
where

setWhere

public void setWhere(Predicate where)
Sets the where value for this CMLMove.

Parameters:
where -

getWhere_id

public java.lang.String getWhere_id()
Gets the where_id value for this CMLMove.

Returns:
where_id

setWhere_id

public void setWhere_id(java.lang.String where_id)
Sets the where_id value for this CMLMove.

Parameters:
where_id -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.