org.alfresco.webservice.types
Class CMLUpdate

java.lang.Object
  extended by org.alfresco.webservice.types.CMLUpdate
All Implemented Interfaces:
java.io.Serializable

public class CMLUpdate
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
CMLUpdate()
           
CMLUpdate(NamedValue[] property, Predicate where, java.lang.String where_id)
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMLUpdate

public CMLUpdate()

CMLUpdate

public CMLUpdate(NamedValue[] property,
                 Predicate where,
                 java.lang.String where_id)
Method Detail

getProperty

public NamedValue[] getProperty()
Gets the property value for this CMLUpdate.

Returns:
property

setProperty

public void setProperty(NamedValue[] property)
Sets the property value for this CMLUpdate.

Parameters:
property -

getProperty

public NamedValue getProperty(int i)

setProperty

public void setProperty(int i,
                        NamedValue _value)

getWhere

public Predicate getWhere()
Gets the where value for this CMLUpdate.

Returns:
where

setWhere

public void setWhere(Predicate where)
Sets the where value for this CMLUpdate.

Parameters:
where -

getWhere_id

public java.lang.String getWhere_id()
Gets the where_id value for this CMLUpdate.

Returns:
where_id

setWhere_id

public void setWhere_id(java.lang.String where_id)
Sets the where_id value for this CMLUpdate.

Parameters:
where_id -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.