|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.webservice.types.Reference
org.alfresco.webservice.types.ParentReference
public class ParentReference
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 |
---|
public ParentReference()
public ParentReference(Store store, java.lang.String uuid, java.lang.String path, java.lang.String associationType, java.lang.String childName)
Method Detail |
---|
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 boolean equals(java.lang.Object obj)
equals
in class Reference
public int hashCode()
hashCode
in class Reference
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)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |