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

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

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

See Also:
Serialized Form

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

Field Detail

codingSchemeIdentification

private GetHierarchyRootsRequestCodingSchemeIdentification codingSchemeIdentification

versionOrTag

private GetHierarchyRootsRequestVersionOrTag versionOrTag

hierarchyIdentification

private GetHierarchyRootsRequestHierarchyIdentification hierarchyIdentification

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

GetHierarchyRootsRequest

public GetHierarchyRootsRequest()

GetHierarchyRootsRequest

public GetHierarchyRootsRequest(GetHierarchyRootsRequestCodingSchemeIdentification codingSchemeIdentification,
                                GetHierarchyRootsRequestHierarchyIdentification hierarchyIdentification,
                                GetHierarchyRootsRequestVersionOrTag versionOrTag)
Method Detail

getCodingSchemeIdentification

public GetHierarchyRootsRequestCodingSchemeIdentification getCodingSchemeIdentification()
Gets the codingSchemeIdentification value for this GetHierarchyRootsRequest.

Returns:
codingSchemeIdentification

setCodingSchemeIdentification

public void setCodingSchemeIdentification(GetHierarchyRootsRequestCodingSchemeIdentification codingSchemeIdentification)
Sets the codingSchemeIdentification value for this GetHierarchyRootsRequest.

Parameters:
codingSchemeIdentification -

getVersionOrTag

public GetHierarchyRootsRequestVersionOrTag getVersionOrTag()
Gets the versionOrTag value for this GetHierarchyRootsRequest.

Returns:
versionOrTag

setVersionOrTag

public void setVersionOrTag(GetHierarchyRootsRequestVersionOrTag versionOrTag)
Sets the versionOrTag value for this GetHierarchyRootsRequest.

Parameters:
versionOrTag -

getHierarchyIdentification

public GetHierarchyRootsRequestHierarchyIdentification getHierarchyIdentification()
Gets the hierarchyIdentification value for this GetHierarchyRootsRequest.

Returns:
hierarchyIdentification

setHierarchyIdentification

public void setHierarchyIdentification(GetHierarchyRootsRequestHierarchyIdentification hierarchyIdentification)
Sets the hierarchyIdentification value for this GetHierarchyRootsRequest.

Parameters:
hierarchyIdentification -

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