org.alfresco.webservice.types
Class CMLAddAspect

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

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

See Also:
Serialized Form

Constructor Summary
CMLAddAspect()
           
CMLAddAspect(java.lang.String aspect, NamedValue[] property, Predicate where, java.lang.String where_id)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAspect()
          Gets the aspect value for this CMLAddAspect.
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 CMLAddAspect.
 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 CMLAddAspect.
 Predicate getWhere()
          Gets the where value for this CMLAddAspect.
 int hashCode()
           
 void setAspect(java.lang.String aspect)
          Sets the aspect value for this CMLAddAspect.
 void setProperty(int i, NamedValue _value)
           
 void setProperty(NamedValue[] property)
          Sets the property value for this CMLAddAspect.
 void setWhere_id(java.lang.String where_id)
          Sets the where_id value for this CMLAddAspect.
 void setWhere(Predicate where)
          Sets the where value for this CMLAddAspect.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMLAddAspect

public CMLAddAspect()

CMLAddAspect

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

getAspect

public java.lang.String getAspect()
Gets the aspect value for this CMLAddAspect.

Returns:
aspect

setAspect

public void setAspect(java.lang.String aspect)
Sets the aspect value for this CMLAddAspect.

Parameters:
aspect -

getProperty

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

Returns:
property

setProperty

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

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 CMLAddAspect.

Returns:
where

setWhere

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

Parameters:
where -

getWhere_id

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

Returns:
where_id

setWhere_id

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

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.