enums
Class HierarchyPathResolveOption

java.lang.Object
  extended by enums.HierarchyPathResolveOption
All Implemented Interfaces:
java.io.Serializable

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

Implementation of a path to root resolve option

See Also:
Serialized Form

Constructor Summary
HierarchyPathResolveOption()
           
HierarchyPathResolveOption(java.lang.String pathToRootResovleOption)
           
 
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
 java.lang.String getPathToRootResovleOption()
          Gets the pathToRootResovleOption value for this HierarchyPathResolveOption.
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()
           
 void setPathToRootResovleOption(java.lang.String pathToRootResovleOption)
          Sets the pathToRootResovleOption value for this HierarchyPathResolveOption.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HierarchyPathResolveOption

public HierarchyPathResolveOption()

HierarchyPathResolveOption

public HierarchyPathResolveOption(java.lang.String pathToRootResovleOption)
Method Detail

getPathToRootResovleOption

public java.lang.String getPathToRootResovleOption()
Gets the pathToRootResovleOption value for this HierarchyPathResolveOption.

Returns:
pathToRootResovleOption resolve option for a hiearchy path to root. Use limited to the following options: ALL, ONE, ONE_PER_HIERARCHY, ONE_PER_ROOT

setPathToRootResovleOption

public void setPathToRootResovleOption(java.lang.String pathToRootResovleOption)
Sets the pathToRootResovleOption value for this HierarchyPathResolveOption.

Parameters:
pathToRootResovleOption - resolve option for a hiearchy path to root. Use limited to the following options: ALL, ONE, ONE_PER_HIERARCHY, ONE_PER_ROOT

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