BEA Systems, Inc.


weblogic.uddi.client.structures.datatypes
Class Contacts

java.lang.Object
  |
  +--weblogic.uddi.client.structures.datatypes.Contacts

public class Contacts
extends java.lang.Object

The contacts structure itself is a simple collection of contact structures.

Version:
1.0
Author:
Salman Khan, Jason Ong

Constructor Summary
Contacts()
          Class constructor.
 
Method Summary
 void addContact(Contact contact)
          Adds a new contact to the set of contacts.
 java.util.Vector getContactVector()
          Gets the set of contacts.
 void setContactVector(java.util.Vector v)
          Sets the set of contacts.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Contacts

public Contacts()
Class constructor.
Method Detail

getContactVector

public java.util.Vector getContactVector()
Gets the set of contacts.

Returns:
the current set of contacts.

setContactVector

public void setContactVector(java.util.Vector v)
Sets the set of contacts.

Parameters:
v - the new set of contacts.

addContact

public void addContact(Contact contact)
Adds a new contact to the set of contacts.

Parameters:
contact - the new contact.

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs70

Copyright © 2004 BEA Systems, Inc. All Rights Reserved.
WebLogic Server 7.0 API Reference