org.alfresco.webservice.types
Class CMLAddChild

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

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

See Also:
Serialized Form

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

Constructor Detail

CMLAddChild

public CMLAddChild()

CMLAddChild

public CMLAddChild(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 CMLAddChild.

Returns:
to

setTo

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

Parameters:
to -

getTo_id

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

Returns:
to_id

setTo_id

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

Parameters:
to_id -

getAssociationType

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

Returns:
associationType

setAssociationType

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

Parameters:
associationType -

getChildName

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

Returns:
childName

setChildName

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

Parameters:
childName -

getWhere

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

Returns:
where

setWhere

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

Parameters:
where -

getWhere_id

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

Returns:
where_id

setWhere_id

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

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.