BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.uddi.client.structures.datatypes
Class ServiceInfo

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

public class ServiceInfo
extends Object

ServiceInfo structure is used to represent a service in the service list response from a find_service call.

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

Constructor Summary
ServiceInfo()
          Class constructor.
 
Method Summary
 String getBusinessKey()
          Gets the value of the business key.
 Name getName()
          Gets the name.
 String getServiceKey()
          Gets the value of the service key.
 void setBusinessKey(String value)
          Sets the value of the business key.
 void setName(Name value)
          Sets the name.
 void setName(String value)
          Sets the name string.
 void setServiceKey(String value)
          Sets the value of the service key.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceInfo

public ServiceInfo()
Class constructor.

Method Detail

getBusinessKey

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

Returns:
the current value of the business key.

getName

public Name getName()
Gets the name.

Returns:
the current name.

getServiceKey

public String getServiceKey()
Gets the value of the service key.

Returns:
the current value of the service key.

setBusinessKey

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

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

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.

setServiceKey

public void setServiceKey(String value)
Sets the value of the service key.

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

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