|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.uddi.datatypes.AddressList
Corresponds to UDDI v2.0 sequence of 'address' elements.
Encapsulates a Vector of Address
objects.
Field Summary | |
static java.lang.String |
java_copyright
|
Constructor Summary | |
AddressList()
Constructs a new, empty AddressList. |
|
AddressList(int initialSize)
Constructs a new, empty AddressList, with the initial capacity specified. |
Method Summary | |
void |
add(Address address)
Adds an Address to the AddressLineList. |
Address |
get(int index)
Returns the Address at the specified index. |
int |
size()
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 |
Field Detail |
public static final java.lang.String java_copyright
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |