|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--inspireit.uddi.base.IdentifierBag
IdentifierBag is a service element used in searching and categorization.
| Field Summary | |
protected KeyedReferences |
keyedReferences
A list of KeyedReference. |
| Constructor Summary | |
IdentifierBag()
IdentifierBag default constructor for an IdentifierBag holding an empty KeyedReference collection. |
|
IdentifierBag(KeyedReferences keyedReferences)
IdentifierBag constructor. |
|
| Method Summary | |
boolean |
addKeyedReference(KeyedReference keyedReference)
Adds a KeyedReference. |
boolean |
equals(java.lang.Object o)
Checks whether an object is equal to this HostingRedirector. |
KeyedReferences |
getKeyedReferences()
Gets the KeyedReferences. |
boolean |
removeKeyedReference(KeyedReference keyedReference)
Removes a KeyedReference. |
java.lang.Object |
visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
Visits this IdentifierBag. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected KeyedReferences keyedReferences
| Constructor Detail |
public IdentifierBag(KeyedReferences keyedReferences)
keyedReferences - A list of KeyedReference.public IdentifierBag()
| Method Detail |
public KeyedReferences getKeyedReferences()
public boolean addKeyedReference(KeyedReference keyedReference)
keyedReference - The KeyedReference to add.public boolean removeKeyedReference(KeyedReference keyedReference)
keyedReference - The KeyedReference to remove.public java.lang.Object visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
visit in interface inspireit.uddi.util.visitors.UDDIElementvisitor - The Visitor visiting this IdentifierBag.public boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - The object to test for equality.
|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||