|
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.PersonNames
Collection of PersonNames.
| Field Summary | |
protected java.util.Vector |
personNames
Vector containing the person names (PersonName objects). |
| Constructor Summary | |
PersonNames()
PersonNames constructor. |
|
| Method Summary | |
boolean |
add(PersonName personName)
Adds an PersonName to this PersonName set. |
boolean |
equals(java.lang.Object o)
|
PersonNameIterator |
iterator()
Gets an PersonName iterator. |
boolean |
remove(PersonName personName)
Removes an PersonName from this PersonName set. |
int |
size()
Gets the number of PersonNames of this collection. |
PersonName[] |
toArray()
Turns this PersonNames collection to an PersonName 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 personNames
| Constructor Detail |
public PersonNames()
| Method Detail |
public boolean add(PersonName personName)
personName - The PersonName to add to this PersonName set.public boolean remove(PersonName personName)
personName - The PersonName to remove from this PersonName set.public PersonNameIterator iterator()
public PersonName[] 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.Object
|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||