public class CMLRemoveAspect extends Object implements Serializable
| Constructor and Description |
|---|
CMLRemoveAspect() |
CMLRemoveAspect(String aspect,
Predicate where,
String where_id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAspect()
Gets the aspect value for this CMLRemoveAspect.
|
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
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getWhere_id()
Gets the where_id value for this CMLRemoveAspect.
|
Predicate |
getWhere()
Gets the where value for this CMLRemoveAspect.
|
int |
hashCode() |
void |
setAspect(String aspect)
Sets the aspect value for this CMLRemoveAspect.
|
void |
setWhere_id(String where_id)
Sets the where_id value for this CMLRemoveAspect.
|
void |
setWhere(Predicate where)
Sets the where value for this CMLRemoveAspect.
|
public String getAspect()
public void setAspect(String aspect)
aspect - 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.