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

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

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

Get parent chain response. Contains the chain of service group definitions, starting fromt he parent of the specified identifier to the root definition in the hierarchy. The returned list does not include the service identifier itself, only parent definitions.

Get parent chain response message type.

definitions

List of service definitions that correspond to the path up the hierarchy from the specified identifier to the root definition in the hierarchy.

See Also:
Serialized Form

Constructor Summary
GetParentChainResponse()
           
 
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

GetParentChainResponse

public GetParentChainResponse()
Method Detail

getDefinitions

public ServiceDefinitionList getDefinitions()

setDefinitions

public void setDefinitions(ServiceDefinitionList definitions)


Copyright © IBM Corp. All Rights Reserved.