|
Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.6) Part Number E13941-06 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object weblogic.uddi.client.structures.datatypes.Contact
public class Contact
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 |
---|
public Contact()
Method Detail |
---|
public String getUseType()
public void setUseType(String value)
value
- the new value of use type.public Vector getDescriptionVector()
public void setDescriptionVector(Vector v)
v
- the new set of descriptions.public void addDescription(String description)
description
- the new description.public PersonName getPersonName()
public void setPersonName(PersonName value)
value
- the new value of person name.public void setPersonName(String value)
value
- the new value of person name string.public Vector getPhoneVector()
public void setPhoneVector(Vector v)
v
- the new set of phone numbers.public void addPhone(String phone)
phone
- the new phone number.public Vector getEmailVector()
public void setEmailVector(Vector v)
v
- the new set of emails.public void addEmail(String email)
email
- the new email.public Vector getAddressVector()
public void setAddressVector(Vector v)
v
- the new set of addresses.public void addAddress(Address addr)
addr
- the new address.
|
Copyright 1996, 2011, 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 API Reference 11g Release 1 (10.3.6) Part Number E13941-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |