|
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.collections.KeyedReferences
Collection of KeyedReferences.
| Field Summary | |
protected java.util.Vector |
keyedReferences
Vector containing the keyed references (KeyedReference objects). |
| Constructor Summary | |
KeyedReferences()
KeyedReferences constructor. |
|
| Method Summary | |
boolean |
add(KeyedReference keyedReference)
Adds a KeyedReference to this KeyedReference set. |
boolean |
equals(java.lang.Object o)
Tests an object for equality. |
KeyedReferenceIterator |
iterator()
Gets a KeyedReference iterator. |
boolean |
remove(KeyedReference keyedReference)
Removes a KeyedReference from this KeyedReference set. |
int |
size()
Gets the number of KeyedReferences part of this collection. |
KeyedReference[] |
toArray()
Turns this KeyedReferences collection to a KeyedReference array. |
java.lang.Object |
visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
Visits this UDDI element. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.util.Vector keyedReferences
| Constructor Detail |
public KeyedReferences()
| Method Detail |
public boolean add(KeyedReference keyedReference)
keyedReference - The KeyedReference to add to this KeyedReference set.public boolean remove(KeyedReference keyedReference)
keyedReference - The KeyedReference to remove from this KeyedReference set.public KeyedReferenceIterator iterator()
public KeyedReference[] toArray()
public int size()
public java.lang.Object visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
visit in interface inspireit.uddi.util.visitors.UDDIElementvisitor - The visiting UDDI object.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 | |||||||||