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

java.lang.Object
  extended by com.ibm.twss.spm.admin.req.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 requester group definitions, starting from parent of specified identifier to the root node in the hierarchy. The returned list does not include the requester identifier itself, only parent definitions.

Get parent chain response message type.

definitions

A list of requester group definitions, going up the requester hierarchy.

See Also:
Serialized Form

Constructor Summary
GetParentChainResponse()
           
 
Method Summary
 RequesterDefinitionList getDefinitions()
           
 void setDefinitions(RequesterDefinitionList 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 RequesterDefinitionList getDefinitions()

setDefinitions

public void setDefinitions(RequesterDefinitionList definitions)


Copyright © IBM Corp. All Rights Reserved.