com.ibm.uddi.datatypes
Class FindQualifiers

java.lang.Object
  |
  +--com.ibm.uddi.datatypes.FindQualifiers
All Implemented Interfaces:
java.io.Serializable

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

Corresponds to UDDI v2.0 'findQualifiers' element.

See Also:
Serialized Form

Field Summary
static java.lang.String java_copyright
           
 
Constructor Summary
FindQualifiers()
           
 
Method Summary
 boolean getAndAllKeys()
          Returns a boolean indicating whether or not the findQualifier andAllKeys is to be used.
 boolean getCaseSensitiveMatch()
          Returns a boolean indicating whether or not the findQualifier caseSensitiveMatch is to be used.
 boolean getCombineCategoryBags()
          Returns a boolean indicating whether or not the findQualifier combineCategoryBags is to be used.
 boolean getExactNameMatch()
          Returns a boolean indicating whether or not the findQualifier exactNameMatch is to be used.
 boolean getOrAllKeys()
          Returns a boolean indicating whether or not the findQualifier orAllKeys is to be used.
 boolean getOrLikeKeys()
          Returns a boolean indicating whether or not the findQualifier orLikeKeys is to be used.
 boolean getServiceSubset()
          Returns a boolean indicating whether or not the findQualifier serviceSubset is to be used.
 boolean getSortByDateAsc()
          Returns a boolean indicating whether or not the findQualifier sortByDateAsc is to be used.
 boolean getSortByDateDesc()
          Returns a boolean indicating whether or not the findQualifier sortByDateDesc is to be used.
 boolean getSortByNameAsc()
          Returns a boolean indicating whether or not the findQualifier sortByNameAsc is to be used.
 boolean getSortByNameDesc()
          Returns a boolean indicating whether or not the findQualifier sortByNameDesc is to be used.
 boolean getSoundex()
          Returns a boolean indicating whether or not the findQualifier soundex is to be used.
 void setAndAllKeys(boolean andAllKeys)
          Sets a boolean indicating whether or not the findQualifier andAllKeys should be used.
 void setCaseSensitiveMatch(boolean caseSensitiveMatch)
          Sets a boolean indicating whether or not the findQualifier caseSensitiveMatch should be used.
 void setCombineCategoryBags(boolean combineCategoryBags)
          Sets a boolean indicating whether or not the findQualifier combineCategoryBags should be used.
 void setExactNameMatch(boolean exactNameMatch)
          Sets a boolean indicating whether or not the findQualifier exactNameMatch should be used.
 void setOrAllKeys(boolean orAllKeys)
          Sets a boolean indicating whether or not the findQualifier orAllKeys should be used.
 void setOrLikeKeys(boolean orLikeKeys)
          Sets a boolean indicating whether or not the findQualifier orLikeKeys should be used.
 void setServiceSubset(boolean serviceSubset)
          Sets a boolean indicating whether or not the findQualifier serviceSubset should be used.
 void setSortByDateAsc(boolean sortByDateAsc)
          Sets a boolean indicating whether or not the findQualifier sortByDateAsc should be used.
 void setSortByDateDesc(boolean sortByDateDesc)
          Sets a boolean indicating whether or not the findQualifier sortByDateDesc should be used.
 void setSortByNameAsc(boolean sortByNameAsc)
          Sets a boolean indicating whether or not the findQualifier sortByNameAsc is should be used.
 void setSortByNameDesc(boolean sortByNameDesc)
          Sets a boolean indicating whether or not the findQualifier sortByNameDesc should be used.
 void setSoundex(boolean soundex)
          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
 

Field Detail

java_copyright

public static final java.lang.String java_copyright
Constructor Detail

FindQualifiers

public FindQualifiers()
Method Detail

getExactNameMatch

public boolean getExactNameMatch()
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)
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()
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)
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()
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)
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()
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)
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()
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)
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()
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)
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()
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)
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()
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)
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()
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)
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()
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)
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()
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)
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()
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)
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.