Name

com.ibm.uddi.datatype.business.BusinessEntity

Synopsis

This class encapsulates all information for a UDDI businessEntity record. This includes the business name, description, contacts, businessKey, and any business identifiers or business taxonomy categorizations.

Synopsis

public class BusinessEntity extends UDDIElement {
  // Constructors
    public BusinessEntity(  );
    public BusinessEntity(String businessKey, String name);
    public BusinessEntity(Element base) throws UDDIException;
  // Field Summary
    protected Element base;
    public static final String UDDI_TAG;
  // Public Methods
    public String getAuthorizedName(  );
    public String getBusinessKey(  );
    public BusinessServices getBusinessServices(  );
    public CategoryBag getCategoryBag(  );
    public Contacts getContacts(  );
    public String getDefaultDescriptionString(  );
    public Vector getDescriptionVector(  );
    public DiscoveryURLs getDiscoveryURLs(  );
    public IdentifierBag getIdentifierBag(  );
    public Name getName(  );
    public String getNameString(  );
    public String getOperator(  );
    public void saveToXML(Element parent);
    public void setAuthorizedName(String s);
    public void setBusinessKey(String s);
    public void setBusinessServices(BusinessServices s);
    public void setCategoryBag(CategoryBag s);
    public void setContacts(Contacts s);
    public void setDefaultDescriptionString(String s);
    public void setDescriptionVector(Vector s);
    public void setDiscoveryURLs(DiscoveryURLs s);
    public void setIdentifierBag(IdentifierBag s);
    public void setName(Name s); public void  ...

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.