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

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

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

Get policy type response message. Returns the policy definition for the specified type name.

Get policy type response message type.

type

Policy type definition.

See Also:
Serialized Form

Constructor Summary
GetPolicyTypeResponse()
           
 
Method Summary
 PolicyType getType()
           
 void setType(PolicyType type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetPolicyTypeResponse

public GetPolicyTypeResponse()
Method Detail

getType

public PolicyType getType()

setType

public void setType(PolicyType type)


Copyright © IBM Corp. All Rights Reserved.