public class Association extends Object implements Serializable
| Constructor and Description |
|---|
Association() |
Association(String associationType,
String direction) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAssociationType()
Gets the associationType value for this Association.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getDirection()
Gets the direction value for this Association.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setAssociationType(String associationType)
Sets the associationType value for this Association.
|
void |
setDirection(String direction)
Sets the direction value for this Association.
|
public String getAssociationType()
public void setAssociationType(String associationType)
associationType - public String getDirection()
public void setDirection(String direction)
direction - 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.