public class CMLUpdate
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
CMLUpdate() |
CMLUpdate(NamedValue[] property,
Predicate where,
java.lang.String where_id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
NamedValue[] |
getProperty()
Gets the property value for this CMLUpdate.
|
NamedValue |
getProperty(int i) |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
java.lang.String |
getWhere_id()
Gets the where_id value for this CMLUpdate.
|
Predicate |
getWhere()
Gets the where value for this CMLUpdate.
|
int |
hashCode() |
void |
setProperty(int i,
NamedValue _value) |
void |
setProperty(NamedValue[] property)
Sets the property value for this CMLUpdate.
|
void |
setWhere_id(java.lang.String where_id)
Sets the where_id value for this CMLUpdate.
|
void |
setWhere(Predicate where)
Sets the where value for this CMLUpdate.
|
public CMLUpdate()
public CMLUpdate(NamedValue[] property, Predicate where, java.lang.String where_id)
public NamedValue[] getProperty()
public void setProperty(NamedValue[] property)
property - public NamedValue getProperty(int i)
public void setProperty(int i,
NamedValue _value)
public Predicate getWhere()
public void setWhere(Predicate where)
where - public java.lang.String getWhere_id()
public void setWhere_id(java.lang.String where_id)
where_id - 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.