|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.uddi.datatypes.EmailList
public class EmailList
Corresponds to UDDI v2.0 sequence of 'email' elements.
Encapsulates a Vector of Email
objects.
Constructor Summary | |
---|---|
EmailList()
Deprecated. Constructs a new, empty EmailList. |
|
EmailList(int initialSize)
Deprecated. Constructs a new, empty EmailList, with the initial capacity specified. |
Method Summary | |
---|---|
void |
add(Email email)
Deprecated. Adds a Email to the EmailList. |
Email |
get(int index)
Deprecated. Returns the Email at the specified index. |
int |
size()
Deprecated. Returns the number of Email objects in the EmailList. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EmailList()
public EmailList(int initialSize)
initialSize
- the initial capacity of the EmailList.Method Detail |
---|
public void add(Email email)
Email
to the EmailList.
email
- the Email to be added.public Email get(int index)
Email
at the specified index.
int
- the index of the Email to be retrieved.
public int size()
Email
objects in the EmailList.
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |