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

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

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

See Also:
Serialized Form

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

Field Detail

codingSchemeIdentification

private GetAssociationForwardAndReverseNamesRequestCodingSchemeIdentification codingSchemeIdentification

versionOrTag

private GetAssociationForwardAndReverseNamesRequestVersionOrTag versionOrTag

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

GetAssociationForwardAndReverseNamesRequest

public GetAssociationForwardAndReverseNamesRequest()

GetAssociationForwardAndReverseNamesRequest

public GetAssociationForwardAndReverseNamesRequest(GetAssociationForwardAndReverseNamesRequestCodingSchemeIdentification codingSchemeIdentification,
                                                   GetAssociationForwardAndReverseNamesRequestVersionOrTag versionOrTag)
Method Detail

getCodingSchemeIdentification

public GetAssociationForwardAndReverseNamesRequestCodingSchemeIdentification getCodingSchemeIdentification()
Gets the codingSchemeIdentification value for this GetAssociationForwardAndReverseNamesRequest.

Returns:
codingSchemeIdentification

setCodingSchemeIdentification

public void setCodingSchemeIdentification(GetAssociationForwardAndReverseNamesRequestCodingSchemeIdentification codingSchemeIdentification)
Sets the codingSchemeIdentification value for this GetAssociationForwardAndReverseNamesRequest.

Parameters:
codingSchemeIdentification -

getVersionOrTag

public GetAssociationForwardAndReverseNamesRequestVersionOrTag getVersionOrTag()
Gets the versionOrTag value for this GetAssociationForwardAndReverseNamesRequest.

Returns:
versionOrTag

setVersionOrTag

public void setVersionOrTag(GetAssociationForwardAndReverseNamesRequestVersionOrTag versionOrTag)
Sets the versionOrTag value for this GetAssociationForwardAndReverseNamesRequest.

Parameters:
versionOrTag -

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