org.LexGrid.LexBIG.cagrid.LexEVSGridService.LexBIGServiceConvenienceMethods.stubs
Class GetHierarchyPathToRootRequest

java.lang.Object
  extended by org.LexGrid.LexBIG.cagrid.LexEVSGridService.LexBIGServiceConvenienceMethods.stubs.GetHierarchyPathToRootRequest
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  GetHierarchyPathToRootRequestCodingSchemeIdentification codingSchemeIdentification
           
private  GetHierarchyPathToRootRequestHierarchyPathResolveOption hierarchyPathResolveOption
           
private  GetHierarchyPathToRootRequestHierarchyResolutionPolicy hierarchyResolutionPolicy
           
private static org.apache.axis.description.TypeDesc typeDesc
           
private  GetHierarchyPathToRootRequestVersionOrTag versionOrTag
           
 
Constructor Summary
GetHierarchyPathToRootRequest()
           
GetHierarchyPathToRootRequest(GetHierarchyPathToRootRequestCodingSchemeIdentification codingSchemeIdentification, GetHierarchyPathToRootRequestHierarchyPathResolveOption hierarchyPathResolveOption, GetHierarchyPathToRootRequestHierarchyResolutionPolicy hierarchyResolutionPolicy, GetHierarchyPathToRootRequestVersionOrTag versionOrTag)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 GetHierarchyPathToRootRequestCodingSchemeIdentification getCodingSchemeIdentification()
          Gets the codingSchemeIdentification value for this GetHierarchyPathToRootRequest.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 GetHierarchyPathToRootRequestHierarchyPathResolveOption getHierarchyPathResolveOption()
          Gets the hierarchyPathResolveOption value for this GetHierarchyPathToRootRequest.
 GetHierarchyPathToRootRequestHierarchyResolutionPolicy getHierarchyResolutionPolicy()
          Gets the hierarchyResolutionPolicy value for this GetHierarchyPathToRootRequest.
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
 GetHierarchyPathToRootRequestVersionOrTag getVersionOrTag()
          Gets the versionOrTag value for this GetHierarchyPathToRootRequest.
 int hashCode()
           
 void setCodingSchemeIdentification(GetHierarchyPathToRootRequestCodingSchemeIdentification codingSchemeIdentification)
          Sets the codingSchemeIdentification value for this GetHierarchyPathToRootRequest.
 void setHierarchyPathResolveOption(GetHierarchyPathToRootRequestHierarchyPathResolveOption hierarchyPathResolveOption)
          Sets the hierarchyPathResolveOption value for this GetHierarchyPathToRootRequest.
 void setHierarchyResolutionPolicy(GetHierarchyPathToRootRequestHierarchyResolutionPolicy hierarchyResolutionPolicy)
          Sets the hierarchyResolutionPolicy value for this GetHierarchyPathToRootRequest.
 void setVersionOrTag(GetHierarchyPathToRootRequestVersionOrTag versionOrTag)
          Sets the versionOrTag value for this GetHierarchyPathToRootRequest.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hierarchyResolutionPolicy

private GetHierarchyPathToRootRequestHierarchyResolutionPolicy hierarchyResolutionPolicy

codingSchemeIdentification

private GetHierarchyPathToRootRequestCodingSchemeIdentification codingSchemeIdentification

versionOrTag

private GetHierarchyPathToRootRequestVersionOrTag versionOrTag

hierarchyPathResolveOption

private GetHierarchyPathToRootRequestHierarchyPathResolveOption hierarchyPathResolveOption

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

GetHierarchyPathToRootRequest

public GetHierarchyPathToRootRequest()

GetHierarchyPathToRootRequest

public GetHierarchyPathToRootRequest(GetHierarchyPathToRootRequestCodingSchemeIdentification codingSchemeIdentification,
                                     GetHierarchyPathToRootRequestHierarchyPathResolveOption hierarchyPathResolveOption,
                                     GetHierarchyPathToRootRequestHierarchyResolutionPolicy hierarchyResolutionPolicy,
                                     GetHierarchyPathToRootRequestVersionOrTag versionOrTag)
Method Detail

getHierarchyResolutionPolicy

public GetHierarchyPathToRootRequestHierarchyResolutionPolicy getHierarchyResolutionPolicy()
Gets the hierarchyResolutionPolicy value for this GetHierarchyPathToRootRequest.

Returns:
hierarchyResolutionPolicy

setHierarchyResolutionPolicy

public void setHierarchyResolutionPolicy(GetHierarchyPathToRootRequestHierarchyResolutionPolicy hierarchyResolutionPolicy)
Sets the hierarchyResolutionPolicy value for this GetHierarchyPathToRootRequest.

Parameters:
hierarchyResolutionPolicy -

getCodingSchemeIdentification

public GetHierarchyPathToRootRequestCodingSchemeIdentification getCodingSchemeIdentification()
Gets the codingSchemeIdentification value for this GetHierarchyPathToRootRequest.

Returns:
codingSchemeIdentification

setCodingSchemeIdentification

public void setCodingSchemeIdentification(GetHierarchyPathToRootRequestCodingSchemeIdentification codingSchemeIdentification)
Sets the codingSchemeIdentification value for this GetHierarchyPathToRootRequest.

Parameters:
codingSchemeIdentification -

getVersionOrTag

public GetHierarchyPathToRootRequestVersionOrTag getVersionOrTag()
Gets the versionOrTag value for this GetHierarchyPathToRootRequest.

Returns:
versionOrTag

setVersionOrTag

public void setVersionOrTag(GetHierarchyPathToRootRequestVersionOrTag versionOrTag)
Sets the versionOrTag value for this GetHierarchyPathToRootRequest.

Parameters:
versionOrTag -

getHierarchyPathResolveOption

public GetHierarchyPathToRootRequestHierarchyPathResolveOption getHierarchyPathResolveOption()
Gets the hierarchyPathResolveOption value for this GetHierarchyPathToRootRequest.

Returns:
hierarchyPathResolveOption

setHierarchyPathResolveOption

public void setHierarchyPathResolveOption(GetHierarchyPathToRootRequestHierarchyPathResolveOption hierarchyPathResolveOption)
Sets the hierarchyPathResolveOption value for this GetHierarchyPathToRootRequest.

Parameters:
hierarchyPathResolveOption -

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