Oracle

weblogic.uddi.client.structures.response
Class ServiceDetail

java.lang.Object
  extended by weblogic.uddi.client.structures.response.Response
      extended by weblogic.uddi.client.structures.response.ListResponse
          extended by weblogic.uddi.client.structures.response.ServiceDetail

public class ServiceDetail
extends ListResponse

ServiceDetail contains BusinessService structures when returned by get_serviceDetail


Field Summary
 
Fields inherited from class weblogic.uddi.client.structures.response.ListResponse
truncated
 
Fields inherited from class weblogic.uddi.client.structures.response.Response
generic, operator
 
Constructor Summary
ServiceDetail()
          Class constructor.
 
Method Summary
 Vector getBusinessServiceVector()
          Gets the set of business services.
 void setBusinessServiceVector(Vector value)
          Sets the set of business services.
 
Methods inherited from class weblogic.uddi.client.structures.response.ListResponse
isTruncated, setTruncated
 
Methods inherited from class weblogic.uddi.client.structures.response.Response
getGeneric, getOperator, setGeneric, setOperator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceDetail

public ServiceDetail()
Class constructor.

Method Detail

getBusinessServiceVector

public Vector getBusinessServiceVector()
Gets the set of business services.

Returns:
the current set of business services.

setBusinessServiceVector

public void setBusinessServiceVector(Vector value)
Sets the set of business services.

Parameters:
the - new set of business services.

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.