org.alfresco.webservice.types
Class CMLCreate

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

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

See Also:
Serialized Form

Constructor Summary
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)
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMLCreate

public CMLCreate()

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)
Method Detail

getId

public java.lang.String getId()
Gets the id value for this CMLCreate.

Returns:
id

setId

public void setId(java.lang.String id)
Sets the id value for this CMLCreate.

Parameters:
id -

getParent

public ParentReference getParent()
Gets the parent value for this CMLCreate.

Returns:
parent

setParent

public void setParent(ParentReference parent)
Sets the parent value for this CMLCreate.

Parameters:
parent -

getParent_id

public java.lang.String getParent_id()
Gets the parent_id value for this CMLCreate.

Returns:
parent_id

setParent_id

public void setParent_id(java.lang.String parent_id)
Sets the parent_id value for this CMLCreate.

Parameters:
parent_id -

getAssociationType

public java.lang.String getAssociationType()
Gets the associationType value for this CMLCreate.

Returns:
associationType

setAssociationType

public void setAssociationType(java.lang.String associationType)
Sets the associationType value for this CMLCreate.

Parameters:
associationType -

getChildName

public java.lang.String getChildName()
Gets the childName value for this CMLCreate.

Returns:
childName

setChildName

public void setChildName(java.lang.String childName)
Sets the childName value for this CMLCreate.

Parameters:
childName -

getType

public java.lang.String getType()
Gets the type value for this CMLCreate.

Returns:
type

setType

public void setType(java.lang.String type)
Sets the type value for this CMLCreate.

Parameters:
type -

getProperty

public NamedValue[] getProperty()
Gets the property value for this CMLCreate.

Returns:
property

setProperty

public void setProperty(NamedValue[] property)
Sets the property value for this CMLCreate.

Parameters:
property -

getProperty

public NamedValue getProperty(int i)

setProperty

public void setProperty(int i,
                        NamedValue _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.