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

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

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

See Also:
Serialized Form

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

Field Detail

codingSchemeIdentification

private IsReverseNameRequestCodingSchemeIdentification codingSchemeIdentification

versionOrTag

private IsReverseNameRequestVersionOrTag versionOrTag

associationIdentification

private IsReverseNameRequestAssociationIdentification associationIdentification

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

IsReverseNameRequest

public IsReverseNameRequest()

IsReverseNameRequest

public IsReverseNameRequest(IsReverseNameRequestAssociationIdentification associationIdentification,
                            IsReverseNameRequestCodingSchemeIdentification codingSchemeIdentification,
                            IsReverseNameRequestVersionOrTag versionOrTag)
Method Detail

getCodingSchemeIdentification

public IsReverseNameRequestCodingSchemeIdentification getCodingSchemeIdentification()
Gets the codingSchemeIdentification value for this IsReverseNameRequest.

Returns:
codingSchemeIdentification

setCodingSchemeIdentification

public void setCodingSchemeIdentification(IsReverseNameRequestCodingSchemeIdentification codingSchemeIdentification)
Sets the codingSchemeIdentification value for this IsReverseNameRequest.

Parameters:
codingSchemeIdentification -

getVersionOrTag

public IsReverseNameRequestVersionOrTag getVersionOrTag()
Gets the versionOrTag value for this IsReverseNameRequest.

Returns:
versionOrTag

setVersionOrTag

public void setVersionOrTag(IsReverseNameRequestVersionOrTag versionOrTag)
Sets the versionOrTag value for this IsReverseNameRequest.

Parameters:
versionOrTag -

getAssociationIdentification

public IsReverseNameRequestAssociationIdentification getAssociationIdentification()
Gets the associationIdentification value for this IsReverseNameRequest.

Returns:
associationIdentification

setAssociationIdentification

public void setAssociationIdentification(IsReverseNameRequestAssociationIdentification associationIdentification)
Sets the associationIdentification value for this IsReverseNameRequest.

Parameters:
associationIdentification -

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