com.ibm.twss.spm.admin.svc
Class GetChildrenResponse

java.lang.Object
  extended by com.ibm.twss.spm.admin.svc.GetChildrenResponse
All Implemented Interfaces:
java.io.Serializable

public class GetChildrenResponse
extends java.lang.Object
implements java.io.Serializable

Get children response. Contains a list of child service definitions for the supplied service group name.

Get children response message type.

definitions

List of service definitions. May be empty if the specified service group has no children.

See Also:
Serialized Form

Constructor Summary
GetChildrenResponse()
           
 
Method Summary
 ServiceDefinitionList getDefinitions()
           
 void setDefinitions(ServiceDefinitionList definitions)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetChildrenResponse

public GetChildrenResponse()
Method Detail

getDefinitions

public ServiceDefinitionList getDefinitions()

setDefinitions

public void setDefinitions(ServiceDefinitionList definitions)


Copyright © IBM Corp. All Rights Reserved.