com.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc.ws

Class RetrieveWithDepth

  1. java.lang.Object
  2. extended bycom.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc.ws.RetrieveWithDepth

  1. public class RetrieveWithDepth
  2. extends java.lang.Object
Represents a RetrieveWithDepth WSRR object

Constructor Summary

Constructor and Description
RetrieveWithDepth()

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getBsrURI()
  1. int
getDepth()
  1. void
setBsrURI(java.lang.String bsrURI)
  1. void
setDepth(int depth)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

RetrieveWithDepth

  1. public RetrieveWithDepth()

Method Detail

getBsrURI

  1. public java.lang.String getBsrURI( )

setBsrURI

  1. public void setBsrURI(java.lang.String bsrURI)

getDepth

  1. public int getDepth()

setDepth

  1. public void setDepth(int depth)