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

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

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

See Also:
Serialized Form

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

Field Detail

conceptIdentification

private IsCodeRetiredRequestConceptIdentification conceptIdentification

codingSchemeIdentification

private IsCodeRetiredRequestCodingSchemeIdentification codingSchemeIdentification

versionOrTag

private IsCodeRetiredRequestVersionOrTag versionOrTag

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

IsCodeRetiredRequest

public IsCodeRetiredRequest()

IsCodeRetiredRequest

public IsCodeRetiredRequest(IsCodeRetiredRequestCodingSchemeIdentification codingSchemeIdentification,
                            IsCodeRetiredRequestConceptIdentification conceptIdentification,
                            IsCodeRetiredRequestVersionOrTag versionOrTag)
Method Detail

getConceptIdentification

public IsCodeRetiredRequestConceptIdentification getConceptIdentification()
Gets the conceptIdentification value for this IsCodeRetiredRequest.

Returns:
conceptIdentification

setConceptIdentification

public void setConceptIdentification(IsCodeRetiredRequestConceptIdentification conceptIdentification)
Sets the conceptIdentification value for this IsCodeRetiredRequest.

Parameters:
conceptIdentification -

getCodingSchemeIdentification

public IsCodeRetiredRequestCodingSchemeIdentification getCodingSchemeIdentification()
Gets the codingSchemeIdentification value for this IsCodeRetiredRequest.

Returns:
codingSchemeIdentification

setCodingSchemeIdentification

public void setCodingSchemeIdentification(IsCodeRetiredRequestCodingSchemeIdentification codingSchemeIdentification)
Sets the codingSchemeIdentification value for this IsCodeRetiredRequest.

Parameters:
codingSchemeIdentification -

getVersionOrTag

public IsCodeRetiredRequestVersionOrTag getVersionOrTag()
Gets the versionOrTag value for this IsCodeRetiredRequest.

Returns:
versionOrTag

setVersionOrTag

public void setVersionOrTag(IsCodeRetiredRequestVersionOrTag versionOrTag)
Sets the versionOrTag value for this IsCodeRetiredRequest.

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