BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.uddi.client.structures.datatypes
Class Contacts

java.lang.Object
  extended byweblogic.uddi.client.structures.datatypes.Contacts

public class Contacts
extends Object

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

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
Contacts()
          Class constructor.
 
Method Summary
 void addContact(Contact contact)
          Adds a new contact to the set of contacts.
 Vector getContactVector()
          Gets the set of contacts.
 void setContactVector(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

addContact

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

Parameters:
contact - the new contact.

getContactVector

public Vector getContactVector()
Gets the set of contacts.

Returns:
the current set of contacts.

setContactVector

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

Parameters:
v - the new set of contacts.

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.