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

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

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

See Also:
Serialized Form

Constructor Summary
EVSMetaThesaurusSearchParams()
           
EVSMetaThesaurusSearchParams(boolean cui, int limit, boolean score, java.lang.String searchTerm, boolean shortResponse, java.lang.String source)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getLimit()
          Gets the limit value for this EVSMetaThesaurusSearchParams.
 java.lang.String getSearchTerm()
          Gets the searchTerm value for this EVSMetaThesaurusSearchParams.
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 getSource()
          Gets the source value for this EVSMetaThesaurusSearchParams.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isCui()
          Gets the cui value for this EVSMetaThesaurusSearchParams.
 boolean isScore()
          Gets the score value for this EVSMetaThesaurusSearchParams.
 boolean isShortResponse()
          Gets the shortResponse value for this EVSMetaThesaurusSearchParams.
 void setCui(boolean cui)
          Sets the cui value for this EVSMetaThesaurusSearchParams.
 void setLimit(int limit)
          Sets the limit value for this EVSMetaThesaurusSearchParams.
 void setScore(boolean score)
          Sets the score value for this EVSMetaThesaurusSearchParams.
 void setSearchTerm(java.lang.String searchTerm)
          Sets the searchTerm value for this EVSMetaThesaurusSearchParams.
 void setShortResponse(boolean shortResponse)
          Sets the shortResponse value for this EVSMetaThesaurusSearchParams.
 void setSource(java.lang.String source)
          Sets the source value for this EVSMetaThesaurusSearchParams.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EVSMetaThesaurusSearchParams

public EVSMetaThesaurusSearchParams()

EVSMetaThesaurusSearchParams

public EVSMetaThesaurusSearchParams(boolean cui,
                                    int limit,
                                    boolean score,
                                    java.lang.String searchTerm,
                                    boolean shortResponse,
                                    java.lang.String source)
Method Detail

getSearchTerm

public java.lang.String getSearchTerm()
Gets the searchTerm value for this EVSMetaThesaurusSearchParams.

Returns:
searchTerm

setSearchTerm

public void setSearchTerm(java.lang.String searchTerm)
Sets the searchTerm value for this EVSMetaThesaurusSearchParams.

Parameters:
searchTerm -

getLimit

public int getLimit()
Gets the limit value for this EVSMetaThesaurusSearchParams.

Returns:
limit

setLimit

public void setLimit(int limit)
Sets the limit value for this EVSMetaThesaurusSearchParams.

Parameters:
limit -

getSource

public java.lang.String getSource()
Gets the source value for this EVSMetaThesaurusSearchParams.

Returns:
source

setSource

public void setSource(java.lang.String source)
Sets the source value for this EVSMetaThesaurusSearchParams.

Parameters:
source -

isCui

public boolean isCui()
Gets the cui value for this EVSMetaThesaurusSearchParams.

Returns:
cui

setCui

public void setCui(boolean cui)
Sets the cui value for this EVSMetaThesaurusSearchParams.

Parameters:
cui -

isShortResponse

public boolean isShortResponse()
Gets the shortResponse value for this EVSMetaThesaurusSearchParams.

Returns:
shortResponse

setShortResponse

public void setShortResponse(boolean shortResponse)
Sets the shortResponse value for this EVSMetaThesaurusSearchParams.

Parameters:
shortResponse -

isScore

public boolean isScore()
Gets the score value for this EVSMetaThesaurusSearchParams.

Returns:
score

setScore

public void setScore(boolean score)
Sets the score value for this EVSMetaThesaurusSearchParams.

Parameters:
score -

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