Name

com.ibm.uddi.datatype.business.Email

Synopsis

This class encapsulates a single email address.

Synopsis

public class Email extends UDDIElement {
  // Constructors
    public Email(  );
    public Email(String value);
    public Email(Element base) throws UDDIException;
  // Field Summary
    protected Element base;
    public static final String UDDI_TAG;
  // Public Methods
    public String getText(  );
    public String getUseType(  );
    public void saveToXML(Element parent);
    public void setText(String s);
    public void setUseType(String s);
}

Hierarchy

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

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.