IBM WebSphere Application ServerTM
Release 8

com.ibm.uddi.datatypes
Class FindQualifiers

java.lang.Object
  extended by com.ibm.uddi.datatypes.FindQualifiers
All Implemented Interfaces:
java.io.Serializable

Deprecated. Deprecated as of WAS 6.0. No replacement.

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

Corresponds to UDDI v2.0 'findQualifiers' element.

See Also:
Serialized Form

Constructor Summary
FindQualifiers()
          Deprecated.  
 
Method Summary
 boolean getAndAllKeys()
          Deprecated. Returns a boolean indicating whether or not the findQualifier andAllKeys is to be used.
 boolean getCaseSensitiveMatch()
          Deprecated. Returns a boolean indicating whether or not the findQualifier caseSensitiveMatch is to be used.
 boolean getCombineCategoryBags()
          Deprecated. Returns a boolean indicating whether or not the findQualifier combineCategoryBags is to be used.
 boolean getExactNameMatch()
          Deprecated. Returns a boolean indicating whether or not the findQualifier exactNameMatch is to be used.
 boolean getOrAllKeys()
          Deprecated. Returns a boolean indicating whether or not the findQualifier orAllKeys is to be used.
 boolean getOrLikeKeys()
          Deprecated. Returns a boolean indicating whether or not the findQualifier orLikeKeys is to be used.
 boolean getServiceSubset()
          Deprecated. Returns a boolean indicating whether or not the findQualifier serviceSubset is to be used.
 boolean getSortByDateAsc()
          Deprecated. Returns a boolean indicating whether or not the findQualifier sortByDateAsc is to be used.
 boolean getSortByDateDesc()
          Deprecated. Returns a boolean indicating whether or not the findQualifier sortByDateDesc is to be used.
 boolean getSortByNameAsc()
          Deprecated. Returns a boolean indicating whether or not the findQualifier sortByNameAsc is to be used.
 boolean getSortByNameDesc()
          Deprecated. Returns a boolean indicating whether or not the findQualifier sortByNameDesc is to be used.
 boolean getSoundex()
          Deprecated. Returns a boolean indicating whether or not the findQualifier soundex is to be used.
 void setAndAllKeys(boolean andAllKeys)
          Deprecated. Sets a boolean indicating whether or not the findQualifier andAllKeys should be used.
 void setCaseSensitiveMatch(boolean caseSensitiveMatch)
          Deprecated. Sets a boolean indicating whether or not the findQualifier caseSensitiveMatch should be used.
 void setCombineCategoryBags(boolean combineCategoryBags)
          Deprecated. Sets a boolean indicating whether or not the findQualifier combineCategoryBags should be used.
 void setExactNameMatch(boolean exactNameMatch)
          Deprecated. Sets a boolean indicating whether or not the findQualifier exactNameMatch should be used.
 void setOrAllKeys(boolean orAllKeys)
          Deprecated. Sets a boolean indicating whether or not the findQualifier orAllKeys should be used.
 void setOrLikeKeys(boolean orLikeKeys)
          Deprecated. Sets a boolean indicating whether or not the findQualifier orLikeKeys should be used.
 void setServiceSubset(boolean serviceSubset)
          Deprecated. Sets a boolean indicating whether or not the findQualifier serviceSubset should be used.
 void setSortByDateAsc(boolean sortByDateAsc)
          Deprecated. Sets a boolean indicating whether or not the findQualifier sortByDateAsc should be used.
 void setSortByDateDesc(boolean sortByDateDesc)
          Deprecated. Sets a boolean indicating whether or not the findQualifier sortByDateDesc should be used.
 void setSortByNameAsc(boolean sortByNameAsc)
          Deprecated. Sets a boolean indicating whether or not the findQualifier sortByNameAsc is should be used.
 void setSortByNameDesc(boolean sortByNameDesc)
          Deprecated. Sets a boolean indicating whether or not the findQualifier sortByNameDesc should be used.
 void setSoundex(boolean soundex)
          Deprecated. Sets a boolean indicating whether or not the findQualifier soundex should be used.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FindQualifiers

public FindQualifiers()
Deprecated. 
Method Detail

getExactNameMatch

public boolean getExactNameMatch()
Deprecated. 
Returns a boolean indicating whether or not the findQualifier exactNameMatch is to be used.

Returns:
true if the findQualifier exactNameMatch is to be used.

setExactNameMatch

public void setExactNameMatch(boolean exactNameMatch)
Deprecated. 
Sets a boolean indicating whether or not the findQualifier exactNameMatch should be used.

Parameters:
exactNameMatch - true to use the findQualifier exactNameMatch, false to remove the use of the findQualifier exactNameMatch.

getCaseSensitiveMatch

public boolean getCaseSensitiveMatch()
Deprecated. 
Returns a boolean indicating whether or not the findQualifier caseSensitiveMatch is to be used.

Returns:
true if the findQualifier caseSensitiveMatch is to be used.

setCaseSensitiveMatch

public void setCaseSensitiveMatch(boolean caseSensitiveMatch)
Deprecated. 
Sets a boolean indicating whether or not the findQualifier caseSensitiveMatch should be used.

Parameters:
caseSensitiveMatch - true to use the findQualifier caseSensitiveMatch, false to remove the use of the findQualifier caseSensitiveMatch.

getSortByNameAsc

public boolean getSortByNameAsc()
Deprecated. 
Returns a boolean indicating whether or not the findQualifier sortByNameAsc is to be used.

Returns:
true if the findQualifier sortByNameAsc is to be used.

setSortByNameAsc

public void setSortByNameAsc(boolean sortByNameAsc)
Deprecated. 
Sets a boolean indicating whether or not the findQualifier sortByNameAsc is should be used. Also sets the findQualifier sortByNameDesc to the opposite of sortByNameAsc.

Parameters:
sortByNameAsc - true to use the findQualifier sortByNameAsc, false to remove the use of the findQualifier sortByNameAsc.

getSortByNameDesc

public boolean getSortByNameDesc()
Deprecated. 
Returns a boolean indicating whether or not the findQualifier sortByNameDesc is to be used.

Returns:
true if the findQualifier sortByNameDesc is to be used.

setSortByNameDesc

public void setSortByNameDesc(boolean sortByNameDesc)
Deprecated. 
Sets a boolean indicating whether or not the findQualifier sortByNameDesc should be used. Also sets the findQualifier sortByNameAsc to the opposite of sortByNameDesc.

Parameters:
sortByNameDesc - true to use the findQualifier sortByNameDesc, false to remove the use of the findQualifier sortByNameDesc.

getSortByDateAsc

public boolean getSortByDateAsc()
Deprecated. 
Returns a boolean indicating whether or not the findQualifier sortByDateAsc is to be used.

Returns:
true if the findQualifier sortByDateAsc is to be used.

setSortByDateAsc

public void setSortByDateAsc(boolean sortByDateAsc)
Deprecated. 
Sets a boolean indicating whether or not the findQualifier sortByDateAsc should be used. Also sets the findQualifier sortByDateDesc to the opposite of sortByDateAsc.

Parameters:
sortByDateAsc - true to use the findQualifier sortByDateAsc, false to remove the use of the findQualifier sortByDateAsc.

getSortByDateDesc

public boolean getSortByDateDesc()
Deprecated. 
Returns a boolean indicating whether or not the findQualifier sortByDateDesc is to be used.

Returns:
true if the findQualifier sortByDateDesc is to be used.

setSortByDateDesc

public void setSortByDateDesc(boolean sortByDateDesc)
Deprecated. 
Sets a boolean indicating whether or not the findQualifier sortByDateDesc should be used. Also sets the findQualifier sortByDateAsc to the opposite of sortByDateAsc.

Parameters:
sortByDateDesc - true to use the findQualifier sortByDateDesc, false to remove the use of the findQualifier sortByDateDesc.

getAndAllKeys

public boolean getAndAllKeys()
Deprecated. 
Returns a boolean indicating whether or not the findQualifier andAllKeys is to be used.

Returns:
true if the findQualifier andAllKeys is to be used.

setAndAllKeys

public void setAndAllKeys(boolean andAllKeys)
Deprecated. 
Sets a boolean indicating whether or not the findQualifier andAllKeys should be used. If andAllKeys is set to true, the findQualifiers orAllKeys and orLikeKeys are set to false.

Parameters:
andAllKeys - true to use the findQualifier andAllKeys, false to remove the use of the findQualifier andAllKeys.

getOrAllKeys

public boolean getOrAllKeys()
Deprecated. 
Returns a boolean indicating whether or not the findQualifier orAllKeys is to be used.

Returns:
true if the findQualifier orAllKeys is to be used.

setOrAllKeys

public void setOrAllKeys(boolean orAllKeys)
Deprecated. 
Sets a boolean indicating whether or not the findQualifier orAllKeys should be used. If orAllKeys is set to true, the findQualifiers andAllKeys and orLikeKeys are set to false.

Parameters:
orAllKeys - true to use the findQualifier orAllKeys, false to remove the use of the findQualifier orAllKeys.

getOrLikeKeys

public boolean getOrLikeKeys()
Deprecated. 
Returns a boolean indicating whether or not the findQualifier orLikeKeys is to be used.

Returns:
true if the findQualifier orLikeKeys is to be used.

setOrLikeKeys

public void setOrLikeKeys(boolean orLikeKeys)
Deprecated. 
Sets a boolean indicating whether or not the findQualifier orLikeKeys should be used. If orLikeKeys is set to true, the findQualifiers andAllKeys and orAllKeys are set to false.

Parameters:
orLikeKeys - true to use the findQualifier orLikeKeys, false to remove the use of the findQualifier orLikeKeys.

getCombineCategoryBags

public boolean getCombineCategoryBags()
Deprecated. 
Returns a boolean indicating whether or not the findQualifier combineCategoryBags is to be used.

Returns:
true if the findQualifier combineCategoryBags is to be used.

setCombineCategoryBags

public void setCombineCategoryBags(boolean combineCategoryBags)
Deprecated. 
Sets a boolean indicating whether or not the findQualifier combineCategoryBags should be used.

Parameters:
combineCategoryBags - true to use the findQualifier combineCategoryBags, false to remove the use of the findQualifier combineCategoryBags.

getServiceSubset

public boolean getServiceSubset()
Deprecated. 
Returns a boolean indicating whether or not the findQualifier serviceSubset is to be used.

Returns:
true if the findQualifier serviceSubset is to be used.

setServiceSubset

public void setServiceSubset(boolean serviceSubset)
Deprecated. 
Sets a boolean indicating whether or not the findQualifier serviceSubset should be used.

Parameters:
serviceSubset - true to use the findQualifier serviceSubset, false to remove the use of the findQualifier serviceSubset.

getSoundex

public boolean getSoundex()
Deprecated. 
Returns a boolean indicating whether or not the findQualifier soundex is to be used.

Returns:
true if the findQualifier soundex is to be used.

setSoundex

public void setSoundex(boolean soundex)
Deprecated. 
Sets a boolean indicating whether or not the findQualifier soundex should be used.

Parameters:
soundex - true to use the findQualifier soundex, false to remove the use of the findQualifier soundex.

IBM WebSphere Application ServerTM
Release 8