|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.webservice.types.CMLCreateAssociation
public class CMLCreateAssociation
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 |
---|
public CMLCreateAssociation()
public CMLCreateAssociation(Predicate from, java.lang.String from_id, Predicate to, java.lang.String to_id, java.lang.String association)
Method Detail |
---|
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.Object
public int hashCode()
hashCode
in class java.lang.Object
public 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)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |