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

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

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  GetAssociationReverseNameRequestAssociationIdentification associationIdentification
           
private  GetAssociationReverseNameRequestCodingSchemeIdentification codingSchemeIdentification
           
private static org.apache.axis.description.TypeDesc typeDesc
           
private  GetAssociationReverseNameRequestVersionOrTag versionOrTag
           
 
Constructor Summary
GetAssociationReverseNameRequest()
           
GetAssociationReverseNameRequest(GetAssociationReverseNameRequestAssociationIdentification associationIdentification, GetAssociationReverseNameRequestCodingSchemeIdentification codingSchemeIdentification, GetAssociationReverseNameRequestVersionOrTag versionOrTag)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 GetAssociationReverseNameRequestAssociationIdentification getAssociationIdentification()
          Gets the associationIdentification value for this GetAssociationReverseNameRequest.
 GetAssociationReverseNameRequestCodingSchemeIdentification getCodingSchemeIdentification()
          Gets the codingSchemeIdentification value for this GetAssociationReverseNameRequest.
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
 GetAssociationReverseNameRequestVersionOrTag getVersionOrTag()
          Gets the versionOrTag value for this GetAssociationReverseNameRequest.
 int hashCode()
           
 void setAssociationIdentification(GetAssociationReverseNameRequestAssociationIdentification associationIdentification)
          Sets the associationIdentification value for this GetAssociationReverseNameRequest.
 void setCodingSchemeIdentification(GetAssociationReverseNameRequestCodingSchemeIdentification codingSchemeIdentification)
          Sets the codingSchemeIdentification value for this GetAssociationReverseNameRequest.
 void setVersionOrTag(GetAssociationReverseNameRequestVersionOrTag versionOrTag)
          Sets the versionOrTag value for this GetAssociationReverseNameRequest.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

associationIdentification

private GetAssociationReverseNameRequestAssociationIdentification associationIdentification

codingSchemeIdentification

private GetAssociationReverseNameRequestCodingSchemeIdentification codingSchemeIdentification

versionOrTag

private GetAssociationReverseNameRequestVersionOrTag versionOrTag

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

GetAssociationReverseNameRequest

public GetAssociationReverseNameRequest()

GetAssociationReverseNameRequest

public GetAssociationReverseNameRequest(GetAssociationReverseNameRequestAssociationIdentification associationIdentification,
                                        GetAssociationReverseNameRequestCodingSchemeIdentification codingSchemeIdentification,
                                        GetAssociationReverseNameRequestVersionOrTag versionOrTag)
Method Detail

getAssociationIdentification

public GetAssociationReverseNameRequestAssociationIdentification getAssociationIdentification()
Gets the associationIdentification value for this GetAssociationReverseNameRequest.

Returns:
associationIdentification

setAssociationIdentification

public void setAssociationIdentification(GetAssociationReverseNameRequestAssociationIdentification associationIdentification)
Sets the associationIdentification value for this GetAssociationReverseNameRequest.

Parameters:
associationIdentification -

getCodingSchemeIdentification

public GetAssociationReverseNameRequestCodingSchemeIdentification getCodingSchemeIdentification()
Gets the codingSchemeIdentification value for this GetAssociationReverseNameRequest.

Returns:
codingSchemeIdentification

setCodingSchemeIdentification

public void setCodingSchemeIdentification(GetAssociationReverseNameRequestCodingSchemeIdentification codingSchemeIdentification)
Sets the codingSchemeIdentification value for this GetAssociationReverseNameRequest.

Parameters:
codingSchemeIdentification -

getVersionOrTag

public GetAssociationReverseNameRequestVersionOrTag getVersionOrTag()
Gets the versionOrTag value for this GetAssociationReverseNameRequest.

Returns:
versionOrTag

setVersionOrTag

public void setVersionOrTag(GetAssociationReverseNameRequestVersionOrTag versionOrTag)
Sets the versionOrTag value for this GetAssociationReverseNameRequest.

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