BEA Systems, Inc.


weblogic.uddi.client.structures.response
Class ServiceList

java.lang.Object
  |
  +--weblogic.uddi.client.structures.response.Response
        |
        +--weblogic.uddi.client.structures.response.ListResponse
              |
              +--weblogic.uddi.client.structures.response.ServiceList

public class ServiceList
extends ListResponse


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
ServiceList()
          Class constructor.
 
Method Summary
 ServiceInfos getServiceInfos()
          Gets the service infos.
 void setServiceInfos(ServiceInfos value)
          Sets the service infos.
 
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

ServiceList

public ServiceList()
Class constructor.
Method Detail

getServiceInfos

public ServiceInfos getServiceInfos()
Gets the service infos.

Returns:
the current service infos.

setServiceInfos

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

Parameters:
the - new service infos.

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs70

Copyright © 2004 BEA Systems, Inc. All Rights Reserved.
WebLogic Server 7.0 API Reference