BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.uddi.client.structures.datatypes
Class BusinessEntity

java.lang.Object
  extended byweblogic.uddi.client.structures.datatypes.BusinessEntity

public class BusinessEntity
extends Object

BusinessEntity represents information about a business or entity.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
BusinessEntity()
          Class constructor.
 
Method Summary
 void addDescription(String value)
          Adds a new description to the set of descriptions.
 String getAuthorizedName()
          Gets the value of the authorized name.
 String getBusinessKey()
          Gets the value of the business key.
 BusinessServices getBusinessServices()
          Gets the business services.
 CategoryBag getCategoryBag()
          Gets the category bag.
 Contacts getContacts()
          Gets the value of the contacts.
 Vector getDescriptionVector()
          Gets the set of descriptions.
 DiscoveryURLs getDiscoveryURLs()
          Gets the value of the discovery URL.
 IdentifierBag getIdentifierBag()
          Gets the identifier bag.
 Name getName()
          Gets the name.
 String getOperator()
          Gets the value of the operator.
 void setAuthorizedName(String value)
          Sets the value of the authorized name.
 void setBusinessKey(String value)
          Sets the value of the business key.
 void setBusinessServices(BusinessServices value)
          Sets the business services.
 void setCategoryBag(CategoryBag value)
          Sets the category bag.
 void setContacts(Contacts value)
          Sets the value of the contacts.
 void setDescriptionVector(Vector value)
          Sets the new set of descriptions.
 void setDiscoveryURLs(DiscoveryURLs value)
          Sets the value of the discovery URL.
 void setIdentifierBag(IdentifierBag value)
          Sets the identifier bag.
 void setName(Name value)
          Sets the name.
 void setName(String value)
          Sets the name string.
 void setOperator(String value)
          Sets the value of the operator.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BusinessEntity

public BusinessEntity()
Class constructor.

Method Detail

addDescription

public void addDescription(String value)
Adds a new description to the set of descriptions.

Parameters:
value - the new description.

getAuthorizedName

public String getAuthorizedName()
Gets the value of the authorized name.

Returns:
the current value of the authorized name.

getBusinessKey

public String getBusinessKey()
Gets the value of the business key.

Returns:
the current value of the business key.

getBusinessServices

public BusinessServices getBusinessServices()
Gets the business services.

Returns:
current business services.

getCategoryBag

public CategoryBag getCategoryBag()
Gets the category bag.

Returns:
current category bag.

getContacts

public Contacts getContacts()
Gets the value of the contacts.

Returns:
the current value of the contacts.

getDescriptionVector

public Vector getDescriptionVector()
Gets the set of descriptions.

Returns:
the set of descriptions.

getDiscoveryURLs

public DiscoveryURLs getDiscoveryURLs()
Gets the value of the discovery URL.

Returns:
the current value of the discovery URL.

getIdentifierBag

public IdentifierBag getIdentifierBag()
Gets the identifier bag.

Returns:
current identifier bag.

getName

public Name getName()
Gets the name.

Returns:
the current name.

getOperator

public String getOperator()
Gets the value of the operator.

Returns:
the current value of the operator.

setAuthorizedName

public void setAuthorizedName(String value)
Sets the value of the authorized name.

Parameters:
value - the new value of the authorized name.

setBusinessKey

public void setBusinessKey(String value)
Sets the value of the business key.

Parameters:
value - the new value of the business key.

setBusinessServices

public void setBusinessServices(BusinessServices value)
Sets the business services.

Parameters:
value - new business services.

setCategoryBag

public void setCategoryBag(CategoryBag value)
Sets the category bag.

Parameters:
value - new category bag.

setContacts

public void setContacts(Contacts value)
Sets the value of the contacts.

Parameters:
value - the new value of the contacts.

setDescriptionVector

public void setDescriptionVector(Vector value)
Sets the new set of descriptions.

Parameters:
value - the new set of descriptions.

setDiscoveryURLs

public void setDiscoveryURLs(DiscoveryURLs value)
Sets the value of the discovery URL.

Parameters:
value - the new value of the discovery URL.

setIdentifierBag

public void setIdentifierBag(IdentifierBag value)
Sets the identifier bag.

Parameters:
value - new identifier bag.

setName

public void setName(Name value)
Sets the name.

Parameters:
value - the new name.

setName

public void setName(String value)
Sets the name string.

Parameters:
value - the new name string.

setOperator

public void setOperator(String value)
Sets the value of the operator.

Parameters:
value - the new value of the operator.

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.