|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.uddi.datatypes.FindQualifiers
public class FindQualifiers
Corresponds to UDDI v2.0 'findQualifiers' element.
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 |
---|
public FindQualifiers()
Method Detail |
---|
public boolean getExactNameMatch()
boolean
indicating whether or not the findQualifier
exactNameMatch is to be used.
true
if the findQualifier exactNameMatch is to be used.public void setExactNameMatch(boolean exactNameMatch)
boolean
indicating whether or not the findQualifier
exactNameMatch should be used.
exactNameMatch
- true
to use the findQualifier exactNameMatch,
false
to remove the use of the findQualifier exactNameMatch.public boolean getCaseSensitiveMatch()
boolean
indicating whether or not the findQualifier
caseSensitiveMatch is to be used.
true
if the findQualifier caseSensitiveMatch is to be used.public void setCaseSensitiveMatch(boolean caseSensitiveMatch)
boolean
indicating whether or not the findQualifier
caseSensitiveMatch should be used.
caseSensitiveMatch
- true
to use the findQualifier caseSensitiveMatch,
false
to remove the use of the findQualifier caseSensitiveMatch.public boolean getSortByNameAsc()
boolean
indicating whether or not the findQualifier
sortByNameAsc is to be used.
true
if the findQualifier sortByNameAsc is to be used.public void setSortByNameAsc(boolean sortByNameAsc)
boolean
indicating whether or not the findQualifier
sortByNameAsc is should be used. Also sets the findQualifier sortByNameDesc to the opposite
of sortByNameAsc.
sortByNameAsc
- true
to use the findQualifier sortByNameAsc,
false
to remove the use of the findQualifier sortByNameAsc.public boolean getSortByNameDesc()
boolean
indicating whether or not the findQualifier
sortByNameDesc is to be used.
true
if the findQualifier sortByNameDesc is to be used.public void setSortByNameDesc(boolean sortByNameDesc)
boolean
indicating whether or not the findQualifier
sortByNameDesc should be used. Also sets the findQualifier sortByNameAsc to the opposite
of sortByNameDesc.
sortByNameDesc
- true
to use the findQualifier sortByNameDesc,
false
to remove the use of the findQualifier sortByNameDesc.public boolean getSortByDateAsc()
boolean
indicating whether or not the findQualifier
sortByDateAsc is to be used.
true
if the findQualifier sortByDateAsc is to be used.public void setSortByDateAsc(boolean sortByDateAsc)
boolean
indicating whether or not the findQualifier
sortByDateAsc should be used. Also sets the findQualifier sortByDateDesc to the opposite
of sortByDateAsc.
sortByDateAsc
- true
to use the findQualifier sortByDateAsc,
false
to remove the use of the findQualifier sortByDateAsc.public boolean getSortByDateDesc()
boolean
indicating whether or not the findQualifier
sortByDateDesc is to be used.
true
if the findQualifier sortByDateDesc is to be used.public void setSortByDateDesc(boolean sortByDateDesc)
boolean
indicating whether or not the findQualifier
sortByDateDesc should be used. Also sets the findQualifier sortByDateAsc to the opposite
of sortByDateAsc.
sortByDateDesc
- true
to use the findQualifier sortByDateDesc,
false
to remove the use of the findQualifier sortByDateDesc.public boolean getAndAllKeys()
boolean
indicating whether or not the findQualifier
andAllKeys is to be used.
true
if the findQualifier andAllKeys is to be used.public void setAndAllKeys(boolean andAllKeys)
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
.
andAllKeys
- true
to use the findQualifier andAllKeys,
false
to remove the use of the findQualifier andAllKeys.public boolean getOrAllKeys()
boolean
indicating whether or not the findQualifier
orAllKeys is to be used.
true
if the findQualifier orAllKeys is to be used.public void setOrAllKeys(boolean orAllKeys)
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
.
orAllKeys
- true
to use the findQualifier orAllKeys,
false
to remove the use of the findQualifier orAllKeys.public boolean getOrLikeKeys()
boolean
indicating whether or not the findQualifier
orLikeKeys is to be used.
true
if the findQualifier orLikeKeys is to be used.public void setOrLikeKeys(boolean orLikeKeys)
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
.
orLikeKeys
- true
to use the findQualifier orLikeKeys,
false
to remove the use of the findQualifier orLikeKeys.public boolean getCombineCategoryBags()
boolean
indicating whether or not the findQualifier
combineCategoryBags is to be used.
true
if the findQualifier combineCategoryBags is to be used.public void setCombineCategoryBags(boolean combineCategoryBags)
boolean
indicating whether or not the findQualifier
combineCategoryBags should be used.
combineCategoryBags
- true
to use the findQualifier combineCategoryBags,
false
to remove the use of the findQualifier combineCategoryBags.public boolean getServiceSubset()
boolean
indicating whether or not the findQualifier
serviceSubset is to be used.
true
if the findQualifier serviceSubset is to be used.public void setServiceSubset(boolean serviceSubset)
boolean
indicating whether or not the findQualifier
serviceSubset should be used.
serviceSubset
- true
to use the findQualifier serviceSubset,
false
to remove the use of the findQualifier serviceSubset.public boolean getSoundex()
boolean
indicating whether or not the findQualifier
soundex is to be used.
true
if the findQualifier soundex is to be used.public void setSoundex(boolean soundex)
boolean
indicating whether or not the findQualifier
soundex should be used.
soundex
- true
to use the findQualifier soundex,
false
to remove the use of the findQualifier soundex.
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |