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

Class OriginalObject

  1. java.lang.Object
  2. extended bycom.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc.BaseObject
  3. extended bycom.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc.OriginalObject
Direct known subclasses:
Document, GenericObject, QueryObject, SCAModule

  1. public abstract class OriginalObject
  2. extends BaseObject
Represents an OriginalObject WSRR object

Constructor Summary

Constructor and Description
OriginalObject()

Method Summary

Modifier and Type Method and Description
  1. java.lang.String[]
getPredecessors()
  1. java.lang.String
getTemplate()
  1. void
setPredecessors(java.lang.String[] predecessors)
  1. void
setTemplate(java.lang.String template)
Methods inherited from class com.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc.BaseObject
getBsrURI, getClassificationURIs, getClassificationURIs, getCreationTimestamp, getDescription, getLastModified, getLastModifiedBy, getName, getNamespace, getOwner, getUserDefinedProperties, getUserDefinedProperties, getUserDefinedRelationships, getUserDefinedRelationships, getVersion, setBsrURI, setClassificationURIs, setClassificationURIs, setCreationTimestamp, setDescription, setLastModified, setLastModifiedBy, setName, setNamespace, setOwner, setUserDefinedProperties, setUserDefinedProperties, setUserDefinedRelationships, setUserDefinedRelationships, setVersion
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

OriginalObject

  1. public OriginalObject()

Method Detail

getPredecessors

  1. public java.lang.String[] getPredecessors( )

setPredecessors

  1. public void setPredecessors(java.lang.String[] predecessors)

getTemplate

  1. public java.lang.String getTemplate( )

setTemplate

  1. public void setTemplate(java.lang.String template)