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

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

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

Remove policy type request. Removes the policy definition for the corresponding type name. A type can only be removed if there are no policy values that are actively using the type.

Remove policy type request message type.

typeName

Type name.

See Also:
Serialized Form

Constructor Summary
RemovePolicyTypeRequest()
           
 
Method Summary
 java.lang.String getTypeName()
           
 void setTypeName(java.lang.String typeName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemovePolicyTypeRequest

public RemovePolicyTypeRequest()
Method Detail

getTypeName

public java.lang.String getTypeName()

setTypeName

public void setTypeName(java.lang.String typeName)


Copyright © IBM Corp. All Rights Reserved.