|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.uddi.datatypes.PhoneList
Corresponds to UDDI v2.0 sequence of 'phone' elements.
Encapsulates a Vector of Phone
objects.
Field Summary | |
---|---|
static java.lang.String |
JAVA_COPYRIGHT
Deprecated. |
Constructor Summary | |
---|---|
PhoneList()
Deprecated. Constructs a new, empty PhoneList. |
|
PhoneList(int initialSize)
Deprecated. Constructs a new, empty PhoneList, with the initial capacity specified. |
Method Summary | |
---|---|
void |
add(Phone phone)
Deprecated. Adds a Phone to the PhoneList. |
Phone |
get(int index)
Deprecated. Returns the Phone at the specified index. |
int |
size()
Deprecated. Returns the number of Phone objects in the PhoneList. |
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 PhoneList()
public PhoneList(int initialSize)
initialSize
- the initial capacity of the PhoneList.Method Detail |
public void add(Phone phone)
Phone
to the PhoneList.
phone
- the Phone to be added.public Phone get(int index)
Phone
at the specified index.
public int size()
Phone
objects in the PhoneList.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |