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

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

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

Get parent chain request. Specifies the service identifier whose parent group chain to fetch. The identifier may be either an individual service or a service group.

Get parent chain request message type.

service

Service name. May be an individual service or a service group.

See Also:
Serialized Form

Constructor Summary
GetParentChainRequest()
           
 
Method Summary
 java.lang.String getService()
           
 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

GetParentChainRequest

public GetParentChainRequest()
Method Detail

getService

public java.lang.String getService()

setService

public void setService(java.lang.String service)


Copyright © IBM Corp. All Rights Reserved.