com.ibm.twss.spm.admin.policy
Class ValidatePolicyValuesRequest

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

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

Validate policy values request. Contains a list of policy values to validate. Each value has a corresponding type that's used to determine what validation to apply.

Validate policy values request message type.

policyValues

List of policy values to validate. Each value has a corresponding type which identifies the form factor validation to apply.

See Also:
Serialized Form

Constructor Summary
ValidatePolicyValuesRequest()
           
 
Method Summary
 PolicyValueList getPolicyValues()
           
 void setPolicyValues(PolicyValueList policyValues)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidatePolicyValuesRequest

public ValidatePolicyValuesRequest()
Method Detail

getPolicyValues

public PolicyValueList getPolicyValues()

setPolicyValues

public void setPolicyValues(PolicyValueList policyValues)


Copyright © IBM Corp. All Rights Reserved.