com.ibm.twss.spm.admin.req
Class RemoveRequestersResponse

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

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

Remove requesters response. An array of fault status objects for the creation request. If a fault status object contains an actual fault data structure, then this indicates that an error occured creating the scoped policy at that position in the input. The lack of a fault means the operation was successful.

Remove requesters response message type.

faultStatus

The array of status objects indicating if a fault occurred processing the input in a similar position.

See Also:
Serialized Form

Constructor Summary
RemoveRequestersResponse()
           
 
Method Summary
 FaultStatusList getFaultStatus()
           
 void setFaultStatus(FaultStatusList faultStatus)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveRequestersResponse

public RemoveRequestersResponse()
Method Detail

getFaultStatus

public FaultStatusList getFaultStatus()

setFaultStatus

public void setFaultStatus(FaultStatusList faultStatus)


Copyright © IBM Corp. All Rights Reserved.