public class CMLAddChild extends Object implements Serializable
| Constructor and Description |
|---|
CMLAddChild() |
CMLAddChild(ParentReference to,
String to_id,
String associationType,
String childName,
Predicate where,
String where_id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAssociationType()
Gets the associationType value for this CMLAddChild.
|
String |
getChildName()
Gets the childName value for this CMLAddChild.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
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 CMLAddChild.
|
ParentReference |
getTo()
Gets the to value for this CMLAddChild.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getWhere_id()
Gets the where_id value for this CMLAddChild.
|
Predicate |
getWhere()
Gets the where value for this CMLAddChild.
|
int |
hashCode() |
void |
setAssociationType(String associationType)
Sets the associationType value for this CMLAddChild.
|
void |
setChildName(String childName)
Sets the childName value for this CMLAddChild.
|
void |
setTo_id(String to_id)
Sets the to_id value for this CMLAddChild.
|
void |
setTo(ParentReference to)
Sets the to value for this CMLAddChild.
|
void |
setWhere_id(String where_id)
Sets the where_id value for this CMLAddChild.
|
void |
setWhere(Predicate where)
Sets the where value for this CMLAddChild.
|
public ParentReference getTo()
public void setTo(ParentReference to)
to - public String getTo_id()
public void setTo_id(String to_id)
to_id - public String getAssociationType()
public void setAssociationType(String associationType)
associationType - public String getChildName()
public void setChildName(String childName)
childName - public Predicate getWhere()
public void setWhere(Predicate where)
where - public String getWhere_id()
public void setWhere_id(String where_id)
where_id - 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.