org.alfresco.webservice.types
Class CMLRemoveAssociation

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

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

See Also:
Serialized Form

Constructor Summary
CMLRemoveAssociation()
           
CMLRemoveAssociation(Predicate from, java.lang.String from_id, Predicate to, java.lang.String to_id, java.lang.String association)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAssociation()
          Gets the association value for this CMLRemoveAssociation.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getFrom_id()
          Gets the from_id value for this CMLRemoveAssociation.
 Predicate getFrom()
          Gets the from value for this CMLRemoveAssociation.
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 CMLRemoveAssociation.
 Predicate getTo()
          Gets the to value for this CMLRemoveAssociation.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAssociation(java.lang.String association)
          Sets the association value for this CMLRemoveAssociation.
 void setFrom_id(java.lang.String from_id)
          Sets the from_id value for this CMLRemoveAssociation.
 void setFrom(Predicate from)
          Sets the from value for this CMLRemoveAssociation.
 void setTo_id(java.lang.String to_id)
          Sets the to_id value for this CMLRemoveAssociation.
 void setTo(Predicate to)
          Sets the to value for this CMLRemoveAssociation.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMLRemoveAssociation

public CMLRemoveAssociation()

CMLRemoveAssociation

public CMLRemoveAssociation(Predicate from,
                            java.lang.String from_id,
                            Predicate to,
                            java.lang.String to_id,
                            java.lang.String association)
Method Detail

getFrom

public Predicate getFrom()
Gets the from value for this CMLRemoveAssociation.

Returns:
from

setFrom

public void setFrom(Predicate from)
Sets the from value for this CMLRemoveAssociation.

Parameters:
from -

getFrom_id

public java.lang.String getFrom_id()
Gets the from_id value for this CMLRemoveAssociation.

Returns:
from_id

setFrom_id

public void setFrom_id(java.lang.String from_id)
Sets the from_id value for this CMLRemoveAssociation.

Parameters:
from_id -

getTo

public Predicate getTo()
Gets the to value for this CMLRemoveAssociation.

Returns:
to

setTo

public void setTo(Predicate to)
Sets the to value for this CMLRemoveAssociation.

Parameters:
to -

getTo_id

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

Returns:
to_id

setTo_id

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

Parameters:
to_id -

getAssociation

public java.lang.String getAssociation()
Gets the association value for this CMLRemoveAssociation.

Returns:
association

setAssociation

public void setAssociation(java.lang.String association)
Sets the association value for this CMLRemoveAssociation.

Parameters:
association -

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.