cagrid
Class DirectionalAssociationIdentification

java.lang.Object
  extended by cagrid.AssociationIdentification
      extended by cagrid.DirectionalAssociationIdentification
All Implemented Interfaces:
java.io.Serializable

public class DirectionalAssociationIdentification
extends AssociationIdentification
implements java.io.Serializable

Class associating an association name with a direction

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  boolean isForward
          Direction Indication associated with an association name.
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
DirectionalAssociationIdentification()
           
DirectionalAssociationIdentification(boolean isForward)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
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()
           
 boolean isIsForward()
          Gets the isForward value for this DirectionalAssociationIdentification.
 void setIsForward(boolean isForward)
          Sets the isForward value for this DirectionalAssociationIdentification.
 
Methods inherited from class cagrid.AssociationIdentification
getRelationshipName, setRelationshipName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isForward

private boolean isForward
Direction Indication associated with an association name. If true this is a forward name. If false, this is a reverse name.


__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

DirectionalAssociationIdentification

public DirectionalAssociationIdentification()

DirectionalAssociationIdentification

public DirectionalAssociationIdentification(boolean isForward)
Method Detail

isIsForward

public boolean isIsForward()
Gets the isForward value for this DirectionalAssociationIdentification.

Returns:
isForward Direction Indication associated with an association name. If true this is a forward name. If false, this is a reverse name.

setIsForward

public void setIsForward(boolean isForward)
Sets the isForward value for this DirectionalAssociationIdentification.

Parameters:
isForward - Direction Indication associated with an association name. If true this is a forward name. If false, this is a reverse name.

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class AssociationIdentification

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