public class CMLRemoveAssociation extends Object implements Serializable
| Constructor and Description |
|---|
CMLRemoveAssociation() |
CMLRemoveAssociation(Predicate from,
String from_id,
Predicate to,
String to_id,
String association) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAssociation()
Gets the association value for this CMLRemoveAssociation.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
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(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
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(String association)
Sets the association value for this CMLRemoveAssociation.
|
void |
setFrom_id(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(String to_id)
Sets the to_id value for this CMLRemoveAssociation.
|
void |
setTo(Predicate to)
Sets the to value for this CMLRemoveAssociation.
|
public Predicate getFrom()
public void setFrom(Predicate from)
from - public String getFrom_id()
public void setFrom_id(String from_id)
from_id - public Predicate getTo()
public void setTo(Predicate to)
to - public String getTo_id()
public void setTo_id(String to_id)
to_id - public String getAssociation()
public void setAssociation(String association)
association - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2005–2014 Alfresco Software. All rights reserved.