gov.nih.nci.dtsrpc.client
Class MatchOptions

java.lang.Object
  extended bygov.nih.nci.dtsrpc.client.MatchOptions
All Implemented Interfaces:
java.io.Serializable

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

MatchOptions

Since:
DTSRPC 2.0
Version:
2.0
Author:
Northrop Grumman Information Technology
See Also:
Serialized Form

Constructor Summary
MatchOptions()
          default constructor
 
Method Summary
 AttributeSetDescriptor getAttributeSetDescriptor()
          Gets AttributeSetDescriptor
 boolean getBestMatchOnly()
          Gets bestMatchOnly
 boolean getCloseResult()
          Gets closeResult
 java.lang.String getCompleteMatchFlag()
          Gets CompleteMatchFlag
 int getLimit()
          Gets limit
 int getMatchType()
          Gets matchType
 java.lang.String getPartialUnderMatchFlag()
          Gets PartialUnderMatchFlag
 java.lang.String getSilo()
          Gets silo
 boolean getSpellCorrection()
          Gets spellCorrection
 java.lang.String getUnderMatchFlag()
          Gets UnderMatchFlag
 void setAttributeSetDescriptor(AttributeSetDescriptor asd)
          Assigns a value to asd (AttributeSetDescriptor instance)
 void setBestMatchOnly(boolean bestMatchOnly)
          Assigns a value to bestMatchOnly
 void setCloseResult(boolean closeResult)
          Assigns a value to closeResult
 void setLimit(int limit)
          Assigns a value to limit
 void setMatchType(int matchType)
          Assigns a value to matchType
 void setSilo(java.lang.String silo)
          Assigns a value to silo
 void setSpellCorrection(boolean spellCorrection)
          Sets value to spellCorrection
 java.lang.String toString()
          Gets a String representation of a MatchOptions object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MatchOptions

public MatchOptions()
default constructor

Method Detail

setAttributeSetDescriptor

public void setAttributeSetDescriptor(AttributeSetDescriptor asd)
Assigns a value to asd (AttributeSetDescriptor instance)

Parameters:
asd - AttributeSetDescriptor instance

setBestMatchOnly

public void setBestMatchOnly(boolean bestMatchOnly)
Assigns a value to bestMatchOnly

Parameters:
bestMatchOnly - boolean variable, true if search is for best match; false, otherwise

setLimit

public void setLimit(int limit)
Assigns a value to limit

Parameters:
limit - search limit

setMatchType

public void setMatchType(int matchType)
Assigns a value to matchType

Parameters:
matchType - match type index

setCloseResult

public void setCloseResult(boolean closeResult)
Assigns a value to closeResult

Parameters:
closeResult - close result

setSilo

public void setSilo(java.lang.String silo)
Assigns a value to silo

Parameters:
silo - silo name

setSpellCorrection

public void setSpellCorrection(boolean spellCorrection)
Sets value to spellCorrection

Parameters:
spellCorrection - boolean variable, true if search involves spell correction; false, otherwise

getAttributeSetDescriptor

public AttributeSetDescriptor getAttributeSetDescriptor()
Gets AttributeSetDescriptor

Returns:
AttributeSetDescriptor

getBestMatchOnly

public boolean getBestMatchOnly()
Gets bestMatchOnly

Returns:
bestMatchOnly

getLimit

public int getLimit()
Gets limit

Returns:
limit

getMatchType

public int getMatchType()
Gets matchType

Returns:
matchType

getCloseResult

public boolean getCloseResult()
Gets closeResult

Returns:
closeResult

getSilo

public java.lang.String getSilo()
Gets silo

Returns:
silo

getSpellCorrection

public boolean getSpellCorrection()
Gets spellCorrection

Returns:
spellCorrection

getCompleteMatchFlag

public java.lang.String getCompleteMatchFlag()
Gets CompleteMatchFlag

Returns:
CompleteMatchFlag

getPartialUnderMatchFlag

public java.lang.String getPartialUnderMatchFlag()
Gets PartialUnderMatchFlag

Returns:
PartialUnderMatchFlag

getUnderMatchFlag

public java.lang.String getUnderMatchFlag()
Gets UnderMatchFlag

Returns:
UnderMatchFlag

toString

public java.lang.String toString()
Gets a String representation of a MatchOptions object

Returns:
a String representation of a MatchOptions object