|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.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
Deprecated. |
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 |
---|
equals, 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: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |