Oracle Fusion Middleware
Oracle WebLogic Server 10.3.1 API Reference
11g Release 1 (10.3.1)

Part Number E13941-02

weblogic.uddi.client.structures.datatypes
Class Contact

java.lang.Object
  extended by weblogic.uddi.client.structures.datatypes.Contact

public class Contact
extends Object

The contact structure lets you record contact information for a person. This information can consist of one or more optional elements, along with a person’s name.


Constructor Summary
Contact()
          Class constructor.
 
Method Summary
 void addAddress(Address addr)
          Adds a new address to the set of addresses.
 void addDescription(String description)
          Adds a new description to the set of descriptions.
 void addEmail(String email)
          Adds a new email to the set of emails.
 void addPhone(String phone)
          Adds a new phone number to the set of phone numbers.
 Vector getAddressVector()
          Gets the set of addresses.
 Vector getDescriptionVector()
          Gets the set of descriptions.
 Vector getEmailVector()
          Gets the set of emails.
 PersonName getPersonName()
          Gets the value of person name.
 Vector getPhoneVector()
          Gets the set of phone numbers.
 String getUseType()
          Get the value of use type.
 void setAddressVector(Vector v)
          Gets the set of addresses.
 void setDescriptionVector(Vector v)
          Gets the set of descriptions.
 void setEmailVector(Vector v)
          Gets the set of emails.
 void setPersonName(PersonName value)
          Sets the value of person name.
 void setPersonName(String value)
          Sets the value of person name string.
 void setPhoneVector(Vector v)
          Gets the set of phone numbers.
 void setUseType(String value)
          Set the value of use type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Contact

public Contact()
Class constructor.

Method Detail

getUseType

public String getUseType()
Get the value of use type.

Returns:
the current value of use type.

setUseType

public void setUseType(String value)
Set the value of use type.

Parameters:
value - the new value of use type.

getDescriptionVector

public Vector getDescriptionVector()
Gets the set of descriptions.

Returns:
the set of descriptions.

setDescriptionVector

public void setDescriptionVector(Vector v)
Gets the set of descriptions.

Parameters:
v - the new set of descriptions.

addDescription

public void addDescription(String description)
Adds a new description to the set of descriptions.

Parameters:
description - the new description.

getPersonName

public PersonName getPersonName()
Gets the value of person name.

Returns:
the current value of person name.

setPersonName

public void setPersonName(PersonName value)
Sets the value of person name.

Parameters:
value - the new value of person name.

setPersonName

public void setPersonName(String value)
Sets the value of person name string.

Parameters:
value - the new value of person name string.

getPhoneVector

public Vector getPhoneVector()
Gets the set of phone numbers.

Returns:
the current set of phone numbers.

setPhoneVector

public void setPhoneVector(Vector v)
Gets the set of phone numbers.

Parameters:
v - the new set of phone numbers.

addPhone

public void addPhone(String phone)
Adds a new phone number to the set of phone numbers.

Parameters:
phone - the new phone number.

getEmailVector

public Vector getEmailVector()
Gets the set of emails.

Returns:
the set of emails.

setEmailVector

public void setEmailVector(Vector v)
Gets the set of emails.

Parameters:
v - the new set of emails.

addEmail

public void addEmail(String email)
Adds a new email to the set of emails.

Parameters:
email - the new email.

getAddressVector

public Vector getAddressVector()
Gets the set of addresses.

Returns:
the set of addresses.

setAddressVector

public void setAddressVector(Vector v)
Gets the set of addresses.

Parameters:
v - the new set of addresses.

addAddress

public void addAddress(Address addr)
Adds a new address to the set of addresses.

Parameters:
addr - the new address.

Documentation is available at
http://download.oracle.com/docs/cd/E12839_01/web.1111/wls.htm
Copyright 1996, 2009, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server 10.3.1 API Reference
11g Release 1 (10.3.1)

Part Number E13941-02