|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcagrid.NodeListPolicy
public class NodeListPolicy
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 |
---|
private int maximumToReturn
private int resolveAssociationDepth
private boolean resolveBackward
private boolean resolveForward
private ConceptReference graphFocus
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail |
---|
public NodeListPolicy()
public NodeListPolicy(ConceptReference graphFocus, int maximumToReturn, int resolveAssociationDepth, boolean resolveBackward, boolean resolveForward)
Method Detail |
---|
public int getMaximumToReturn()
public void setMaximumToReturn(int maximumToReturn)
maximumToReturn
- public int getResolveAssociationDepth()
public void setResolveAssociationDepth(int resolveAssociationDepth)
resolveAssociationDepth
- public boolean isResolveBackward()
public void setResolveBackward(boolean resolveBackward)
resolveBackward
- public boolean isResolveForward()
public void setResolveForward(boolean resolveForward)
resolveForward
- public ConceptReference getGraphFocus()
public void setGraphFocus(ConceptReference graphFocus)
graphFocus
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
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 |