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

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

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

Create 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.

Create 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
CreateRequestersResponse()
           
 
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

CreateRequestersResponse

public CreateRequestersResponse()
Method Detail

getFaultStatus

public FaultStatusList getFaultStatus()

setFaultStatus

public void setFaultStatus(FaultStatusList faultStatus)


Copyright © IBM Corp. All Rights Reserved.