org.alfresco.webservice.types
Class CMLCreateAssociation

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

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

See Also:
Serialized Form

Constructor Summary
CMLCreateAssociation()
           
CMLCreateAssociation(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 CMLCreateAssociation.
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 CMLCreateAssociation.
 Predicate getFrom()
          Gets the from value for this CMLCreateAssociation.
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 CMLCreateAssociation.
 Predicate getTo()
          Gets the to value for this CMLCreateAssociation.
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 CMLCreateAssociation.
 void setFrom_id(java.lang.String from_id)
          Sets the from_id value for this CMLCreateAssociation.
 void setFrom(Predicate from)
          Sets the from value for this CMLCreateAssociation.
 void setTo_id(java.lang.String to_id)
          Sets the to_id value for this CMLCreateAssociation.
 void setTo(Predicate to)
          Sets the to value for this CMLCreateAssociation.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMLCreateAssociation

public CMLCreateAssociation()

CMLCreateAssociation

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

Returns:
from

setFrom

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

Parameters:
from -

getFrom_id

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

Returns:
from_id

setFrom_id

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

Parameters:
from_id -

getTo

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

Returns:
to

setTo

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

Parameters:
to -

getTo_id

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

Returns:
to_id

setTo_id

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

Parameters:
to_id -

getAssociation

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

Returns:
association

setAssociation

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

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.