org.alfresco.webservice.types
Class ParentReference

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

public class ParentReference
extends Reference
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ParentReference()
           
ParentReference(Store store, java.lang.String uuid, java.lang.String path, java.lang.String associationType, java.lang.String childName)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAssociationType()
          Gets the associationType value for this ParentReference.
 java.lang.String getChildName()
          Gets the childName value for this ParentReference.
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
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 ParentReference.
 void setChildName(java.lang.String childName)
          Sets the childName value for this ParentReference.
 
Methods inherited from class org.alfresco.webservice.types.Reference
getPath, getStore, getUuid, setPath, setStore, setUuid
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParentReference

public ParentReference()

ParentReference

public ParentReference(Store store,
                       java.lang.String uuid,
                       java.lang.String path,
                       java.lang.String associationType,
                       java.lang.String childName)
Method Detail

getAssociationType

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

Returns:
associationType

setAssociationType

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

Parameters:
associationType -

getChildName

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

Returns:
childName

setChildName

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

Parameters:
childName -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class Reference

hashCode

public int hashCode()
Overrides:
hashCode in class Reference

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.