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

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

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

See Also:
Serialized Form

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

Field Detail

codingSchemeIdentification

private IsForwardNameRequestCodingSchemeIdentification codingSchemeIdentification

versionOrTag

private IsForwardNameRequestVersionOrTag versionOrTag

associationIdentification

private IsForwardNameRequestAssociationIdentification associationIdentification

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

IsForwardNameRequest

public IsForwardNameRequest()

IsForwardNameRequest

public IsForwardNameRequest(IsForwardNameRequestAssociationIdentification associationIdentification,
                            IsForwardNameRequestCodingSchemeIdentification codingSchemeIdentification,
                            IsForwardNameRequestVersionOrTag versionOrTag)
Method Detail

getCodingSchemeIdentification

public IsForwardNameRequestCodingSchemeIdentification getCodingSchemeIdentification()
Gets the codingSchemeIdentification value for this IsForwardNameRequest.

Returns:
codingSchemeIdentification

setCodingSchemeIdentification

public void setCodingSchemeIdentification(IsForwardNameRequestCodingSchemeIdentification codingSchemeIdentification)
Sets the codingSchemeIdentification value for this IsForwardNameRequest.

Parameters:
codingSchemeIdentification -

getVersionOrTag

public IsForwardNameRequestVersionOrTag getVersionOrTag()
Gets the versionOrTag value for this IsForwardNameRequest.

Returns:
versionOrTag

setVersionOrTag

public void setVersionOrTag(IsForwardNameRequestVersionOrTag versionOrTag)
Sets the versionOrTag value for this IsForwardNameRequest.

Parameters:
versionOrTag -

getAssociationIdentification

public IsForwardNameRequestAssociationIdentification getAssociationIdentification()
Gets the associationIdentification value for this IsForwardNameRequest.

Returns:
associationIdentification

setAssociationIdentification

public void setAssociationIdentification(IsForwardNameRequestAssociationIdentification associationIdentification)
Sets the associationIdentification value for this IsForwardNameRequest.

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