org.alfresco.webservice.types
Class CML

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

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

See Also:
Serialized Form

Constructor Summary
CML()
           
CML(CMLCreate[] create, CMLAddAspect[] addAspect, CMLRemoveAspect[] removeAspect, CMLUpdate[] update, CMLWriteContent[] writeContent, CMLDelete[] delete, CMLMove[] move, CMLCopy[] copy, CMLAddChild[] addChild, CMLRemoveChild[] removeChild, CMLCreateAssociation[] createAssociation, CMLRemoveAssociation[] removeAssociation)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 CMLAddAspect[] getAddAspect()
          Gets the addAspect value for this CML.
 CMLAddAspect getAddAspect(int i)
           
 CMLAddChild[] getAddChild()
          Gets the addChild value for this CML.
 CMLAddChild getAddChild(int i)
           
 CMLCopy[] getCopy()
          Gets the copy value for this CML.
 CMLCopy getCopy(int i)
           
 CMLCreate[] getCreate()
          Gets the create value for this CML.
 CMLCreate getCreate(int i)
           
 CMLCreateAssociation[] getCreateAssociation()
          Gets the createAssociation value for this CML.
 CMLCreateAssociation getCreateAssociation(int i)
           
 CMLDelete[] getDelete()
          Gets the delete value for this CML.
 CMLDelete getDelete(int i)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 CMLMove[] getMove()
          Gets the move value for this CML.
 CMLMove getMove(int i)
           
 CMLRemoveAspect[] getRemoveAspect()
          Gets the removeAspect value for this CML.
 CMLRemoveAspect getRemoveAspect(int i)
           
 CMLRemoveAssociation[] getRemoveAssociation()
          Gets the removeAssociation value for this CML.
 CMLRemoveAssociation getRemoveAssociation(int i)
           
 CMLRemoveChild[] getRemoveChild()
          Gets the removeChild value for this CML.
 CMLRemoveChild getRemoveChild(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
 CMLUpdate[] getUpdate()
          Gets the update value for this CML.
 CMLUpdate getUpdate(int i)
           
 CMLWriteContent[] getWriteContent()
          Gets the writeContent value for this CML.
 CMLWriteContent getWriteContent(int i)
           
 int hashCode()
           
 void setAddAspect(CMLAddAspect[] addAspect)
          Sets the addAspect value for this CML.
 void setAddAspect(int i, CMLAddAspect _value)
           
 void setAddChild(CMLAddChild[] addChild)
          Sets the addChild value for this CML.
 void setAddChild(int i, CMLAddChild _value)
           
 void setCopy(CMLCopy[] copy)
          Sets the copy value for this CML.
 void setCopy(int i, CMLCopy _value)
           
 void setCreate(CMLCreate[] create)
          Sets the create value for this CML.
 void setCreate(int i, CMLCreate _value)
           
 void setCreateAssociation(CMLCreateAssociation[] createAssociation)
          Sets the createAssociation value for this CML.
 void setCreateAssociation(int i, CMLCreateAssociation _value)
           
 void setDelete(CMLDelete[] delete)
          Sets the delete value for this CML.
 void setDelete(int i, CMLDelete _value)
           
 void setMove(CMLMove[] move)
          Sets the move value for this CML.
 void setMove(int i, CMLMove _value)
           
 void setRemoveAspect(CMLRemoveAspect[] removeAspect)
          Sets the removeAspect value for this CML.
 void setRemoveAspect(int i, CMLRemoveAspect _value)
           
 void setRemoveAssociation(CMLRemoveAssociation[] removeAssociation)
          Sets the removeAssociation value for this CML.
 void setRemoveAssociation(int i, CMLRemoveAssociation _value)
           
 void setRemoveChild(CMLRemoveChild[] removeChild)
          Sets the removeChild value for this CML.
 void setRemoveChild(int i, CMLRemoveChild _value)
           
 void setUpdate(CMLUpdate[] update)
          Sets the update value for this CML.
 void setUpdate(int i, CMLUpdate _value)
           
 void setWriteContent(CMLWriteContent[] writeContent)
          Sets the writeContent value for this CML.
 void setWriteContent(int i, CMLWriteContent _value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CML

public CML()

CML

public CML(CMLCreate[] create,
           CMLAddAspect[] addAspect,
           CMLRemoveAspect[] removeAspect,
           CMLUpdate[] update,
           CMLWriteContent[] writeContent,
           CMLDelete[] delete,
           CMLMove[] move,
           CMLCopy[] copy,
           CMLAddChild[] addChild,
           CMLRemoveChild[] removeChild,
           CMLCreateAssociation[] createAssociation,
           CMLRemoveAssociation[] removeAssociation)
Method Detail

getCreate

public CMLCreate[] getCreate()
Gets the create value for this CML.

Returns:
create

setCreate

public void setCreate(CMLCreate[] create)
Sets the create value for this CML.

Parameters:
create -

getCreate

public CMLCreate getCreate(int i)

setCreate

public void setCreate(int i,
                      CMLCreate _value)

getAddAspect

public CMLAddAspect[] getAddAspect()
Gets the addAspect value for this CML.

Returns:
addAspect

setAddAspect

public void setAddAspect(CMLAddAspect[] addAspect)
Sets the addAspect value for this CML.

Parameters:
addAspect -

getAddAspect

public CMLAddAspect getAddAspect(int i)

setAddAspect

public void setAddAspect(int i,
                         CMLAddAspect _value)

getRemoveAspect

public CMLRemoveAspect[] getRemoveAspect()
Gets the removeAspect value for this CML.

Returns:
removeAspect

setRemoveAspect

public void setRemoveAspect(CMLRemoveAspect[] removeAspect)
Sets the removeAspect value for this CML.

Parameters:
removeAspect -

getRemoveAspect

public CMLRemoveAspect getRemoveAspect(int i)

setRemoveAspect

public void setRemoveAspect(int i,
                            CMLRemoveAspect _value)

getUpdate

public CMLUpdate[] getUpdate()
Gets the update value for this CML.

Returns:
update

setUpdate

public void setUpdate(CMLUpdate[] update)
Sets the update value for this CML.

Parameters:
update -

getUpdate

public CMLUpdate getUpdate(int i)

setUpdate

public void setUpdate(int i,
                      CMLUpdate _value)

getWriteContent

public CMLWriteContent[] getWriteContent()
Gets the writeContent value for this CML.

Returns:
writeContent

setWriteContent

public void setWriteContent(CMLWriteContent[] writeContent)
Sets the writeContent value for this CML.

Parameters:
writeContent -

getWriteContent

public CMLWriteContent getWriteContent(int i)

setWriteContent

public void setWriteContent(int i,
                            CMLWriteContent _value)

getDelete

public CMLDelete[] getDelete()
Gets the delete value for this CML.

Returns:
delete

setDelete

public void setDelete(CMLDelete[] delete)
Sets the delete value for this CML.

Parameters:
delete -

getDelete

public CMLDelete getDelete(int i)

setDelete

public void setDelete(int i,
                      CMLDelete _value)

getMove

public CMLMove[] getMove()
Gets the move value for this CML.

Returns:
move

setMove

public void setMove(CMLMove[] move)
Sets the move value for this CML.

Parameters:
move -

getMove

public CMLMove getMove(int i)

setMove

public void setMove(int i,
                    CMLMove _value)

getCopy

public CMLCopy[] getCopy()
Gets the copy value for this CML.

Returns:
copy

setCopy

public void setCopy(CMLCopy[] copy)
Sets the copy value for this CML.

Parameters:
copy -

getCopy

public CMLCopy getCopy(int i)

setCopy

public void setCopy(int i,
                    CMLCopy _value)

getAddChild

public CMLAddChild[] getAddChild()
Gets the addChild value for this CML.

Returns:
addChild

setAddChild

public void setAddChild(CMLAddChild[] addChild)
Sets the addChild value for this CML.

Parameters:
addChild -

getAddChild

public CMLAddChild getAddChild(int i)

setAddChild

public void setAddChild(int i,
                        CMLAddChild _value)

getRemoveChild

public CMLRemoveChild[] getRemoveChild()
Gets the removeChild value for this CML.

Returns:
removeChild

setRemoveChild

public void setRemoveChild(CMLRemoveChild[] removeChild)
Sets the removeChild value for this CML.

Parameters:
removeChild -

getRemoveChild

public CMLRemoveChild getRemoveChild(int i)

setRemoveChild

public void setRemoveChild(int i,
                           CMLRemoveChild _value)

getCreateAssociation

public CMLCreateAssociation[] getCreateAssociation()
Gets the createAssociation value for this CML.

Returns:
createAssociation

setCreateAssociation

public void setCreateAssociation(CMLCreateAssociation[] createAssociation)
Sets the createAssociation value for this CML.

Parameters:
createAssociation -

getCreateAssociation

public CMLCreateAssociation getCreateAssociation(int i)

setCreateAssociation

public void setCreateAssociation(int i,
                                 CMLCreateAssociation _value)

getRemoveAssociation

public CMLRemoveAssociation[] getRemoveAssociation()
Gets the removeAssociation value for this CML.

Returns:
removeAssociation

setRemoveAssociation

public void setRemoveAssociation(CMLRemoveAssociation[] removeAssociation)
Sets the removeAssociation value for this CML.

Parameters:
removeAssociation -

getRemoveAssociation

public CMLRemoveAssociation getRemoveAssociation(int i)

setRemoveAssociation

public void setRemoveAssociation(int i,
                                 CMLRemoveAssociation _value)

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.