|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.juddi.datatype.request.FindPublisher
public class FindPublisher
Used to locate information about one or more publishers. Returns a publisherList message that matches the conditions specified.
Constructor Summary | |
---|---|
FindPublisher()
Constructs a new empty find_publisher request. |
Method Summary | |
---|---|
void |
addFindQualifier(FindQualifier findQualifier)
|
FindQualifiers |
getFindQualifiers()
|
java.lang.String |
getGeneric()
|
int |
getMaxRows()
|
Name |
getName()
Returns the name argument of the search. |
java.lang.String |
getNameString()
Returns the name argument of the search. |
void |
setFindQualifiers(FindQualifiers findQualifiers)
|
void |
setGeneric(java.lang.String genericValue)
|
void |
setMaxRows(int maxRows)
|
void |
setMaxRows(java.lang.String maxRows)
|
void |
setName(Name newname)
Sets the name argument of the search to the given name. |
void |
setName(java.lang.String newName)
Sets the name argument of the search to the given name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FindPublisher()
Method Detail |
---|
public void setGeneric(java.lang.String genericValue)
genericValue
- public java.lang.String getGeneric()
public void setName(java.lang.String newName)
newName
- The name argument of the search.public void setName(Name newname)
newname
- The name argument of the search.public Name getName()
public java.lang.String getNameString()
public int getMaxRows()
public void setMaxRows(int maxRows)
public void setMaxRows(java.lang.String maxRows)
public void addFindQualifier(FindQualifier findQualifier)
public void setFindQualifiers(FindQualifiers findQualifiers)
public FindQualifiers getFindQualifiers()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |