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