org.alfresco.webservice.types
Class CMLCopy

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

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

See Also:
Serialized Form

Constructor Summary
CMLCopy()
           
CMLCopy(ParentReference to, java.lang.String to_id, java.lang.String associationType, java.lang.String childName, Predicate where, java.lang.String where_id, java.lang.Boolean children)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAssociationType()
          Gets the associationType value for this CMLCopy.
 java.lang.String getChildName()
          Gets the childName value for this CMLCopy.
 java.lang.Boolean getChildren()
          Gets the children value for this CMLCopy.
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 CMLCopy.
 ParentReference getTo()
          Gets the to value for this CMLCopy.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getWhere_id()
          Gets the where_id value for this CMLCopy.
 Predicate getWhere()
          Gets the where value for this CMLCopy.
 int hashCode()
           
 void setAssociationType(java.lang.String associationType)
          Sets the associationType value for this CMLCopy.
 void setChildName(java.lang.String childName)
          Sets the childName value for this CMLCopy.
 void setChildren(java.lang.Boolean children)
          Sets the children value for this CMLCopy.
 void setTo_id(java.lang.String to_id)
          Sets the to_id value for this CMLCopy.
 void setTo(ParentReference to)
          Sets the to value for this CMLCopy.
 void setWhere_id(java.lang.String where_id)
          Sets the where_id value for this CMLCopy.
 void setWhere(Predicate where)
          Sets the where value for this CMLCopy.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMLCopy

public CMLCopy()

CMLCopy

public CMLCopy(ParentReference to,
               java.lang.String to_id,
               java.lang.String associationType,
               java.lang.String childName,
               Predicate where,
               java.lang.String where_id,
               java.lang.Boolean children)
Method Detail

getTo

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

Returns:
to

setTo

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

Parameters:
to -

getTo_id

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

Returns:
to_id

setTo_id

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

Parameters:
to_id -

getAssociationType

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

Returns:
associationType

setAssociationType

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

Parameters:
associationType -

getChildName

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

Returns:
childName

setChildName

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

Parameters:
childName -

getWhere

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

Returns:
where

setWhere

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

Parameters:
where -

getWhere_id

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

Returns:
where_id

setWhere_id

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

Parameters:
where_id -

getChildren

public java.lang.Boolean getChildren()
Gets the children value for this CMLCopy.

Returns:
children

setChildren

public void setChildren(java.lang.Boolean children)
Sets the children value for this CMLCopy.

Parameters:
children -

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.