cagrid
Class RelationshipTypeBasedPolicy

java.lang.Object
  extended by cagrid.RelationshipPolicy
      extended by cagrid.RelationshipTypeBasedPolicy
All Implemented Interfaces:
java.io.Serializable

public class RelationshipTypeBasedPolicy
extends RelationshipPolicy
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RelationshipTypeBasedPolicy()
           
RelationshipTypeBasedPolicy(boolean directOnly)
           
 
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 isDirectOnly()
          Gets the directOnly value for this RelationshipTypeBasedPolicy.
 void setDirectOnly(boolean directOnly)
          Sets the directOnly value for this RelationshipTypeBasedPolicy.
 
Methods inherited from class cagrid.RelationshipPolicy
getSourceConcept, getTargetConcept, setSourceConcept, setTargetConcept
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelationshipTypeBasedPolicy

public RelationshipTypeBasedPolicy()

RelationshipTypeBasedPolicy

public RelationshipTypeBasedPolicy(boolean directOnly)
Method Detail

isDirectOnly

public boolean isDirectOnly()
Gets the directOnly value for this RelationshipTypeBasedPolicy.

Returns:
directOnly

setDirectOnly

public void setDirectOnly(boolean directOnly)
Sets the directOnly value for this RelationshipTypeBasedPolicy.

Parameters:
directOnly -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class RelationshipPolicy

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