public class CMLCreateAssociation
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
CMLCreateAssociation() |
CMLCreateAssociation(Predicate from,
java.lang.String from_id,
Predicate to,
java.lang.String to_id,
java.lang.String association) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public Predicate getFrom()
public void setFrom(Predicate from)
from - public java.lang.String getFrom_id()
public void setFrom_id(java.lang.String from_id)
from_id - public Predicate getTo()
public void setTo(Predicate to)
to - public java.lang.String getTo_id()
public void setTo_id(java.lang.String to_id)
to_id - public java.lang.String getAssociation()
public void setAssociation(java.lang.String association)
association - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.