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

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

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

Create policy type request message. Creates a new policy type used for validating policy attribute values. Both the editable flag and the editMask must be supplied during policy creation.

Create policy type request message type.

type

Policy type data object. Contains information about the new policy type to create in the service policy manager. The editMask may be sent as CDATA in order to contain Java 1.4 regular expressions.

See Also:
Serialized Form

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

CreatePolicyTypeRequest

public CreatePolicyTypeRequest()
Method Detail

getType

public PolicyType getType()

setType

public void setType(PolicyType type)


Copyright © IBM Corp. All Rights Reserved.