|
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.Phones
Collection of Phones.
| Field Summary | |
protected java.util.Vector |
phones
Vector containing the phone numbers (Phone objects). |
| Constructor Summary | |
Phones()
Phones constructor. |
|
| Method Summary | |
boolean |
add(Phone phone)
Adds a Phone to this Phone set. |
boolean |
equals(java.lang.Object o)
Tests an object for equality. |
PhoneIterator |
iterator()
Gets a Phone iterator. |
boolean |
remove(Phone phone)
Removes a Phone from this Phone set. |
int |
size()
Gets the number of Phones of this collection. |
Phone[] |
toArray()
Turns this Phones collection to a Phone 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 phones
| Constructor Detail |
public Phones()
| Method Detail |
public boolean add(Phone phone)
phone - The Phone to add to this Phone set.public boolean remove(Phone phone)
phone - The Phone to remove from this Phone set.public PhoneIterator iterator()
public Phone[] 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 | |||||||||