Name

com.ibm.uddi.datatype.business.Contact

Synopsis

This class encapsulates information about a business contact. This includes the person’s name, one or more business addresses, email addresses, and telephone numbers.

Synopsis

public class Contact extends UDDIElement {
  // Constructors
    public Contact(  );
    public Contact(String personName);
    public Contact(Element base) throws UDDIException;
  // Field Summary
    protected Element base;
    public static final String UDDI_TAG;
  // Public Methods
    public Vector getAddressVector(  );
    public String getDefaultDescriptionString(  );
    public Vector getDescriptionVector(  );
    public Vector getEmailVector(  );
    public PersonName getPersonName(  );
    public String getPersonNameString(  );
    public Vector getPhoneVector(  );
    public String getUseType(  );
    public void saveToXML(Element parent);
    public void setAddressVector(Vector s);
    public void setDefaultDescriptionString(String s);
    public void setDescriptionVector(Vector s);
    public void setEmailVector(Vector s);
    public void setPersonName(PersonName s);
    public void setPersonName(String s);
    public void setPhoneVector(Vector s);
    public void setUseType(String s);
}

Hierarchy

java.lang.Object --> com.ibm.uddi.UDDIElement --> com.ibm.uddi.datatype.business.Contact

Get Web Services Essentials now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.