Name

com.ibm.uddi.datatype.Description

Synopsis

This class encapsulates a textual description associated with multiple UDDI data type objects, including BindingTemplate, BusinessEntity, BusinessService, and TModel.

Synopsis

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

Hierarchy

java.lang.Object --> com.ibm.uddi.UDDIElement --> com.ibm.uddi.datatype.Description

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.