|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.webservice.types.CMLCopy
public class CMLCopy
Constructor Summary | |
---|---|
CMLCopy()
|
|
CMLCopy(ParentReference to,
java.lang.String to_id,
java.lang.String associationType,
java.lang.String childName,
Predicate where,
java.lang.String where_id,
java.lang.Boolean children)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getAssociationType()
Gets the associationType value for this CMLCopy. |
java.lang.String |
getChildName()
Gets the childName value for this CMLCopy. |
java.lang.Boolean |
getChildren()
Gets the children value for this CMLCopy. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
java.lang.String |
getTo_id()
Gets the to_id value for this CMLCopy. |
ParentReference |
getTo()
Gets the to value for this CMLCopy. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
java.lang.String |
getWhere_id()
Gets the where_id value for this CMLCopy. |
Predicate |
getWhere()
Gets the where value for this CMLCopy. |
int |
hashCode()
|
void |
setAssociationType(java.lang.String associationType)
Sets the associationType value for this CMLCopy. |
void |
setChildName(java.lang.String childName)
Sets the childName value for this CMLCopy. |
void |
setChildren(java.lang.Boolean children)
Sets the children value for this CMLCopy. |
void |
setTo_id(java.lang.String to_id)
Sets the to_id value for this CMLCopy. |
void |
setTo(ParentReference to)
Sets the to value for this CMLCopy. |
void |
setWhere_id(java.lang.String where_id)
Sets the where_id value for this CMLCopy. |
void |
setWhere(Predicate where)
Sets the where value for this CMLCopy. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CMLCopy()
public CMLCopy(ParentReference to, java.lang.String to_id, java.lang.String associationType, java.lang.String childName, Predicate where, java.lang.String where_id, java.lang.Boolean children)
Method Detail |
---|
public ParentReference getTo()
public void setTo(ParentReference to)
to
- public java.lang.String getTo_id()
public void setTo_id(java.lang.String to_id)
to_id
- public java.lang.String getAssociationType()
public void setAssociationType(java.lang.String associationType)
associationType
- public java.lang.String getChildName()
public void setChildName(java.lang.String childName)
childName
- 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 java.lang.Boolean getChildren()
public void setChildren(java.lang.Boolean children)
children
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public 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)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |