public class CML
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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) |
public 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)
public CMLCreate[] getCreate()
public void setCreate(CMLCreate[] create)
create - public CMLCreate getCreate(int i)
public void setCreate(int i,
CMLCreate _value)
public CMLAddAspect[] getAddAspect()
public void setAddAspect(CMLAddAspect[] addAspect)
addAspect - public CMLAddAspect getAddAspect(int i)
public void setAddAspect(int i,
CMLAddAspect _value)
public CMLRemoveAspect[] getRemoveAspect()
public void setRemoveAspect(CMLRemoveAspect[] removeAspect)
removeAspect - public CMLRemoveAspect getRemoveAspect(int i)
public void setRemoveAspect(int i,
CMLRemoveAspect _value)
public CMLUpdate[] getUpdate()
public void setUpdate(CMLUpdate[] update)
update - public CMLUpdate getUpdate(int i)
public void setUpdate(int i,
CMLUpdate _value)
public CMLWriteContent[] getWriteContent()
public void setWriteContent(CMLWriteContent[] writeContent)
writeContent - public CMLWriteContent getWriteContent(int i)
public void setWriteContent(int i,
CMLWriteContent _value)
public CMLDelete[] getDelete()
public void setDelete(CMLDelete[] delete)
delete - public CMLDelete getDelete(int i)
public void setDelete(int i,
CMLDelete _value)
public CMLMove[] getMove()
public void setMove(CMLMove[] move)
move - public CMLMove getMove(int i)
public void setMove(int i,
CMLMove _value)
public CMLCopy[] getCopy()
public void setCopy(CMLCopy[] copy)
copy - public CMLCopy getCopy(int i)
public void setCopy(int i,
CMLCopy _value)
public CMLAddChild[] getAddChild()
public void setAddChild(CMLAddChild[] addChild)
addChild - public CMLAddChild getAddChild(int i)
public void setAddChild(int i,
CMLAddChild _value)
public CMLRemoveChild[] getRemoveChild()
public void setRemoveChild(CMLRemoveChild[] removeChild)
removeChild - public CMLRemoveChild getRemoveChild(int i)
public void setRemoveChild(int i,
CMLRemoveChild _value)
public CMLCreateAssociation[] getCreateAssociation()
public void setCreateAssociation(CMLCreateAssociation[] createAssociation)
createAssociation - public CMLCreateAssociation getCreateAssociation(int i)
public void setCreateAssociation(int i,
CMLCreateAssociation _value)
public CMLRemoveAssociation[] getRemoveAssociation()
public void setRemoveAssociation(CMLRemoveAssociation[] removeAssociation)
removeAssociation - public CMLRemoveAssociation getRemoveAssociation(int i)
public void setRemoveAssociation(int i,
CMLRemoveAssociation _value)
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.