public class ParentReference extends Reference implements java.io.Serializable
| Constructor and Description |
|---|
ParentReference() |
ParentReference(Store store,
java.lang.String uuid,
java.lang.String path,
java.lang.String associationType,
java.lang.String childName) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public ParentReference()
public ParentReference(Store store, java.lang.String uuid, java.lang.String path, java.lang.String associationType, java.lang.String childName)
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 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.