public class CMLCreate extends Object implements Serializable
| Constructor and Description |
|---|
CMLCreate() |
CMLCreate(String id,
ParentReference parent,
String parent_id,
String associationType,
String childName,
String type,
NamedValue[] property) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAssociationType()
Gets the associationType value for this CMLCreate.
|
String |
getChildName()
Gets the childName value for this CMLCreate.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getId()
Gets the id value for this CMLCreate.
|
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(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getType()
Gets the type value for this CMLCreate.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setAssociationType(String associationType)
Sets the associationType value for this CMLCreate.
|
void |
setChildName(String childName)
Sets the childName value for this CMLCreate.
|
void |
setId(String id)
Sets the id value for this CMLCreate.
|
void |
setParent_id(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(String type)
Sets the type value for this CMLCreate.
|
public CMLCreate()
public CMLCreate(String id, ParentReference parent, String parent_id, String associationType, String childName, String type, NamedValue[] property)
public String getId()
public void setId(String id)
id - public ParentReference getParent()
public void setParent(ParentReference parent)
parent - public String getParent_id()
public void setParent_id(String parent_id)
parent_id - public String getAssociationType()
public void setAssociationType(String associationType)
associationType - public String getChildName()
public void setChildName(String childName)
childName - public String getType()
public void setType(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 static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2005–2014 Alfresco Software. All rights reserved.