com.ibm.uddi.datatypes

Class FindQualifiers

  1. java.lang.Object
  2. extended bycom.ibm.uddi.datatypes.FindQualifiers
All implemented interfaces:
java.io.Serializable

Deprecated. Deprecated as of WAS 6.0. No replacement.
  1. public class FindQualifiers
  2. extends java.lang.Object
  3. implements java.io.Serializable
Corresponds to UDDI v2.0 'findQualifiers' element.
See Also:
Serialized Form

Constructor Summary

Constructor and Description
FindQualifiers()
Deprecated.

Method Summary

Modifier and Type Method and Description
  1. boolean
getAndAllKeys()
Deprecated. Returns a boolean indicating whether or not the findQualifier andAllKeys is to be used.
  1. boolean
getCaseSensitiveMatch()
Deprecated. Returns a boolean indicating whether or not the findQualifier caseSensitiveMatch is to be used.
  1. boolean
getCombineCategoryBags()
Deprecated. Returns a boolean indicating whether or not the findQualifier combineCategoryBags is to be used.
  1. boolean
getExactNameMatch()
Deprecated. Returns a boolean indicating whether or not the findQualifier exactNameMatch is to be used.
  1. boolean
getOrAllKeys()
Deprecated. Returns a boolean indicating whether or not the findQualifier orAllKeys is to be used.
  1. boolean
getOrLikeKeys()
Deprecated. Returns a boolean indicating whether or not the findQualifier orLikeKeys is to be used.
  1. boolean
getServiceSubset()
Deprecated. Returns a boolean indicating whether or not the findQualifier serviceSubset is to be used.
  1. boolean
getSortByDateAsc()
Deprecated. Returns a boolean indicating whether or not the findQualifier sortByDateAsc is to be used.
  1. boolean
getSortByDateDesc()
Deprecated. Returns a boolean indicating whether or not the findQualifier sortByDateDesc is to be used.
  1. boolean
getSortByNameAsc()
Deprecated. Returns a boolean indicating whether or not the findQualifier sortByNameAsc is to be used.
  1. boolean
getSortByNameDesc()
Deprecated. Returns a boolean indicating whether or not the findQualifier sortByNameDesc is to be used.
  1. boolean
getSoundex()
Deprecated. Returns a boolean indicating whether or not the findQualifier soundex is to be used.
  1. void
setAndAllKeys(boolean andAllKeys)
Deprecated. Sets a boolean indicating whether or not the findQualifier andAllKeys should be used.
  1. void
setCaseSensitiveMatch(boolean caseSensitiveMatch)
Deprecated. Sets a boolean indicating whether or not the findQualifier caseSensitiveMatch should be used.
  1. void
setCombineCategoryBags(boolean combineCategoryBags)
Deprecated. Sets a boolean indicating whether or not the findQualifier combineCategoryBags should be used.
  1. void
setExactNameMatch(boolean exactNameMatch)
Deprecated. Sets a boolean indicating whether or not the findQualifier exactNameMatch should be used.
  1. void
setOrAllKeys(boolean orAllKeys)
Deprecated. Sets a boolean indicating whether or not the findQualifier orAllKeys should be used.
  1. void
setOrLikeKeys(boolean orLikeKeys)
Deprecated. Sets a boolean indicating whether or not the findQualifier orLikeKeys should be used.
  1. void
setServiceSubset(boolean serviceSubset)
Deprecated. Sets a boolean indicating whether or not the findQualifier serviceSubset should be used.
  1. void
setSortByDateAsc(boolean sortByDateAsc)
Deprecated. Sets a boolean indicating whether or not the findQualifier sortByDateAsc should be used.
  1. void
setSortByDateDesc(boolean sortByDateDesc)
Deprecated. Sets a boolean indicating whether or not the findQualifier sortByDateDesc should be used.
  1. void
setSortByNameAsc(boolean sortByNameAsc)
Deprecated. Sets a boolean indicating whether or not the findQualifier sortByNameAsc is should be used.
  1. void
setSortByNameDesc(boolean sortByNameDesc)
Deprecated. Sets a boolean indicating whether or not the findQualifier sortByNameDesc should be used.
  1. 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

  1. public FindQualifiers()
Deprecated.

Method Detail

getExactNameMatch

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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.