public class CMLCreate
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
CMLCreate() |
CMLCreate(java.lang.String id,
ParentReference parent,
java.lang.String parent_id,
java.lang.String associationType,
java.lang.String childName,
java.lang.String type,
NamedValue[] property) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAssociationType()
Gets the associationType value for this CMLCreate.
|
java.lang.String |
getChildName()
Gets the childName value for this CMLCreate.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
java.lang.String |
getId()
Gets the id value for this CMLCreate.
|
java.lang.String |
getParent_id()
Gets the parent_id value for this CMLCreate.
|
ParentReference |
getParent()
Gets the parent value for this CMLCreate.
|
NamedValue[] |
getProperty()
Gets the property value for this CMLCreate.
|
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
|
java.lang.String |
getType()
Gets the type value for this CMLCreate.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setAssociationType(java.lang.String associationType)
Sets the associationType value for this CMLCreate.
|
void |
setChildName(java.lang.String childName)
Sets the childName value for this CMLCreate.
|
void |
setId(java.lang.String id)
Sets the id value for this CMLCreate.
|
void |
setParent_id(java.lang.String parent_id)
Sets the parent_id value for this CMLCreate.
|
void |
setParent(ParentReference parent)
Sets the parent value for this CMLCreate.
|
void |
setProperty(int i,
NamedValue _value) |
void |
setProperty(NamedValue[] property)
Sets the property value for this CMLCreate.
|
void |
setType(java.lang.String type)
Sets the type value for this CMLCreate.
|
public CMLCreate()
public CMLCreate(java.lang.String id,
ParentReference parent,
java.lang.String parent_id,
java.lang.String associationType,
java.lang.String childName,
java.lang.String type,
NamedValue[] property)
public java.lang.String getId()
public void setId(java.lang.String id)
id - public ParentReference getParent()
public void setParent(ParentReference parent)
parent - public java.lang.String getParent_id()
public void setParent_id(java.lang.String parent_id)
parent_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 java.lang.String getType()
public void setType(java.lang.String type)
type - public NamedValue[] getProperty()
public void setProperty(NamedValue[] property)
property - public NamedValue getProperty(int i)
public void setProperty(int i,
NamedValue _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.