cagrid
Class NodeListPolicy

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

public class NodeListPolicy
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  ConceptReference graphFocus
           
private  int maximumToReturn
           
private  int resolveAssociationDepth
           
private  boolean resolveBackward
           
private  boolean resolveForward
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
NodeListPolicy()
           
NodeListPolicy(ConceptReference graphFocus, int maximumToReturn, int resolveAssociationDepth, boolean resolveBackward, boolean resolveForward)
           
 
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
 ConceptReference getGraphFocus()
          Gets the graphFocus value for this NodeListPolicy.
 int getMaximumToReturn()
          Gets the maximumToReturn value for this NodeListPolicy.
 int getResolveAssociationDepth()
          Gets the resolveAssociationDepth value for this NodeListPolicy.
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 isResolveBackward()
          Gets the resolveBackward value for this NodeListPolicy.
 boolean isResolveForward()
          Gets the resolveForward value for this NodeListPolicy.
 void setGraphFocus(ConceptReference graphFocus)
          Sets the graphFocus value for this NodeListPolicy.
 void setMaximumToReturn(int maximumToReturn)
          Sets the maximumToReturn value for this NodeListPolicy.
 void setResolveAssociationDepth(int resolveAssociationDepth)
          Sets the resolveAssociationDepth value for this NodeListPolicy.
 void setResolveBackward(boolean resolveBackward)
          Sets the resolveBackward value for this NodeListPolicy.
 void setResolveForward(boolean resolveForward)
          Sets the resolveForward value for this NodeListPolicy.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

maximumToReturn

private int maximumToReturn

resolveAssociationDepth

private int resolveAssociationDepth

resolveBackward

private boolean resolveBackward

resolveForward

private boolean resolveForward

graphFocus

private ConceptReference graphFocus

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

NodeListPolicy

public NodeListPolicy()

NodeListPolicy

public NodeListPolicy(ConceptReference graphFocus,
                      int maximumToReturn,
                      int resolveAssociationDepth,
                      boolean resolveBackward,
                      boolean resolveForward)
Method Detail

getMaximumToReturn

public int getMaximumToReturn()
Gets the maximumToReturn value for this NodeListPolicy.

Returns:
maximumToReturn

setMaximumToReturn

public void setMaximumToReturn(int maximumToReturn)
Sets the maximumToReturn value for this NodeListPolicy.

Parameters:
maximumToReturn -

getResolveAssociationDepth

public int getResolveAssociationDepth()
Gets the resolveAssociationDepth value for this NodeListPolicy.

Returns:
resolveAssociationDepth

setResolveAssociationDepth

public void setResolveAssociationDepth(int resolveAssociationDepth)
Sets the resolveAssociationDepth value for this NodeListPolicy.

Parameters:
resolveAssociationDepth -

isResolveBackward

public boolean isResolveBackward()
Gets the resolveBackward value for this NodeListPolicy.

Returns:
resolveBackward

setResolveBackward

public void setResolveBackward(boolean resolveBackward)
Sets the resolveBackward value for this NodeListPolicy.

Parameters:
resolveBackward -

isResolveForward

public boolean isResolveForward()
Gets the resolveForward value for this NodeListPolicy.

Returns:
resolveForward

setResolveForward

public void setResolveForward(boolean resolveForward)
Sets the resolveForward value for this NodeListPolicy.

Parameters:
resolveForward -

getGraphFocus

public ConceptReference getGraphFocus()
Gets the graphFocus value for this NodeListPolicy.

Returns:
graphFocus

setGraphFocus

public void setGraphFocus(ConceptReference graphFocus)
Sets the graphFocus value for this NodeListPolicy.

Parameters:
graphFocus -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

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