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

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

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

Get all operations response. Contains a list of operation definitions for the specified service. Will always contain the special 'ALL' operation.

Get all operations response message type.

definitions

List of operation definitions. Will always contain the special 'ALL' operation.

See Also:
Serialized Form

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

Constructor Detail

GetAllOperationsResponse

public GetAllOperationsResponse()
Method Detail

getDefinitions

public OperationDefinitionList getDefinitions()

setDefinitions

public void setDefinitions(OperationDefinitionList definitions)


Copyright © IBM Corp. All Rights Reserved.