Oracle

weblogic.uddi.client.structures.datatypes
Class BusinessInfo

java.lang.Object
  extended by weblogic.uddi.client.structures.datatypes.BusinessInfo

public class BusinessInfo
extends Object

Each businessInfo structure contains company name and description data, along with a collection element named serviceInfos.


Constructor Summary
BusinessInfo()
          Class constructor.
 
Method Summary
 void addDescription(String value)
          Adds a new description to the descriptions.
 String getBusinessKey()
          Get the business key.
 Vector getDescriptionVector()
          Get the description.
 Name getName()
          Get the name.
 ServiceInfos getServiceInfos()
          Get the service infos.
 void setBusinessKey(String value)
          Sets the value of the business key.
 void setDescriptionVector(Vector value)
          Sets the values for descriptions.
 void setName(Name value)
          Sets the name.
 void setName(String value)
          Sets the name string.
 void setServiceInfos(ServiceInfos value)
          Set the service infos.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BusinessInfo

public BusinessInfo()
Class constructor.

Method Detail

getName

public Name getName()
Get the name.

Returns:
the current name.

setName

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

Parameters:
value - the new name string.

setName

public void setName(Name value)
Sets the name.

Parameters:
value - the new name.

getBusinessKey

public String getBusinessKey()
Get the business key.

Returns:
the current business key.

setBusinessKey

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

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

getDescriptionVector

public Vector getDescriptionVector()
Get the description.

Returns:
the current description.

addDescription

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

Parameters:
value - the new description.

setDescriptionVector

public void setDescriptionVector(Vector value)
Sets the values for descriptions.

Parameters:
value - A set of descriptions to be included

getServiceInfos

public ServiceInfos getServiceInfos()
Get the service infos.

Returns:
the current service infos.

setServiceInfos

public void setServiceInfos(ServiceInfos value)
Set the service infos.

Parameters:
the - new service infos.

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs103
Copyright 1996,2008, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.