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

java.lang.Object
  extended by com.ibm.twss.spm.admin.req.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 requester definitions that are the children of the supplied requester group.

Get children response message type.

definitions

List of requester definitions that are immediate children of the supplied requster group. Each definition has a definition type that indicates whether an entry in the list describes an individual requester or a requester group.

See Also:
Serialized Form

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

GetChildrenResponse

public GetChildrenResponse()
Method Detail

getDefinitions

public RequesterDefinitionList getDefinitions()

setDefinitions

public void setDefinitions(RequesterDefinitionList definitions)


Copyright © IBM Corp. All Rights Reserved.