|
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.EMails
Collection of EMails.
| Field Summary | |
protected java.util.Vector |
emails
Vector containing the E-mails (EMail objects). |
| Constructor Summary | |
EMails()
EMails constructor. |
|
| Method Summary | |
boolean |
add(EMail email)
Adds an EMail to this EMail set. |
EMailIterator |
iterator()
Gets an EMail iterator. |
boolean |
remove(EMail email)
Removes an EMail from this EMail set. |
int |
size()
Gets the number of EMails of this collection. |
EMail[] |
toArray()
Turns this EMails collection to an EMail array. |
java.lang.Object |
visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
Visits this UDDI element. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.util.Vector emails
| Constructor Detail |
public EMails()
| Method Detail |
public boolean add(EMail email)
email - The EMail to add to this EMail set.public boolean remove(EMail email)
email - The EMail to remove from this EMail set.public EMailIterator iterator()
public EMail[] 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.
|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||