gov.nih.nci.cagrid.evs.service
Class EVSSourceSearchParams

java.lang.Object
  extended by gov.nih.nci.cagrid.evs.service.EVSSourceSearchParams
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
EVSSourceSearchParams()
           
EVSSourceSearchParams(java.lang.String code, java.lang.String sourceAbbreviation)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCode()
          Gets the code value for this EVSSourceSearchParams.
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
 java.lang.String getSourceAbbreviation()
          Gets the sourceAbbreviation value for this EVSSourceSearchParams.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCode(java.lang.String code)
          Sets the code value for this EVSSourceSearchParams.
 void setSourceAbbreviation(java.lang.String sourceAbbreviation)
          Sets the sourceAbbreviation value for this EVSSourceSearchParams.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EVSSourceSearchParams

public EVSSourceSearchParams()

EVSSourceSearchParams

public EVSSourceSearchParams(java.lang.String code,
                             java.lang.String sourceAbbreviation)
Method Detail

getCode

public java.lang.String getCode()
Gets the code value for this EVSSourceSearchParams.

Returns:
code

setCode

public void setCode(java.lang.String code)
Sets the code value for this EVSSourceSearchParams.

Parameters:
code -

getSourceAbbreviation

public java.lang.String getSourceAbbreviation()
Gets the sourceAbbreviation value for this EVSSourceSearchParams.

Returns:
sourceAbbreviation

setSourceAbbreviation

public void setSourceAbbreviation(java.lang.String sourceAbbreviation)
Sets the sourceAbbreviation value for this EVSSourceSearchParams.

Parameters:
sourceAbbreviation -

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