com.ibm.twss.spm.admin.type
Class GetAllPolicyTypesResponse

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

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

Get all policy types response. Returns a list of all policy type definitions in the service policy manager system.

Get all policy types response message type.

types

A list of policy type definitions.

See Also:
Serialized Form

Constructor Summary
GetAllPolicyTypesResponse()
           
 
Method Summary
 PolicyTypeList getTypes()
           
 void setTypes(PolicyTypeList types)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetAllPolicyTypesResponse

public GetAllPolicyTypesResponse()
Method Detail

getTypes

public PolicyTypeList getTypes()

setTypes

public void setTypes(PolicyTypeList types)


Copyright © IBM Corp. All Rights Reserved.