Name

com.ibm.uddi.response.TModelInfo

Synopsis

This class encapsulates brief information for a UDDI tModel record. The information includes the tModel name and the tModelKey.

Synopsis

public class TModelInfo extends UDDIElement {
  // Constructors
    public TModelInfo(  );
    public TModelInfo(String tModelKey, String name);
    public TModelInfo(Element base) throws UDDIException;
  // Field Summary
    protected Element base;
    public static final String UDDI_TAG;
  // Public Methods
    public Name getName(  );
    public String getNameString(  );
    public String getTModelKey(  );
    public void saveToXML(Element parent);
    public void setName(Name s);
    public void setName(String s);
    public void setTModelKey(String s);
}

Hierarchy

java.lang.Object --> com.ibm.uddi.UDDIElement --> com.ibm.uddi.response.TModelInfo

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.