com.ibm.twss.spm.admin.svc
Class RemoveServiceRequest

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

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

Remove service request. Removes the specified service identifier from the service hierarchy. The service identifier may be an individual service or a service group. If the includingChildren flag is set to true, then all nodes lower in the hierarchy are removed as well. Otherwise, the specified node must be a leaf node in the hierarchy for the request to be considered valid.

Remove service request message type.

service

Service identifier. May be either an individual service or a service group.

includingChildren

Flag indicating whether to remove all child nodes when removing the specified service identifier from the service hierarchy.

See Also:
Serialized Form

Constructor Summary
RemoveServiceRequest()
           
 
Method Summary
 java.lang.Boolean getIncludingChildren()
           
 java.lang.String getService()
           
 void setIncludingChildren(java.lang.Boolean includingChildren)
           
 void setService(java.lang.String service)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveServiceRequest

public RemoveServiceRequest()
Method Detail

getService

public java.lang.String getService()

setService

public void setService(java.lang.String service)

getIncludingChildren

public java.lang.Boolean getIncludingChildren()

setIncludingChildren

public void setIncludingChildren(java.lang.Boolean includingChildren)


Copyright © IBM Corp. All Rights Reserved.