|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.juddi.datatype.request.GetPublisherDetail
public class GetPublisherDetail
Used to get full details for a given set of registered publisher data. Returns a publisherList message.
| Constructor Summary | |
|---|---|
GetPublisherDetail()
Construct a new empty get_publisherDetail request. |
|
| Method Summary | |
|---|---|
void |
addPublisherID(PublisherID id)
Add a PublisherID to the collection of PublisherIDs |
void |
addPublisherID(java.lang.String id)
Add a PublisherID to the collection of PublisherIDs |
java.lang.String |
getGeneric()
|
java.util.Vector |
getPublisherIDVector()
|
void |
setGeneric(java.lang.String genericValue)
|
void |
setPublisherIDVector(java.util.Vector idVector)
Sets the PublisherID Vector |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GetPublisherDetail()
| Method Detail |
|---|
public void setGeneric(java.lang.String genericValue)
genericValue - public java.lang.String getGeneric()
public java.util.Vector getPublisherIDVector()
public void addPublisherID(PublisherID id)
id - The new PublisherID to addpublic void addPublisherID(java.lang.String id)
id - The new PublisherID to addpublic void setPublisherIDVector(java.util.Vector idVector)
idVector - The new collection of PublisherIDs
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||