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

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

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

Update policy type request. This updates the type definition in the service policy management system. Only changed fields are updated in the type definition. Omitted optional fields are considered not to have changed.

Update policy type request message type.

type

Policy type data object. The corresponding type definition will be updated in the service policy manager with the changed data fields.

See Also:
Serialized Form

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

UpdatePolicyTypeRequest

public UpdatePolicyTypeRequest()
Method Detail

getType

public PolicyType getType()

setType

public void setType(PolicyType type)


Copyright © IBM Corp. All Rights Reserved.